Bug 44158 - Spuratic crashes of eclipse
Summary: Spuratic crashes of eclipse
Status: RESOLVED DUPLICATE of bug 36367
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.1.1   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform-Resources-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-03 17:03 EDT by David Havrda CLA
Modified: 2003-10-03 17:29 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Havrda CLA 2003-10-03 17:03:03 EDT
Eclipse crashes on me pretty often.  Usually it has to do with native code/SWT 
but this time is different.  There are no reproducable steps to get it to 
happen.  I have also started eclipse with the -Xint arguement.  This happens 
while I am debugging a plugin.  I put this bug in the core due to the last 
eclipse call in the trace.


Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D3836DE
Function=[Unknown.]
Library=C:\Program Files\Java\j2re1.4.1\bin\client\jvm.dll

NOTE: We are unable to locate the function name symbol for the error
      just occurred. Please refer to release documentation for possible
      reason and solutions.


Current Java thread:
	at sun.security.pkcs.PKCS9Attribute.<clinit>(PKCS9Attribute.java:258)
	at sun.security.x509.AVAKeyword.initKeywords(AVA.java:1174)
	at sun.security.x509.AVAKeyword.<clinit>(AVA.java:1184)
	at sun.security.x509.AVA.toKeyword(AVA.java:562)
	at sun.security.x509.AVA.toString(AVA.java:570)
	at sun.security.x509.RDN.toString(X500Name.java:1651)
	at sun.security.x509.X500Name.generateDN(X500Name.java:966)
	at sun.security.x509.X500Name.toString(X500Name.java:547)
	at sun.security.x509.CertificateIssuerName.toString
(CertificateIssuerName.java:84)
	at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:673)
	at sun.security.x509.X509CertInfo.<init>(X509CertInfo.java:155)
	at sun.security.x509.X509CertImpl.parse(X509CertImpl.java:1630)
	at sun.security.x509.X509CertImpl.<init>(X509CertImpl.java:286)
	at sun.security.provider.X509Factory.engineGenerateCertificate
(X509Factory.java:94)
	at java.security.cert.CertificateFactory.generateCertificate
(CertificateFactory.java:389)
	at sun.security.pkcs.PKCS7.parseSignedData(PKCS7.java:267)
	at sun.security.pkcs.PKCS7.parse(PKCS7.java:141)
	at sun.security.pkcs.PKCS7.parse(PKCS7.java:110)
	at sun.security.pkcs.PKCS7.<init>(PKCS7.java:92)
	at sun.security.util.SignatureFileVerifier.<init>
(SignatureFileVerifier.java:64)
	at java.util.jar.JarVerifier.processEntry(JarVerifier.java:261)
	at java.util.jar.JarVerifier.update(JarVerifier.java:194)
	at java.util.jar.JarFile.initializeVerifier(JarFile.java:251)
	at java.util.jar.JarFile.getInputStream(JarFile.java:313)
	- locked <02ECE330> (a java.util.jar.JarFile)
	at sun.misc.URLClassPath$5.getInputStream(URLClassPath.java:617)
	at sun.misc.Resource.getBytes(Resource.java:57)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:247)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
	- locked <02EDFB00> (a sun.misc.Launcher$ExtClassLoader)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
	- locked <02EDA068> (a sun.misc.Launcher$AppClassLoader)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
	- locked <02EDA068> (a sun.misc.Launcher$AppClassLoader)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
	at java.security.Provider.loadProvider(Provider.java:149)
	at java.security.Security$2.run(Security.java:278)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.Security.reloadProviders(Security.java:274)
	- locked <06C0B958> (a java.lang.Class)
	- locked <06C0B958> (a java.lang.Class)
	at java.security.Security.getProviders(Security.java:813)
	- locked <06C0B958> (a java.lang.Class)
	at java.security.SecureRandom.getPrngAlgorithm(SecureRandom.java:468)
	at java.security.SecureRandom.<init>(SecureRandom.java:163)
	at 
