Unbekannter Fehler

  • 1 Antworten
  • Letztes Antwortdatum
J

Jan1990

Neues Mitglied
0
Hi

ich wollte heut ein altes Android Projekt starten und habe einen Fehler erhalten den ich vorher noch nie gesehen habe...

Vielleicht könnt ihr mir da ja weiter helfen.

Also die Meldung sieht so aus:

Code:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (classFileParser.cpp:3494), pid=1016, tid=2544
#  Error: ShouldNotReachHere()
#
# JRE version: 6.0_31-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode windows-amd64 compressed oops)
# An error report file with more information is saved as:
# E:\Dokumente\HS Fulda\Android Rain App\hs_err_pid1016.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

und die hs_err_pid1016.log
sieht so aus:

Code:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (classFileParser.cpp:3494), pid=1016, tid=2544
#  Error: ShouldNotReachHere()
#
# JRE version: 6.0_31-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode windows-amd64 compressed oops)
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

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

Current thread (0x000000000062b800):  JavaThread "Unknown thread" [_thread_in_vm, id=2544, stack(0x0000000001bc0000,0x0000000001cc0000)]

Stack: [0x0000000001bc0000,0x0000000001cc0000]
[error occurred during error reporting (printing stack bounds), id 0xc0000005]


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

Java Threads: ( => current thread )

Other Threads:

=>0x000000000062b800 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=2544, stack(0x0000000001bc0000,0x0000000001cc0000)]

VM state:not at safepoint (not fully initialized)

VM Mutex/Monitor currently owned by a thread: None

Dynamic libraries:
0x0000000000400000 - 0x000000000042f000 	C:\Program Files (x86)\eclipse\jre\bin\javaw.exe
0x000007f8572c0000 - 0x000007f85747e000 	C:\WINDOWS\SYSTEM32\ntdll.dll
0x000007f855680000 - 0x000007f8557b6000 	C:\WINDOWS\system32\KERNEL32.DLL
0x000007f8544a0000 - 0x000007f854593000 	C:\WINDOWS\system32\KERNELBASE.dll
0x000007f854b10000 - 0x000007f854bee000 	C:\WINDOWS\system32\ADVAPI32.dll
0x000007f855300000 - 0x000007f85544c000 	C:\WINDOWS\system32\USER32.dll
0x000007f8551e0000 - 0x000007f855285000 	C:\WINDOWS\system32\msvcrt.dll
0x000007f854d30000 - 0x000007f854d78000 	C:\WINDOWS\SYSTEM32\sechost.dll
0x000007f854bf0000 - 0x000007f854d30000 	C:\WINDOWS\system32\RPCRT4.dll
0x000007f855540000 - 0x000007f855680000 	C:\WINDOWS\system32\GDI32.dll
0x000007f8551a0000 - 0x000007f8551d9000 	C:\WINDOWS\system32\IMM32.DLL
0x000007f855080000 - 0x000007f855195000 	C:\WINDOWS\system32\MSCTF.dll
0x000007f8541d0000 - 0x000007f8541d8000 	C:\PROGRA~2\NVIDIA~1\3DVISI~1\NVSTIN~1.DLL
0x000007f855d90000 - 0x000007f855d97000 	C:\WINDOWS\system32\PSAPI.DLL
0x00000000645f0000 - 0x0000000064693000 	C:\WINDOWS\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6871_none_08e717a5a83adddf\MSVCR90.dll
0x000000006d8b0000 - 0x000000006e068000 	C:\Program Files (x86)\eclipse\jre\jre\bin\server\jvm.dll
0x000007f84fa40000 - 0x000007f84fa60000 	C:\WINDOWS\SYSTEM32\WINMM.dll
0x000007f84f9f0000 - 0x000007f84fa22000 	C:\WINDOWS\SYSTEM32\WINMMBASE.dll
0x000000006d820000 - 0x000000006d82e000 	C:\Program Files (x86)\eclipse\jre\jre\bin\verify.dll
0x000000006d450000 - 0x000000006d477000 	C:\Program Files (x86)\eclipse\jre\jre\bin\java.dll
0x000000006d870000 - 0x000000006d882000 	C:\Program Files (x86)\eclipse\jre\jre\bin\zip.dll

VM Arguments:
jvm_args: -Dfile.encoding=Cp1252 -Xbootclasspath:C:\Program Files (x86)\Android\android-sdk\sdk\platforms\android-10\android.jar 
java_command: de.hsfulda.ws2011.rain.test.JSON_Implementierung
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\MiKTeX 2.9\miktex\bin\;C:\Program Files (x86)\OpenSSH\bin;C:\Program Files\Microsoft\Web Platform Installer\
USERNAME=Jan-PC
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel



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

OS: Windows NT 6.2 Build 9200 

CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt

Memory: 4k page, physical 8298508k(4078976k free), swap 9543692k(2812212k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (20.6-b01) for windows-amd64 JRE (1.6.0_31-b05), built on Feb  3 2012 18:34:57 by "java_re" with MS VC++ 8.0 (VS2005)

time: Sat Jan 26 20:00:26 2013
elapsed time: 0 seconds

vielleicht könnt ihr ja was damit anfangen...

Ps.: Der fehler tritt nur bei dem Projekt auf alle anderen Lassen sich ausführen.
 
Vielleicht hilft ein Java Update (Java 6 ist mittlerweile bei 1.6.0.38) und ein Clean auf das Projekt?
 

Ähnliche Themen

C
Antworten
8
Aufrufe
578
CptGreenwood
C
Zurück
Oben Unten