Fullscreen SIGSEGV

Sorry for the crosspost with lwjgl.org, but I’d really like to see a solution:

I’ve setup lwjgl 0.93 in Netbeans as instructed. I am able to run the OpenGL > Game example fine. However there seems to be some problem with fullscreen, as the program exits with just this:

An unexpected error has been detected by HotSpot Virtual Machine:

SIGSEGV (0xb) at pc=0x00000000, pid=5747, tid=16384

Java VM: Java HotSpot™ Client VM (1.5.0-b64 mixed mode)

Problematic frame:

C 0x00000000

An error report file with more information is saved as hs_err_pid5747.log

If you would like to submit a bug report, please visit:

http://java.sun.com/webapps/bugreport/crash.jsp

Also it doesn’t reset the resolution, and key repeat is off, but I read these are because some stuff isn’t properly destroyed. I would still like to be able to use fullscreen mode though.

Some more info:
Running Gentoo-dev-sources 2.6.3, NetBeans 4RC2, Sun Java 5.0 (1.5.0) on a P4 2.8GHz 512 MB Dual Channel, Radeon 9800 Pro all on an Asus Mobo. Xorg with closed source ati-drivers.

If you’ve got any code that I should run to find out what the problem is, let me know. Got any suggestions for a fullscreen opengl app I could use to test?

N.B. OpenGL is working fine in other applications and as I said OpenGL > Game demo is working fine, so I don’t think that is the problem.
I’ve also searched the forum for SIGSEGV, but the problem I found, though very much like this, wasn’t exactly the same, as his only occured after exiting the program, while with me the program just crashes.