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 !