hi jogl users/devs
on a vmware windows 7 vm (with gpu acceleration) and with jogl 2.3.2 we see that the temporary jogamp_tst_*.exe process used by com.jogamp.common.util.IOUtil.testDirExec() does not exit and subsequently makes the testDirExec() method (and our app) hang in exeTestFile.delete(). the exact same setup works fine on all our other developer machines (also rhel, osx for that matter). the problem can be reproduced by just manually running (as admin or as non-admin) one of the generated jogamp_tst_*.exe on the mentioned vm.
this problems seems to be related to:
https://jogamp.org/bugzilla/show_bug.cgi?id=1219https://jogamp.org/bugzilla/show_bug.cgi?id=1231although, both issues have been taken care of in 2.3.2...
according to the debugger, the jogamp_tst_*.exe process hangs in WaitForMultipleObjects(). so the big question is, why does this tiny app [1] hang in WaitForMultipleObjects()?
thanks for any pointers & best,
simon
[1]
http://jogamp.org/git/?p=gluegen.git;a=blob;f=src/native/tinype/tiny.c;h=6d2de3a39becfdd39504b77451604eb4b9728097;hb=HEAD