exception_access_violation

1 resposta
M

De vez enquando aparece este erro quando vou compilar, ai mando compilar novamente e não ocorre mais. Alguém sabe o que pode ser?
Uso Java 1.4.0_01 Build e Windows 2000 5.0/x86

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D327946
Function=ZIP_Open+0x369
Library=c:\jdk1.4\jre\bin\zip.dll

Current Java thread:

at java.util.zip.ZipFile.getNextEntry(Native Method)

at java.util.zip.ZipFile.access$400(ZipFile.java:26)

at java.util.zip.ZipFile$2.nextElement(ZipFile.java:295)

at com.sun.tools.javac.v8.code.ClassReader.openArchive(ClassReader.java:917)

at com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1121)

at com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1242)

at com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1262)

at com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java:980)

at com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:375)

at com.sun.tools.javac.v8.comp.Enter._case(Enter.java:468)

at com.sun.tools.javac.v8.tree.Tree$TopLevel.visit(Tree.java:382)

at com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:440)

at com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:454)

at com.sun.tools.javac.v8.comp.Enter.main(Enter.java:579)

at com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:376)

at com.sun.tools.javac.v8.Main.compile(Main.java:526)

- locked <02F48FB8> (a com.sun.tools.javac.v8.Main)

at com.sun.tools.javac.Main.compile(Main.java:32)

at com.sun.tools.javac.Main.main(Main.java:23)

Dynamic libraries:
0x00400000 - 0x00407000 c:\jdk1.4\bin\javac.exe
0x78460000 - 0x784E1000 C:\WINNT\system32\ntdll.dll
0x792D0000 - 0x79332000 C:\WINNT\system32\ADVAPI32.dll
0x79720000 - 0x797DA000 C:\WINNT\system32\KERNEL32.DLL
0x77120000 - 0x77191000 C:\WINNT\system32\RPCRT4.DLL
0x78000000 - 0x78045000 C:\WINNT\system32\MSVCRT.dll
0x6D330000 - 0x6D445000 c:\jdk1.4\jre\bin\client\jvm.dll
0x77E10000 - 0x77E75000 C:\WINNT\system32\USER32.dll
0x77F40000 - 0x77F7B000 C:\WINNT\system32\GDI32.DLL
0x77550000 - 0x77581000 C:\WINNT\system32\WINMM.dll
0x6D1D0000 - 0x6D1D7000 c:\jdk1.4\jre\bin\hpi.dll
0x6D300000 - 0x6D30D000 c:\jdk1.4\jre\bin\verify.dll
0x6D210000 - 0x6D228000 c:\jdk1.4\jre\bin\java.dll
0x6D320000 - 0x6D32D000 c:\jdk1.4\jre\bin\zip.dll
0x77920000 - 0x77943000 C:\WINNT\system32\imagehlp.dll
0x729B0000 - 0x729DD000 C:\WINNT\system32\DBGHELP.dll
0x68F90000 - 0x68F9B000 C:\WINNT\system32\PSAPI.DLL

Local Time = Wed Dec 08 08:16:51 2004
Elapsed Time = 6

The exception above was detected in native code outside the VM

Java VM: Java HotSpot™ Client VM (1.4.0_01-b03 mixed mode)

1 Resposta

andre_a_s

Pega a nova versão do compilador cara
1.4.2_06 ou o Tiger (1.5)

Criado 7 de dezembro de 2004
Ultima resposta 7 de dez. de 2004
Respostas 1
Participantes 2