Jvm crash with Linux+fglrx on ati HD 3450

When starting my project jcrpg (using jme2 or jme1 older release of jcrpg) it crashes right after choosing resolution:



#
# An unexpected error has been detected by Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f40b3ecf330, pid=9052, tid=1081592144
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b22 mixed mode linux-amd64)
# Problematic frame:
# C  [libc.so.6+0x7c330]  memset+0x60
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#


  T H R E A D 

Current thread (0x0000000040112800):  JavaThread "main" [_thread_in_native, id=9053, stack(0x000000004067c000,0x000000004077d000)]





7f407ab82000-7f407ab89000 rwxp 7f407ab82000 00:00 0
7f407ab9a000-7f407b29a000 rwxs 004db000 00:0e 15478                      /dev/dri/card0
7f407b29a000-7f407b2aa000 rwxs 004da000 00:0e 15478                      /dev/dri/card0
7f407b2aa000-7f407b2ac000 rwxs 004d8000 00:0e 15478                      /dev/dri/card0
7f407b2ac000-7f408b2ac000 rwxs 004d9000 00:0e 15478                      /dev/dri/card0
7f408b2ac000-7f408b2cd000 rwxp 7f408b2ac000 00:00 0
7f408b2cd000-7f408c041000 r-xp 00000000 08:01 32621057                   /usr/lib/dri/fglrx_dri.so
7f408c041000-7f408c141000 ---p 00d74000 08:01 32621057                   /usr/lib/dri/fglrx_dri.so
7f408c141000-7f408c1e3000 rwxp 00d74000 08:01 32621057                   /usr/lib/dri/fglrx_dri.so



Anyone ideas? Anyone with better luck Linux+ATI fglrx driver combination?

I've tested with other 3d applications (non-jme), they're working.

What about LWJGL applications? JOGL Applications?

Well, I've been fiddling around with my installation of drivers under ubuntu, an after successfully installing xorg-ati-fglrx driver version 8-9 (latest @ 12 october), the problem went away. 8-3 and 8-6 didn't work actually. I hope it wont regress later…

Yay.