Hello , I have some problems withs jogl under linux :
I display a list of triangle, and it run normally nut if If want to open in my app another display windows to display another list of triangle I got this error
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
| An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x8A9894C2 Function=__nvsym17604+0x7A Library=/usr/lib/tls/libGL.so.1
Current Java thread: at net.java.games.jogl.impl.x11.GLX.glXMakeCurrent(Native Method) at net.java.games.jogl.impl.x11.X11GLContext.makeCurrent(X11GLContext.java:140) - locked <0x4b2fad48> (a net.java.games.jogl.impl.x11.X11OnscreenGLContext) at net.java.games.jogl.impl.x11.X11OnscreenGLContext.makeCurrent(X11OnscreenGLContext.java:111) - locked <0x4b2fad48> (a net.java.games.jogl.impl.x11.X11OnscreenGLContext) at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:162) - locked <0x4b2fad48> (a net.java.games.jogl.impl.x11.X11OnscreenGLContext) at net.java.games.jogl.GLCanvas.displayImpl(GLCanvas.java:182) at net.java.games.jogl.GLCanvas.display(GLCanvas.java:82) at net.java.games.jogl.GLCanvas.paint(GLCanvas.java:89) at sun.awt.RepaintArea.paint(RepaintArea.java:177) at sun.awt.motif.MComponentPeer.handleEvent(MComponentPeer.java:405) at java.awt.Component.dispatchEventImpl(Component.java:3678) at java.awt.Component.dispatchEvent(Component.java:3477) at java.awt.EventQueue.dispatchEvent(EventQueue.java:456) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137) at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Dynamic libraries: .... .....
8a9e7000-8a9e8000 rwxp 00000000 03:03 40072 /dev/zero 8a9e8000-8a9e9000 rwxp 00000000 03:03 40072 /dev/zero 8a9e9000-8a9ea000 rwxp 00000000 03:03 40072 /dev/zero 8a9ea000-8a9eb000 rwxp 00000000 03:03 40072 /dev/zero 8a9eb000-8a9ec000 rw-s 15c1c000 03:03 40123 /dev/nvidia0 |
thx for help