native memory leak checking
Posted by Andy Skinner on Oct 26, 2012; 5:14pm
URL: https://forum.jogamp.org/native-memory-leak-checking-tp4026624.html
Has anyone done memory leak checking for the native code in JOGL?
I've got some memory leak reports, but they are in a rather large system, and I'd like to reproduce them in a small Java app.
I tried valgrind, but haven't yet gotten it to work.
In JSR-231, there was a leak related to visuals. It was mentioned in the comments in the code, and we just filtered the leak in our reports until it was fixed. Now there is no longer a leak mentioned, in a similar but different place, and the code where I'm looking seems OK, but I have a leak report.
Is there a good way to explore and report those?
thanks
andy