[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] EXCEPTION_ACCESS_VIOLATION when
|
- From: pub.pellan@xxxxxxx (Herve)
- Date: Sat, 15 Apr 2006 14:58:59 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hello,
I just installed Eclipse 3.1.2 on top of jsdk 1.4.2_11 on windows XP.
While trying to import external jar I get an exception
EXCEPTION_ACCESS_VIOLATION
Does anyone has a clue on why eclipse crash ?
To make sure that I am using the right jvm I am launching eclipse as
follows:
C:\Eclipse-SDK-3.1.2\eclipse\eclipse.exe -vm C:\j2sdk1.4.2_11\bin\javaw
-vmargs -Xmx256M
One weird thing is that it mentions jvm 1.4.2_01-b06 at the end of log
file.
Thanks for your help.
Herve
Here is an extract of the log file generated by eclipse:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at
PC=0x80BA980
Function=JVM_RegisterPerfMethods+0xAD89
Library=C:\j2sdk1.4.2_11\jre\bin\client\jvm.dll
Current Java thread:
at java.security.AccessController.getStackAccessControlContext(Native
Method)
at java.security.AccessController.getContext(AccessController.java:356)
at java.lang.Thread.init(Thread.java:291)
at java.lang.Thread.<init>(Thread.java:375)
....
Local Time = Sat Apr 15 16:37:13 2006
Elapsed Time = 0
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Server VM (1.4.2_01-b06 mixed mode)
#