首页 > 启动myeclipse报错

启动myeclipse报错

清理了系统垃圾之后myeclipse启动不起来了,并且在myeclipse目录下面产生了错误日志文件,文件内容:

#
# An unexpected error has been detected by Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fc13d7d6e0, pid=11056, tid=7760
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (11.3-b02 mixed mode windows-amd64)
# Problematic frame:
# C  [ntdll.dll+0x2d6e0]
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x00000000001dbc00):  JavaThread "main" [_thread_in_native, id=7760, stack(0x00000000022d0000,0x00000000023d0000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x0000000000000024

Registers:
EAX=0x0000000000000000, EBX=0x0000000037cd0a00, ECX=0x00000000fffffffc, EDX=0x00000000000003b8
ESP=0x00000000023cd860, EBP=0x0000000000000000, ESI=0x00000000000003b8, EDI=0x0000000000000000
EIP=0x000007fc13d7d6e0, EFLAGS=0x0000000000010213

Top of Stack: (sp=0x00000000023cd860)
0x00000000023cd860:   00000000000003b8 0000000000000000
0x00000000023cd870:   0000000000000000 0000000000000000
0x00000000023cd880:   0000000000000000 0000000000000000
0x00000000023cd890:   0000000000000000 0000000000000000
0x00000000023cd8a0:   0000000000000000 0000000000000000
0x00000000023cd8b0:   0000000000000000 0000000000000000
0x00000000023cd8c0:   0000000000000000 0000000000000000
0x00000000023cd8d0:   0000000000000000 0000000000000000
0x00000000023cd8e0:   0000da4c82416858 0000000000000000
0x00000000023cd8f0:   0000000000000004 0000000000000001
0x00000000023cd900:   0000000000000000 00000000ff000000
0x00000000023cd910:   0000000000000000 0000000000000000
0x00000000023cd920:   000007fffffda000 000007fc13d5c4c5
0x00000000023cd930:   000000000000035c 0000000037c8c05b
0x00000000023cd940:   0000000037cd0a00 00000000023cdab8
0x00000000023cd950:   0842108421084211 00000000ffffffff 

Instructions: (pc=0x000007fc13d7d6e0)
0x000007fc13d7d6d0:   b1 4b 08 75 ea 48 8b 03 33 ed 48 83 f8 ff 74 03
0x000007fc13d7d6e0:   ff 40 24 41 bf 82 03 fe 7f 41 80 3f 00 0f 85 79 


Stack: [0x00000000022d0000,0x00000000023d0000],  sp=0x00000000023cd860,  free space=1014k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ntdll.dll+0x2d6e0]

[error occurred during error reporting (printing native stack), id 0xc0000005]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  java.net.Inet6AddressImpl.lookupAllHostAddr(Ljava/lang/String;)[Ljava/net/InetAddress;+0
j  java.net.InetAddress$1.lookupAllHostAddr(Ljava/lang/String;)[Ljava/net/InetAddress;+4
j  java.net.InetAddress.getAddressFromNameService(Ljava/lang/String;Ljava/net/InetAddress;)Ljava/lang/Object;+17
j  java.net.InetAddress.getLocalHost()Ljava/net/InetAddress;+43
j  sun.security.provider.SeedGenerator$1.run()Ljava/lang/Object;+61
v  ~StubRoutines::call_stub
j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
j  sun.security.provider.SeedGenerator.getSystemEntropy()[B+39
j  sun.security.provider.SecureRandom.engineNextBytes([B)V+25
j  java.security.SecureRandom.nextBytes([B)V+5
j  java.security.SecureRandom.next(I)I+17
j  java.util.Random.nextLong()J+3
j  java.io.File.generateFile(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)Ljava/io/File;+3
j  java.io.File.createTempFile(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)Ljava/io/File;+76
j  org.eclipse.equinox.launcher.Main.canWrite(Ljava/io/File;)Z+27
j  org.eclipse.equinox.launcher.Main.computeDefaultConfigurationLocation()Ljava/lang/String;+31
j  org.eclipse.equinox.launcher.Main.getConfigurationLocation()Ljava/net/URL;+56
j  org.eclipse.equinox.launcher.Main.processConfiguration()V+123
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+56
j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
j  org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j  com.genuitec.pulse.eclipse.launcher.Main.main([Ljava/lang/String;)V+544
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x0000000036c9e800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4728, stack(0x00000000374e0000,0x00000000375e0000)]
  0x0000000036c99400 JavaThread "CompilerThread1" daemon [_thread_blocked, id=9896, stack(0x00000000373e0000,0x00000000374e0000)]
  0x0000000036c94000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=9844, stack(0x00000000372e0000,0x00000000373e0000)]
  0x0000000036c93800 JavaThread "Attach Listener" daemon [_thread_blocked, id=9408, stack(0x00000000371e0000,0x00000000372e0000)]
  0x0000000036c93000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11100, stack(0x00000000370e0000,0x00000000371e0000)]
  0x0000000036c49c00 JavaThread "Finalizer" daemon [_thread_blocked, id=9588, stack(0x0000000036fe0000,0x00000000370e0000)]
  0x0000000036c43400 JavaThread "Reference Handler" daemon [_thread_blocked, id=8796, stack(0x0000000036ee0000,0x0000000036fe0000)]
=>0x00000000001dbc00 JavaThread "main" [_thread_in_native, id=7760, stack(0x00000000022d0000,0x00000000023d0000)]

Other Threads:
  0x00000000024cdc00 VMThread [stack: 0x0000000036de0000,0x0000000036ee0000] [id=5400]
  0x0000000036ca7000 WatcherThread [stack: 0x00000000375e0000,0x00000000376e0000] [id=9996]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 PSYoungGen      total 3584K, used 1828K [0x000000002bb30000, 0x000000002bf30000, 0x00000000365d0000)
  eden space 3072K, 59% used [0x000000002bb30000,0x000000002bcf9308,0x000000002be30000)
  from space 512K, 0% used [0x000000002beb0000,0x000000002beb0000,0x000000002bf30000)
  to   space 512K, 0% used [0x000000002be30000,0x000000002be30000,0x000000002beb0000)
 PSOldGen        total 5312K, used 0K [0x00000000165d0000, 0x0000000016b00000, 0x000000002bb30000)
  object space 5312K, 0% used [0x00000000165d0000,0x00000000165d0000,0x0000000016b00000)
 PSPermGen       total 21248K, used 5465K [0x00000000065d0000, 0x0000000007a90000, 0x00000000165d0000)
  object space 21248K, 25% used [0x00000000065d0000,0x0000000006b26600,0x0000000007a90000)

Dynamic libraries:
0x0000000000400000 - 0x000000000042e000     D:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\bin\javaw.exe
0x000007fc13d50000 - 0x000007fc13f0d000     C:\Windows\SYSTEM32\ntdll.dll
0x000007fc11cf0000 - 0x000007fc11e26000     C:\Windows\system32\KERNEL32.DLL
0x000007fc10c90000 - 0x000007fc10d84000     C:\Windows\system32\KERNELBASE.dll
0x000007fc13930000 - 0x000007fc13a0e000     C:\Windows\system32\ADVAPI32.dll
0x000007fc11ff0000 - 0x000007fc1213c000     C:\Windows\system32\USER32.dll
0x000007fc115b0000 - 0x000007fc11655000     C:\Windows\system32\msvcrt.dll
0x000007fc11560000 - 0x000007fc115a8000     C:\Windows\SYSTEM32\sechost.dll
0x000007fc13520000 - 0x000007fc13665000     C:\Windows\system32\RPCRT4.dll
0x000007fc11120000 - 0x000007fc11261000     C:\Windows\system32\GDI32.dll
0x000007fc11660000 - 0x000007fc11699000     C:\Windows\system32\IMM32.DLL
0x000007fc11270000 - 0x000007fc11385000     C:\Windows\system32\MSCTF.dll
0x0000000180000000 - 0x00000001800e7000     C:\Program Files (x86)\MacType\MacType64.dll
0x000007fc06ab0000 - 0x000007fc06ad1000     C:\Program Files (x86)\MacType\EasyHK64.dll
0x000007fc11bc0000 - 0x000007fc11bc7000     C:\Windows\system32\PSAPI.DLL
0x000000006d890000 - 0x000000006de48000     D:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\server\jvm.dll
0x000007fc0a270000 - 0x000007fc0a290000     C:\Windows\SYSTEM32\WINMM.dll
0x000007fc0a520000 - 0x000007fc0a553000     C:\Windows\SYSTEM32\WINMMBASE.dll
0x0000000001bf0000 - 0x0000000001c3f000     C:\Windows\SYSTEM32\cfgmgr32.dll
0x0000000001c40000 - 0x0000000001c62000     C:\Windows\system32\DEVOBJ.dll
0x000000006d3b0000 - 0x000000006d3ba000     D:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\hpi.dll
0x000000006d800000 - 0x000000006d80e000     D:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\verify.dll
0x000000006d450000 - 0x000000006d477000     D:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\java.dll
0x000000006d850000 - 0x000000006d862000     D:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\zip.dll
0x000007fc10470000 - 0x000007fc1048a000     C:\Windows\SYSTEM32\CRYPTSP.dll
0x000007fc100d0000 - 0x000007fc10119000     C:\Windows\system32\rsaenh.dll
0x000007fc10f70000 - 0x000007fc10f8f000     C:\Windows\system32\USERENV.dll
0x0000000037b00000 - 0x0000000037b15000     C:\Windows\system32\profapi.dll
0x000007fc10a00000 - 0x000007fc10a0a000     C:\Windows\SYSTEM32\CRYPTBASE.dll
0x000007fc109a0000 - 0x000007fc109fc000     C:\Windows\SYSTEM32\bcryptPrimitives.dll
0x000000006d6a0000 - 0x000000006d6b7000     D:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\net.dll
0x000007fc13720000 - 0x000007fc13778000     C:\Windows\system32\WS2_32.dll
0x000007fc11fe0000 - 0x000007fc11fe9000     C:\Windows\system32\NSI.dll
0x0000000037b20000 - 0x0000000037bdc000     C:\Windows\system32\BfLLR.dll
0x000007fc0fd00000 - 0x000007fc0fd2c000     C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x000007fc0fcf0000 - 0x000007fc0fcfa000     C:\Windows\SYSTEM32\WINNSI.DLL
0x000007fc0fcd0000 - 0x000007fc0fce8000     C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x000007fc0fcb0000 - 0x000007fc0fcc3000     C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x000007fc10410000 - 0x000007fc1046c000     C:\Windows\system32\mswsock.dll
0x000007fc05ec0000 - 0x000007fc05ed4000     C:\Windows\system32\napinsp.dll
0x000007fc05ea0000 - 0x000007fc05eb8000     C:\Windows\system32\pnrpnsp.dll
0x000007fc0f7a0000 - 0x000007fc0f7b6000     C:\Windows\system32\NLAapi.dll
0x000007fc10210000 - 0x000007fc102a8000     C:\Windows\SYSTEM32\DNSAPI.dll
0x000007fc05ee0000 - 0x000007fc05ef2000     C:\Windows\System32\winrnr.dll
0x000000006b5f0000 - 0x000000006b625000     C:\Program Files\Bonjour\mdnsNSP.dll
0x0000000037c80000 - 0x0000000037cbc000     C:\Windows\system32\XLaccLSP64.dll
0x000007fc136d0000 - 0x000007fc13720000     C:\Windows\system32\SHLWAPI.dll

VM Arguments:
jvm_args: -Xmx512m -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=64m -Dosgi.nls.warnings=ignore 
java_command: C:\Users\ADMINI~1\AppData\Local\Temp\pulDF30.tmp\PULSEI~1.JAR -os win32 -ws win32 -arch x86_64 -showsplash -launcher D:\MyEclipse\MyEclipse 10\myeclipse.exe -name Myeclipse --launcher.library D:\MyEclipse\MyEclipse 10\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201103301700\eclipse_3215.dll -startup D:\MyEclipse\MyEclipse 10\../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -exitdata 236c_34 -install D:/MyEclipse/MyEclipse 10 -vm D:/MyEclipse/Common/binary/com.sun.java.jdk.win32.x86_64_1.6.0.013/bin/javaw.exe -vmargs -Xmx512m -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=64m -Dosgi.nls.warnings=ignore -jar C:\Users\ADMINI~1\AppData\Local\Temp\pulDF30.tmp\PULSEI~1.JAR
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_45
PATH=C:\Python33\;C:\Program Files (x86)\Common Files\NetSarang;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_45\bin;D:\apache-maven-3.1.1\bin;D:\Program Files\gradle-2.5\bin;E:\Android\android-sdk-windows\platform-tools;D:\Program Files (x86)\Git\bin;D:\Program Files\TortoiseSVN\bin;D:\Program Files\SlikSvn\bin;C:\play-1.2.4;E:\Android\android-sdk-windows\build-tools\19.0.0;D:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;C:\Users\Administrator\AppData\Roaming\npm;C:\Program Files (x86)\MacType
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows NT 6.2 Build 9200 

CPU:total 4 (8 cores per cpu, 2 threads per core) family 6 model 12 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, ht

Memory: 4k page, physical 8247292k(4275392k free), swap 10999804k(6251352k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (11.3-b02) for windows-amd64 JRE (1.6.0_13-b03), built on Mar  9 2009 10:50:19 by "java_re" with MS VC++ 8.0

time: Fri Jul 31 16:49:08 2015
elapsed time: 0 seconds


哪位大神遇到这样的问题,怎么解决?


http://www.cnblogs.com/wangmars/p/3255044.html

【热门文章】
【热门文章】