After I installed Windows 7, I launched eclipse.
But, Somthing wrong happend.
JVM Crash!!
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x76fe205b, pid=252, tid=424
#
# JRE version: 6.0_17-b04
# Java VM: Java HotSpot(TM) Client VM (14.3-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [ntdll.dll+0x5205b]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Why?
I was all day thinking about it. I found it.
I used a eclipse workspace installed on windows xp that is my ex-os on my desktop pc.
I thought new eclipse tried to use the workspace based on windows xp, but failed to use it.
So, JVM was crashed.
I made new eclipse workspace. Never jvm crash happend again.
'java core' 카테고리의 다른 글
JDK bug (conncurrent lock??) (0) | 2009.12.11 |
---|---|
Java Garbage Collection, Monitoring and Tuning (0) | 2009.12.09 |
Cheking JMX Port Alive (0) | 2009.11.19 |
JDK 7 언어적으로 특징적으로 변하는 부분. (api 제외) (0) | 2009.11.13 |
파일 copy 테스트 (nio, inputstream) 테스트 in java (0) | 2009.09.11 |