jogamp_tst_*.exe does not exit (jogl 2.3.2)

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

jogamp_tst_*.exe does not exit (jogl 2.3.2)

Simon Haegler
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=1219
https://jogamp.org/bugzilla/show_bug.cgi?id=1231
although, 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
Reply | Threaded
Open this post in threaded view
|

Re: jogamp_tst_*.exe does not exit (jogl 2.3.2)

gouessej
Administrator
Hi

I'm not sure that we can do something in this particular case. Feel free to fill a new bug report.
Julien Gouesse | Personal blog | Website