I’m using jogl-1.1.1-windows-i586 version of the JOGL library. When I call glDeleteLists() from a finalize method of a class, the JVM crashes and displays the following error message:
An unexpected error has been detected by Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x5f1935a6, pid=2360, tid=4680
Java VM: Java HotSpot™ Client VM (10.0-b23 mixed mode, sharing windows-x86)
Problematic frame:
C [OPENGL32.dll+0x35a6]
When I try to debug my application under Eclipse, an error message is thrown instead of entering the finalize function. The error message says:
‘process model delta’ has encountered a problem
I would really appreciate any about clues what can be the problem.
Bye,
Tamas