Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Crash when saving java source
Crash when saving java source [message #583540] Fri, 27 September 2002 09:38
Eclipse UserFriend
Originally posted by: wvullhorst.sundn.de

Hi,
I use Eclipse for several Java projects and I am very content with the
functionality.
But in one single Java project Eclipse simply crashes when I save a java
source and the compiler starts. (Crash=window closes immediately and the
Java VM shows a message box)
The error shows up with different JRE versions (currently 1.4.1-rc1) and
different Eclipse versions (currently 2.0)
Any ideas?

Thanks in advance,
Wolfgang


Here is the logfile stored in the Eclipse install directory:


An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D32797D
Function=ZIP_Open+0x369
Library=C:\Programme\Java\j2re1.4.1\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:301)
at
org.eclipse.jdt.internal.core.builder.ClasspathJar.isPackage (ClasspathJar.ja
va:67)
at
org.eclipse.jdt.internal.core.builder.ClasspathJar.findClass (ClasspathJar.ja
va:48)
at
org.eclipse.jdt.internal.core.builder.NameEnvironment.findCl ass(NameEnvironm
ent.java:216)
at
org.eclipse.jdt.internal.core.builder.NameEnvironment.findTy pe(NameEnvironme
nt.java:232)
at
org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.c reatePackage(Loo
kupEnvironment.java:329)
at
org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScop e.buildTypeBindi
ngs(CompilationUnitScope.java:73)
at
org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.b uildTypeBindings
(LookupEnvironment.java:119)
at
org.eclipse.jdt.internal.compiler.Compiler.beginToCompile(Co mpiler.java:300)
at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler. java:323)
at
org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.c ompile(AbstractI
mageBuilder.java:219)
at
org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.c ompile(AbstractI
mageBuilder.java:166)
at
org.eclipse.jdt.internal.core.builder.IncrementalImageBuilde r.build(Incremen
talImageBuilder.java:108)
at
org.eclipse.jdt.internal.core.builder.JavaBuilder.buildDelta s(JavaBuilder.ja
va:181)
at
org.eclipse.jdt.internal.core.builder.JavaBuilder.build(Java Builder.java:109
)
at
org.eclipse.core.internal.events.BuildManager$2.run(BuildMan ager.java:392)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java
:831)
at org.eclipse.core.runtime.Platform.run(Platform.java:416)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:1
20)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:1
76)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:1
86)
at
org.eclipse.core.internal.events.BuildManager$1.run(BuildMan ager.java:146)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java
:831)
at org.eclipse.core.runtime.Platform.run(Platform.java:416)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:1
60)
at
org.eclipse.core.internal.events.BuildManager.build(BuildMan ager.java:211)
at
org.eclipse.core.internal.resources.Workspace.endOperation(W orkspace.java:73
3)
at org.eclipse.core.internal.resources.Workspace.run(Workspace. java:1366)
at
org.eclipse.ui.actions.WorkspaceModifyOperation.run(Workspac eModifyOperation
..java:78)
- locked <02DF0128> (a org.eclipse.ui.texteditor.AbstractTextEditor$10)
at
org.eclipse.ui.texteditor.AbstractTextEditor.performSaveOper ation(AbstractTe
xtEditor.java:2120)
at
org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor .performSaveOper
ation(CompilationUnitEditor.java:664)
at
org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor .doSave(Compilat
ionUnitEditor.java:712)
- locked <06069830> (a org.eclipse.jdt.internal.core.WorkingCopy)
at org.eclipse.ui.internal.EditorManager$11.run(EditorManager.j ava:987)
at org.eclipse.ui.internal.EditorManager$8.run(EditorManager.ja va:856)
at
org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.jav
a:299)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:249)
at
org.eclipse.jface.window.ApplicationWindow$1.run(Application Window.java:394)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:66)
at
org.eclipse.jface.window.ApplicationWindow.run(ApplicationWi ndow.java:391)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow. java:1105)
at
org.eclipse.ui.internal.EditorManager.runProgressMonitorOper ation(EditorMana
ger.java:862)
at org.eclipse.ui.internal.EditorManager.saveEditor(EditorManag er.java:992)
at
org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPa ge.java:1922)
at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:32)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:749 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
ContributionItem.java:407)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
ributionItem.java:361)
at
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
tem.java:352)
at
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
ctionContributionItem.java:47)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1177)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:775)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:248)
at org.eclipse.core.launcher.Main.run(Main.java:698)
at org.eclipse.core.launcher.Main.main(Main.java:534)

