LWJGL Forum

Programming => OpenGL => Topic started by: UlfJack on March 25, 2007, 01:00:36

Title: Crash on application termination
Post by: UlfJack on March 25, 2007, 01:00:36
My app sometimes crashes natively, when I press the x on the window. A log is attached.

java 6 jdk build 1.6.0-b105, mixed mode on linux debian

AMD Athlon(tm) 64 X2 Dual Core Processor 4200+

nVidia Corporation NV43 [GeForce 6600 GT] (rev a2) (prog-if 00 [VGA])

nvidia driver revision 1.0.9746-2 with self-compiled kernel

It also happens if I do not call Display.destroy.

It sometimes also crashes when it starts up. This might be unrelated, but it crashes at more or less the same point (in libc free).
Title: Re: Crash on application termination
Post by: elias on March 25, 2007, 21:23:53
Hm. I'm sure you know, but you'll have to be a bit more specific for me to figure out what goes wrong. Maybe a minimal test case? If you're adventurous, try the latest SVN version that doesn't use static linking of X libraries (and contains a minor, but probably unrelated, linux fix).

- elias