SimpleApplication crashing on latest nightly

I updated to today’s (jME3_2011-07-20) nightly build of jME3 and… all applications are breaking right after the settings screen with the following:

[java]20-Jul-2011 2:54:32 PM com.jme3.system.JmeSystem initialize

INFO: Running on jMonkey Engine 3 Alpha 0.6

20-Jul-2011 2:54:32 PM com.jme3.system.Natives extractNativeLibs

INFO: Extraction Directory #1: file:/path/to/my/project/lib/jMonkeyEngine3/

20-Jul-2011 2:54:32 PM com.jme3.system.Natives extractNativeLibs

INFO: Extraction Directory #2: /path/to/my/project

20-Jul-2011 2:54:32 PM com.jme3.system.Natives extractNativeLibs

INFO: Extraction Directory #3: /path/to/my/project

20-Jul-2011 2:54:32 PM com.jme3.system.Natives extractNativeLib

WARNING: Cannot locate native library: linux/libbulletjme.so

20-Jul-2011 2:54:32 PM com.jme3.system.lwjgl.LwjglAbstractDisplay run

INFO: Using LWJGL 2.7.1

20-Jul-2011 2:54:32 PM com.jme3.system.lwjgl.LwjglDisplay createContext

INFO: Selected display mode: 1280 x 720 x 0 @0Hz

#

A fatal error has been detected by the Java Runtime Environment:

#

SIGSEGV (0xb) at pc=0x0000000000000000, pid=12770, tid=140591730173696

#

JRE version: 6.0_20-b20

Java VM: OpenJDK 64-Bit Server VM (19.0-b09 mixed mode linux-amd64 compressed oops)

Derivative: IcedTea6 1.9.8

Distribution: Ubuntu 10.10, package 6b20-1.9.8-0ubuntu1~10.10.1

Problematic frame:

C 0x0000000000000000

#

An error report file with more information is saved as:

/path/to/my/project/hs_err_pid12770.log

#

If you would like to submit a bug report, please include

instructions how to reproduce the bug and visit:

Bugs : openjdk-6 package : Ubuntu

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

#[/java]

By stepping through the code in debug mode, the crash happens at the line “Display.create(pixelFormat);” in com.jme3.system.lwjgl.LwjglDisplay.

Which revision did this?

My bad, it was due to me using a buggy lwjgl nightly. The one provided inside the nightly .zip works fine. Thanks~