From: Sven G. <sgo...@ja...> - 2001-12-16 03:59:12
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 16 December 2001 04:34, Kenneth B. Russell wrote: > > An unexpected exception has been detected in native code outside the VM. > > Unexpected Signal : 11 occurred at PC=0x4aac5358 > > Function name=glXGetCurrentContext > > Library=/usr/X11R6/lib/libGL.so > > > > Current Java thread: > > at gl4java.GLContext.gljMakeCurrentNative(Native Method) > > at gl4java.GLContext.gljMakeCurrent(GLContext.java:2472) > > at gl4java.awt.GLCanvas.sDisplay(GLCanvas.java:697) > > at gl4java.awt.GLAnimCanvas.run(GLAnimCanvas.java:466) > > at java.lang.Thread.run(Thread.java:484) > > Try changing the demos to use the GLEventListener model (if they > aren't already) and setUseRepaint(false) on the GLAnimCanvas. > This should prevent multithreaded use of the OpenGL context via > the internal "enableAWTThreadRendering" flag. If this fixes the > crash, there is either a bug in NVidia's drivers with respect to > multithreading or there is a threading bug in GL4Java. NVidia > employees tend to frequent the OpenGL discussion forums: > > http://www.opengl.org/discussion_boards/cgi_directory/Ultimate.cgi dear kenneth, there is no bug in gl4java - for sure ;-) because there is no limitation to use "glXGetCurrentContext" ! (btw: there is no more "enableAWTThreadRendering" ;-) i do now collect the calls of "glXGetCurrentContext" and do comment them out temporarey, till NVidia has bugfixed their release .. there are also some more offscreen renderer bugs within NVidia's driver, i do _not_ workaround now .. (in a lack of interest) well, i am also not interesting in doing much workaround work for their drivers and their bugs .. so i just do a checkin in some minutes .. and we may see what happens .. but, of course, thanxs a lot for your attention .. later, sven - -- health & wealth mailto:sgo...@ja... www : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/ voice : +49-521-2399440 ; fax : +49-521-2399442 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8HBwKHdOA30NoFAARAk4IAKC7TLMmwjCm/oH5NbvEUw6EOA4wigCeKN2F o6fjd/UV+IaVNfneQsJ0Lvc= =efih -----END PGP SIGNATURE----- |