Problematic frame : libGLcore.so.1

I’m afraid I’m off-topic, but there is a lot of talented people here that knows a lot about programming, so…

When I exit my application ( System.exit(0) ), I get this problem :
`#

An unexpected error has been detected by HotSpot Virtual Machine:

SIGSEGV (0xb) at pc=0x46a61c92, pid=2276, tid=1168120752

Java VM: Java HotSpot™ Client VM (1.5.0_01-b08 mixed mode, sharing)

Problematic frame:

C [libGLcore.so.1+0x2e6c92] _nv000832gl+0x12

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

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

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

#`

How can I fix it ?
Thanx for advance !

Hey !!

I got that problem too - I fixed it by stopping the rendering thread (and then wait some time) before I call System.exit(0).

Now I only get some DI_BUFFEROVERFLOW messages at the end.
Ok - It’s not the best solution but it’s better then this other stuff.

Thanx for your solution.

Anybody had an opinion about the DI_BUFFEROVERFLOW error ?

Has anybody the same problem ?