EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d6fd721, pid=5412, tid=206

Hello

I got the below error while trying to run my program.

#

# An unexpected error has been detected by HotSpot Virtual Machine:

#

# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d6fd721, pid=5412, tid=2060

#

# Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing)

# Problematic frame:

# V [jvm.dll+0x8d721]

#

Can anyone please help me?

Regards

Nilesh Kamani

Message was edited by:

nilesh.kamani

[514 byte] By [nilesh.kamania] at [2007-10-3 7:02:28]
# 1
The VM has crashed either due to a bug in it, or a bug in native code used by the application or libraries.If this crash is reproducible then try using the last Java version to see if the problem goes away. If the problem persists then submit a bug report.
davidholmesa at 2007-7-15 1:55:45 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
We are team of 3 and running the same application on our windows xp with Eclipse. We are using same version of jre. 1.5.0_06.Application is running fine on other machines, but on my machine it is giving this exception every time.
nilesh.kamania at 2007-7-15 1:55:45 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 3
how do you submit a bug report?
thepenguinluvera at 2007-7-15 1:55:45 > top of Java-index,Java HotSpot Virtual Machine,Specifications...