I ran through all the tests specified in the readme file of Lwjgl 0.99 for win.
the readme present 23 tests (not including those for fmod)
they were all fine except for
org.lwjgl.test.DisplayTest
org.lwjgl.test.opengl.FullScreenWindowedTest
org.lwjgl.test.opengl.VBOTest
org.lwjgl.test.openal.MovingSoundTest
org.lwjgl.test.opengl.VBOIndexTest
Those 5 tests crashed my vm dumping 5 hs_err_pid logs.
They all have the same problematic frame: tridicdf.dll which is part of my video drivers. Trident CyberALADDiN-P4
Any ideas of what i'm doing wrong or what i should not do?

Thanks