org.eclipse.core.internal.utils.UniversalUniqueIdentifier.computeNodeAddress
(UniversalUniqueIdentifier.java:186)
	at org.eclipse.core.internal.utils.UniversalUniqueIdentifier.<clinit>
(UniversalUniqueIdentifier.java:36)
	at org.eclipse.core.internal.localstore.BlobStore.addBlob
(BlobStore.java:46)
	at org.eclipse.core.internal.localstore.HistoryStore.addState
(HistoryStore.java:144)
	at org.eclipse.core.internal.localstore.HistoryStore.addState
(HistoryStore.java:162)
	at org.eclipse.core.internal.localstore.FileSystemResourceManager.write
(FileSystemResourceManager.java:655)
	at org.eclipse.core.internal.resources.File.internalSetContents
(File.java:238)
	at org.eclipse.core.internal.resources.File.setContents(File.java:274)
	at org.eclipse.core.internal.resources.File.setContents(File.java:305)
	at org.eclipse.ui.editors.text.FileDocumentProvider.doSaveDocument
(FileDocumentProvider.java:465)
	at org.eclipse.ui.texteditor.AbstractDocumentProvider.saveDocument
(AbstractDocumentProvider.java:459)
	at org.eclipse.ui.texteditor.AbstractTextEditor$11.execute
(AbstractTextEditor.java:3013)
	at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run
(WorkspaceModifyOperation.java:71)
	at org.eclipse.core.internal.resources.Workspace.run
(Workspace.java:1595)
	at org.eclipse.ui.actions.WorkspaceModifyOperation.run
(WorkspaceModifyOperation.java:85)
	- locked <0318E040> (a org.eclipse.ui.texteditor.AbstractTextEditor$11)
	at org.eclipse.ui.texteditor.AbstractTextEditor.performSaveOperation
(AbstractTextEditor.java:3033)
	at org.eclipse.ui.texteditor.AbstractTextEditor.doSave
(AbstractTextEditor.java:2836)
	at org.eclipse.ui.editors.text.TextEditor.doSave(TextEditor.java:244)
	at 
motive.workbench.ui.editors.manifest.editors.DiagnosticRequestMultiPageEditor.d
oSave(DiagnosticRequestMultiPageEditor.java:127)
	at org.eclipse.ui.internal.EditorManager$11.run
(EditorManager.java:1090)
	at org.eclipse.ui.internal.EditorManager$8.run(EditorManager.java:960)
	at org.eclipse.jface.operation.ModalContext.runInCurrentThread
(ModalContext.java:302)
	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
	at org.eclipse.jface.window.ApplicationWindow$1.run
(ApplicationWindow.java:431)
	at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:69)
	at org.eclipse.jface.window.ApplicationWindow.run
(ApplicationWindow.java:428)
	at org.eclipse.ui.internal.WorkbenchWindow.run
(WorkbenchWindow.java:1385)
	at org.eclipse.ui.internal.EditorManager.runProgressMonitorOperation
(EditorManager.java:966)
	at org.eclipse.ui.internal.EditorManager.savePart
(EditorManager.java:1095)
	at org.eclipse.ui.internal.WorkbenchPage.savePart
(WorkbenchPage.java:2353)
	at org.eclipse.ui.internal.WorkbenchPage.saveEditor
(WorkbenchPage.java:2365)
	at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:57)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
	at org.eclipse.ui.internal.WWinKeyBindingService.pressed
(WWinKeyBindingService.java:214)
	at org.eclipse.ui.internal.WWinKeyBindingService$5.widgetSelected
(WWinKeyBindingService.java:332)
	at org.eclipse.ui.internal.AcceleratorMenu$2.handleEvent
(AcceleratorMenu.java:68)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1838)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1545)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
	at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:858)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
	at org.eclipse.core.launcher.Main.run(Main.java:747)
	at org.eclipse.core.launcher.Main.main(Main.java:583)

