Re: Java 1.6.0 pre12 with JOGL 2.3.1 crashes under OpenSUSE 13.2 with Mesa
Posted by
Xerxes Rånby on
Sep 29, 2015; 9:00am
URL: https://forum.jogamp.org/Java-1-6-0-pre12-with-JOGL-2-3-1-crashes-under-OpenSUSE-13-2-with-Mesa-tp4035401p4035411.html
Andreas wrote
I'm facing the problem, that my Java3D application crashes sometimes (50% of the runs) during opening the application or better to say the JCanves3D. I don't know, if this is a bug or is it me who's doing something wrong. To me it seems to be a jogl problem, but I don't know.
The error log says:
Stack: [0x00007f52333d4000,0x00007f52334d5000], sp=0x00007f52334d30b0, free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libGL.so.1+0x1d480]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j jogamp.opengl.x11.glx.GLXExtImpl.dispatch_glXCreateContextAttribsARB0(JJJZLjava/lang/Object;IJ)J+0
j jogamp.opengl.x11.glx.GLXExtImpl.glXCreateContextAttribsARB(JJJZLjava/nio/IntBuffer;)J+75
j jogamp.opengl.x11.glx.X11GLXContext.createContextARBImpl(JZIII)J+369
Please try use java3d in combination with the latest jogamp jogl release candidate
http://jogamp.org/deployment/archive/master/gluegen_896-joal_622-jogl_1451-jocl_1094-signed/archive/jogamp-all-platforms.7zand check if you still can reproduce this issue. Thank you!