hello, my jogl application seems to crash the VM randomly, at about 10 seconds to 2 minutes after startup.
[java] # An unexpected error has been detected by HotSpot Virtual Machine:
[java] #
[java] # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6968aef9, pid=2604, tid=3764
[java] #
[java] # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing)
[java] # Problematic frame:
[java] # C [nvoglnt.dll+0x18aef9]
[java] #
[java] # An error report file with more information is saved as hs_err_pid2604.log
[java] #
[java] # If you would like to submit a bug report, please visit:
[java] # http://java.sun.com/webapps/bugreport/crash.jsp
now, is this something wrong with my code or could this be a bug in the nvidia driver dll?
the graphics card is an Nvidia GF 7300LE.
driver version: 84.21
(i know they have newer drivers, but these dont seem to work at all for my machine :/)
thanks.