My JVM crahes when i run my program.

Posted by rgksugan on Stack Overflow See other posts from Stack Overflow or by rgksugan
Published on 2010-04-29T04:41:19Z Indexed on 2010/04/29 4:47 UTC
Read the original article Hit count: 390

Filed under:

I have written a program to process packets. The program runs well if its run alone but when i integrate it to my main project the jvm crashes and shows the below result. What is the problem?

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d7dcf6e, pid=4328, tid=4068
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_16-b02 mixed mode, sharing)
# Problematic frame:
# V  [jvm.dll+0x9cf6e]
#
# An error report file with more information is saved as hs_err_pid4328.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

© Stack Overflow or respective owner

Related posts about java