Re: Just leaking

Posted by ac on
URL: https://forum.jogamp.org/Just-leaking-tp4025132p4025636.html

Also getting these warning/errors in Processing:

2012-07-24 18:44:38.316 java[11773:f903] *** __NSAutoreleaseNoPool(): Object 0x10069a7a0 of class NSCFNumber autoreleased with no pool in place - just leaking
2012-07-24 18:44:38.318 java[11773:f903] *** __NSAutoreleaseNoPool(): Object 0x1006a3570 of class NSConcreteValue autoreleased with no pool in place - just leaking
2012-07-24 18:44:38.318 java[11773:f903] *** __NSAutoreleaseNoPool(): Object 0x10063d4a0 of class NSCFNumber autoreleased with no pool in place - just leaking
2012-07-24 18:44:38.318 java[11773:f903] *** __NSAutoreleaseNoPool(): Object 0x10069b8b0 of class NSConcreteValue autoreleased with no pool in place - just leaking
2012-07-24 18:44:38.318 java[11773:f903] *** __NSAutoreleaseNoPool(): Object 0x1006a3d90 of class NSCFDictionary autoreleased with no pool in place - just leaking

using latest revision from trunk.

So I built gluegen and jogl with -Dc.compiler.debug=true in ant, and then run a simple test app in Java passing -Djogl.debug=all to the JVM (otherwise I don't get any debug output even if jogl was built with the c.compiler.debug option set to true).

I get the following output:

http://pastebin.com/RDMgSPF9

I didn't use the "export NSZombieEnabled=YES" option because I don't know where to put it.