Re: Incomplete shutdown (Eclipse)
Posted by Wade Walker on
URL: https://forum.jogamp.org/Incomplete-shutdown-Eclipse-tp4025154p4025155.html
I've noticed this before on Linux (though not lately). If you run your app in debug mode, then hit the "pause" button in Eclipse instead of shutting Eclipse down, it should break all threads so you can see who's still running and where they are in the code (you might need to attach source to JOGL to see the details).