Dynamic libraries:
0x00400000 - 0x00406000 C:\winnt\system32\javaw.exe
0x77880000 - 0x77901000 C:\WINNT\System32\ntdll.dll
0x77DA0000 - 0x77DFB000 C:\WINNT\system32\ADVAPI32.dll
0x77E70000 - 0x77F32000 C:\WINNT\system32\KERNEL32.DLL
0x77D30000 - 0x77DA0000 C:\WINNT\system32\RPCRT4.DLL
0x77E00000 - 0x77E64000 C:\WINNT\system32\USER32.dll
0x77F40000 - 0x77F7C000 C:\WINNT\system32\GDI32.DLL
0x78000000 - 0x78046000 C:\WINNT\system32\MSVCRT.dll
0x6D330000 - 0x6D45C000 C:\Programme\Java\j2re1.4.1\bin\client\jvm.dll
0x77540000 - 0x77571000 C:\winnt\system32\WINMM.dll
0x6D1D0000 - 0x6D1D7000 C:\Programme\Java\j2re1.4.1\bin\hpi.dll
0x6D300000 - 0x6D30D000 C:\Programme\Java\j2re1.4.1\bin\verify.dll
0x6D210000 - 0x6D229000 C:\Programme\Java\j2re1.4.1\bin\java.dll
0x6D320000 - 0x6D32D000 C:\Programme\Java\j2re1.4.1\bin\zip.dll
0x10000000 - 0x10007000
D:\Programme\eclipse\plugins\org.eclipse.core.resources.win3 2_2.0.0\os\win32
\x86\core_2_0_5.dll
0x0B3A0000 - 0x0B3E5000
D:\Programme\eclipse\plugins\org.eclipse.swt.win32_2.0.0\os\ win32\x86\swt-wi
n32-2047.dll
0x77A40000 - 0x77B36000 C:\WINNT\system32\ole32.dll
0x71700000 - 0x7178A000 C:\WINNT\system32\COMCTL32.dll
0x76B00000 - 0x76B3F000 C:\WINNT\system32\comdlg32.dll
0x70BD0000 - 0x70C1C000 C:\WINNT\system32\SHLWAPI.DLL
0x77580000 - 0x777C8000 C:\WINNT\system32\SHELL32.DLL
0x779A0000 - 0x77A3B000 C:\WINNT\system32\OLEAUT32.dll
0x75DF0000 - 0x75E0A000 C:\winnt\system32\IMM32.dll
0x63000000 - 0x63014000 C:\WINNT\System32\SynTPFcs.dll
0x77810000 - 0x77817000 C:\WINNT\system32\VERSION.dll
0x75940000 - 0x75946000 C:\WINNT\system32\LZ32.DLL
0x694D0000 - 0x694EF000 C:\winnt\system32\oleacc.dll
0x6B150000 - 0x6B155000 C:\winnt\system32\msimg32.dll
0x6D2D0000 - 0x6D2DE000 C:\Programme\Java\j2re1.4.1\bin\net.dll
0x74FC0000 - 0x74FC9000 C:\winnt\system32\WSOCK32.dll
0x74FA0000 - 0x74FB3000 C:\winnt\system32\WS2_32.DLL
0x74F90000 - 0x74F98000 C:\winnt\system32\WS2HELP.DLL
0x77830000 - 0x7783C000 C:\WINNT\System32\rnr20.dll
0x77970000 - 0x77994000 C:\winnt\system32\DNSAPI.DLL
0x77310000 - 0x77323000 C:\winnt\system32\iphlpapi.dll
0x774F0000 - 0x774F5000 C:\winnt\system32\ICMP.DLL
0x772F0000 - 0x77307000 C:\winnt\system32\MPRAPI.DLL
0x750C0000 - 0x750D0000 C:\winnt\system32\SAMLIB.DLL
0x750E0000 - 0x7512F000 C:\winnt\system32\NETAPI32.DLL
0x77BD0000 - 0x77BDF000 C:\winnt\system32\SECUR32.DLL
0x75130000 - 0x75136000 C:\winnt\system32\NETRAP.DLL
0x77940000 - 0x7796A000 C:\WINNT\system32\WLDAP32.DLL
0x77380000 - 0x773AF000 C:\winnt\system32\ACTIVEDS.DLL
0x77350000 - 0x77372000 C:\winnt\system32\ADSLDPC.DLL
0x77820000 - 0x7782E000 C:\winnt\system32\RTUTILS.DLL
0x78310000 - 0x783A0000 C:\winnt\system32\SETUPAPI.DLL
0x77C00000 - 0x77C5E000 C:\winnt\system32\USERENV.DLL
0x774B0000 - 0x774E2000 C:\winnt\system32\RASAPI32.DLL
0x77490000 - 0x774A1000 C:\winnt\system32\RASMAN.DLL
0x77500000 - 0x77522000 C:\WINNT\system32\TAPI32.DLL
0x77330000 - 0x77349000 C:\winnt\system32\DHCPCSVC.DLL
0x784A0000 - 0x78525000 C:\winnt\system32\CLBCATQ.DLL
0x777D0000 - 0x777D8000 C:\WINNT\System32\winrnr.dll
0x777E0000 - 0x777E5000 C:\winnt\system32\rasadhlp.dll
0x77910000 - 0x77933000 C:\WINNT\system32\imagehlp.dll
0x72970000 - 0x7299D000 C:\WINNT\system32\DBGHELP.dll
0x68F30000 - 0x68F3B000 C:\winnt\system32\PSAPI.DLL

Local Time = Fri Sep 27 11:31:58 2002
Elapsed Time = 7029
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1-rc-b19 mixed mode)
#
Previous Topic:Crash when saving java source
Next Topic:Language Independent Dialog Disogn
Goto Forum:
  


Current Time: Fri Apr 26 18:02:26 GMT 2024

Powered by FUDForum. Page generated in 0.03567 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top