JOGL 1.1b03 on SuSE 9.1

My JAVA-program produces the error message attached. I use SuSE 9.1 with the 2.6.4-kernel. The 3d hardware acceleration of my ATI Radeon graphio card is enabled.

Thanks in advance!

Jan


error message by the JVM:

Unexpected Signal : 11 occurred at PC=0x4D858E72
Function=(null)+0x4D858E72
Library=/usr/X11R6/lib/modules/dri/r200_dri.so

NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.

Current Java thread:
at net.java.games.jogl.impl.GLUImpl.dispatch_gluPickMatrix(Native Method)
at net.java.games.jogl.impl.GLUImpl.gluPickMatrix(GLUImpl.java:949)

Make sure you aren’t making GLU calls from outside your GLEventListener’s init(), display(), or reshape() methods.

If this all looks okay, please try JOGL 1.1 beta 4 and see whether it changes your application’s behavior. If not, please file an Issue on the JOGL home page on java.net and attach a test case.