A problem was fixed with the new release candidate 11 (2.0-rc11) with this
threadNow, I'm testing with JDK7 from oracle under linux (works with JDK6) and there I get this error message:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f0eee1a655e, pid=7032, tid=139702126434048
#
# JRE version: 7.0_09-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.5-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libGL.so.1+0x7f55e] glXCreateWindow+0xbc4e
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/canoo/source/ulc3d/hs_err_pid7032.log
#
# If you would like to submit a bug report, please visit:
#
http://bugreport.sun.com/bugreport/crash.jsp# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Process finished with exit code 134
Any idea?