Hi everyone,
    I'm testing the stability of my program.  It is a large loop that
executes every frame, but after about 25 minutes (an average) the program
crashes with the following error:


An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x5b4f636f
Function name=(N/A)
Library=(N/A)

NOTE: We are unable to locate the function name symbol for the error
      just occurred. Please refer to release documentation for possible
      reason and solutions.



Current Java thread:
 at javax.media.j3d.Canvas3D.callDisplayList(Native Method)
 at
javax.media.j3d.DisplayListRenderMethod.render(DisplayListRenderMethod.java:
46)
 at
javax.media.j3d.DisplayListRenderMethod.render(DisplayListRenderMethod.java:
55)
 at javax.media.j3d.RenderMolecule.render(RenderMolecule.java:1525)
 at javax.media.j3d.TextureBin.render(TextureBin.java:722)
 at javax.media.j3d.TextureBin.render(TextureBin.java:570)
 at javax.media.j3d.AttributeBin.render(AttributeBin.java:304)
 at javax.media.j3d.EnvironmentSet.render(EnvironmentSet.java:555)
 at javax.media.j3d.LightBin.render(LightBin.java:420)
 at javax.media.j3d.RenderBin.renderOpaque(RenderBin.java:3808)
 at javax.media.j3d.Renderer.doWork(Renderer.java:951)
 at javax.media.j3d.J3dThread.run(J3dThread.java:256)

Dynamic libraries:
0x7CC00000 - 0x7CC1D000  C:\WINDOWS\SYSTEM\IMAGEHLP.DLL

Local Time = Mon Mar 25 14:21:29 2002
Elapsed Time = 3235
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.3.1_02-b02 interpreted mode)
#
# An error report file has been saved as hs_err_pid4294003405.log.
# Please refer to the file for further information.
#


Does anyone know what this means?  Thanks in advance!



Shaun Shepherd

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to