Login  Register

Re: JVM won't die after shader compile

Posted by Jeffg on Nov 15, 2010; 4:14pm
URL: https://forum.jogamp.org/JVM-won-t-die-after-shader-compile-tp1877330p1905420.html

Correction above.. I didn't have System.exit(0) before my "taskkill" as I never needed System.exit() in the past as it closed normally. If I do put in System.exit(0) before my taskkill, the taskkill never runs but the JVM doesn't shut down either. Runtime.getRuntime().halt(1) didn't work either. So something is happening locking up the actual Java Shutdown due to the glCompileShader.