Just leaking
Posted by
apoy2k on
URL: https://forum.jogamp.org/Just-leaking-tp4025132.html
I'm using the latest jogamp along with the forked version of Java3D from
hharrison and keep getting these errors whenever my program loads up.
The program works fine and everything, I just wonder where the errors are coming from and that eventually it will have an impact on my applications.
3D [dev] 1.6.0-pre1-daily-experimental daily
2012-05-31 11:04:21.345 java[16845:11d03] *** __NSAutoreleaseNoPool():
Object 0x100112c60 of class NSCFNumber autoreleased with no pool in place - just leaking
2012-05-31 11:04:21.346 java[16845:11d03] *** __NSAutoreleaseNoPool():
Object 0x10013ef60 of class NSConcreteValue autoreleased with no pool in place - just leaking
2012-05-31 11:04:21.347 java[16845:11d03] *** __NSAutoreleaseNoPool():
Object 0x108500b40 of class NSCFNumber autoreleased with no pool in place - just leaking
...
The developer
said it will probably come from the OpenGL calls of jogamp, so here I am, asking you for any leads :-)