Running Windows XP, J2SE 1.5.0, 10-30-04 cvs and natives. Error message is:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x377c7aaa, pid=1068, tid=2868
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0-b64 mixed mode)
# Problematic frame:
# C [odejava.dll+0x57aaa]
#
# An error report file with more information is saved as hs_err_pid1068.log
#
# If you would like to submit a bug report, please visit:
#
http://java.sun.com/webapps/bugreport/crash.jsp #
Here's the first few lines of the logged stack trace:
Stack: [0x376b0000,0x376f0000), sp=0x376ef2e8, free space=252k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [odejava.dll+0x57aaa]
C [odejava.dll+0x5461e]
j org.odejava.ode.Ode.getPARENTSPACEID_ZERO()Lorg/odejava/ode/SWIGTYPE_p_dSpace
ID;+4
j org.odejava.Geom.removeFromSpace()V+35
j org.odejava.Space.remove(Lorg/odejava/Geom;)V+22
This method call seems benign... any idea what I might be doing to cause the crash?
My code worked with the 5-29-04 natives and 9-7-04 cvs, so I'm not sure what I'm doing swong...