Dynamic libraries:
0x00400000 - 0x00406000 	C:\Program Files\Java\j2re1.4.1\bin\javaw.exe
0x77F50000 - 0x77FF7000 	C:\WINDOWS\System32\ntdll.dll
0x77E60000 - 0x77F46000 	C:\WINDOWS\system32\kernel32.dll
0x77DD0000 - 0x77E5D000 	C:\WINDOWS\system32\ADVAPI32.dll
0x78000000 - 0x78086000 	C:\WINDOWS\system32\RPCRT4.dll
0x77D40000 - 0x77DC6000 	C:\WINDOWS\system32\USER32.dll
0x77C70000 - 0x77CB0000 	C:\WINDOWS\system32\GDI32.dll
0x77C10000 - 0x77C63000 	C:\WINDOWS\system32\MSVCRT.dll
0x76390000 - 0x763AC000 	C:\WINDOWS\System32\IMM32.DLL
0x629C0000 - 0x629C8000 	C:\WINDOWS\System32\LPK.DLL
0x72FA0000 - 0x72FFA000 	C:\WINDOWS\System32\USP10.dll
0x6D330000 - 0x6D45C000 	C:\Program Files\Java\j2re1.4.1
\bin\client\jvm.dll
0x76B40000 - 0x76B6C000 	C:\WINDOWS\System32\WINMM.dll
0x6D1D0000 - 0x6D1D7000 	C:\Program Files\Java\j2re1.4.1\bin\hpi.dll
0x6D300000 - 0x6D30D000 	C:\Program Files\Java\j2re1.4.1\bin\verify.dll
0x6D210000 - 0x6D229000 	C:\Program Files\Java\j2re1.4.1\bin\java.dll
0x6D320000 - 0x6D32D000 	C:\Program Files\Java\j2re1.4.1\bin\zip.dll
0x6D260000 - 0x6D27C000 	C:\Program Files\Java\j2re1.4.1\bin\jdwp.dll
0x6D170000 - 0x6D175000 	C:\Program Files\Java\j2re1.4.1
\bin\dt_socket.dll
0x71AB0000 - 0x71AC5000 	C:\WINDOWS\System32\ws2_32.dll
0x71AA0000 - 0x71AA8000 	C:\WINDOWS\System32\WS2HELP.dll
0x71A50000 - 0x71A8B000 	C:\WINDOWS\System32\mswsock.dll
0x76F20000 - 0x76F45000 	C:\WINDOWS\System32\DNSAPI.dll
0x76FB0000 - 0x76FB7000 	C:\WINDOWS\System32\winrnr.dll
0x76F60000 - 0x76F8C000 	C:\WINDOWS\system32\WLDAP32.dll
0x76FC0000 - 0x76FC5000 	C:\WINDOWS\System32\rasadhlp.dll
0x71A90000 - 0x71A98000 	C:\WINDOWS\System32\wshtcpip.dll
0x10000000 - 0x10008000 	C:\src\diagnosticeditor\eclipse-
motive\export\eclipse\plugins\org.eclipse.core.resources.win32_2.1.0\os\win32
\x86\core_2_1_0a.dll
0x0F020000 - 0x0F067000 	C:\src\diagnosticeditor\eclipse-
motive\export\eclipse\plugins\org.eclipse.swt.win32_2.1.1\os\win32\x86\swt-
win32-2135.dll
0x771B0000 - 0x772D1000 	C:\WINDOWS\system32\ole32.dll
0x77340000 - 0x773CB000 	C:\WINDOWS\system32\COMCTL32.dll
0x763B0000 - 0x763F5000 	C:\WINDOWS\system32\comdlg32.dll
0x63180000 - 0x631E5000 	C:\WINDOWS\system32\SHLWAPI.dll
0x773D0000 - 0x77BC2000 	C:\WINDOWS\system32\SHELL32.dll
0x77120000 - 0x771AB000 	C:\WINDOWS\system32\OLEAUT32.dll
0x71950000 - 0x71A34000 	C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
0x5AD70000 - 0x5ADA4000 	C:\WINDOWS\System32\uxtheme.dll
0x74720000 - 0x74764000 	C:\WINDOWS\System32\MSCTF.dll
0x0F240000 - 0x0F24F000 	C:\WINDOWS\System32\FRXHDLL.DLL
0x0F260000 - 0x0F28B000 	C:\WINDOWS\System32\msctfime.ime
0x0F2B0000 - 0x0F2B6000 	C:\Program Files\MUSICMATCH\MUSICMATCH 
Jukebox\KeyboardHookDll.dll
0x7C000000 - 0x7C055000 	C:\Program Files\MUSICMATCH\MUSICMATCH 
Jukebox\MMVCR70.dll
0x74C80000 - 0x74CAC000 	C:\WINDOWS\System32\oleacc.dll
0x55900000 - 0x55961000 	C:\WINDOWS\System32\MSVCP60.dll
0x0F770000 - 0x0F7C9000 	C:\src\diagnosticeditor\eclipse-
motive\export\eclipse\plugins\net.sf.colorer_0.4.0\os\win32\x86
\net_sf_colorer.dll
0x76200000 - 0x76298000 	C:\WINDOWS\system32\WININET.dll
0x762C0000 - 0x76348000 	C:\WINDOWS\system32\CRYPT32.dll
0x762A0000 - 0x762AF000 	C:\WINDOWS\system32\MSASN1.dll
0x746F0000 - 0x74716000 	C:\WINDOWS\System32\Msimtf.dll
0x76380000 - 0x76385000 	C:\WINDOWS\System32\msimg32.dll
0x61220000 - 0x61232000 	C:\Program Files\Microsoft 
Hardware\Mouse\MSH_ZWF.dll
0x0FC50000 - 0x0FC57000 	C:\Program Files\Yahoo!\Messenger\idle.dll
0x75F40000 - 0x75F5F000 	C:\WINDOWS\system32\appHelp.dll
0x76FD0000 - 0x77048000 	C:\WINDOWS\System32\CLBCATQ.DLL
0x77050000 - 0x77115000 	C:\WINDOWS\System32\COMRes.dll
0x77C00000 - 0x77C07000 	C:\WINDOWS\system32\VERSION.dll
0x76620000 - 0x7666E000 	C:\WINDOWS\System32\cscui.dll
0x76600000 - 0x7661B000 	C:\WINDOWS\System32\CSCDLL.dll
0x75F80000 - 0x7607C000 	C:\WINDOWS\System32\browseui.dll
0x76670000 - 0x76757000 	C:\WINDOWS\System32\SETUPAPI.dll
0x76990000 - 0x769B4000 	C:\WINDOWS\System32\ntshrui.dll
0x76B20000 - 0x76B35000 	C:\WINDOWS\System32\ATL.DLL
0x71C20000 - 0x71C6E000 	C:\WINDOWS\System32\NETAPI32.dll
0x75A70000 - 0x75B15000 	C:\WINDOWS\system32\USERENV.dll
0x71700000 - 0x71849000 	C:\WINDOWS\System32\shdocvw.dll
0x6D2D0000 - 0x6D2DE000 	C:\Program Files\Java\j2re1.4.1\bin\net.dll
0x71AD0000 - 0x71AD8000 	C:\WINDOWS\System32\WSOCK32.dll
0x76C90000 - 0x76CB2000 	C:\WINDOWS\system32\imagehlp.dll
0x6D510000 - 0x6D58D000 	C:\WINDOWS\system32\DBGHELP.dll
0x76BF0000 - 0x76BFB000 	C:\WINDOWS\System32\PSAPI.DLL

Local Time = Fri Oct 03 15:21:41 2003
Elapsed Time = 40
#
# HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
# Error ID : 4F530E43505002E6
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1-b21 interpreted mode)
#
Comment 1 Rafael Chaves CLA 2003-10-03 17:29:02 EDT

*** This bug has been marked as a duplicate of 36367 ***