Bug 38897 - Eclipse hangs on shutdown
Summary: Eclipse hangs on shutdown
Status: RESOLVED DUPLICATE of bug 38678
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M2   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-13 12:46 EDT by Dirk Baeumer CLA
Modified: 2005-02-16 09:43 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Baeumer CLA 2003-06-13 12:46:31 EDT
Eclipse: 200306110800
VM: J9SC_20030611a

Sometime when shuting down Eclipse target workspace it hangs. The stack dump 
is as follows:

org.eclipse.core.launcher.Main at localhost:10902
	Thread [main] (Suspended)
		Thread(Object).wait(long, int) line: not available [native 
method]
		Thread(Object).wait(long) line: 223
		Thread.join() line: 666
		IndexManager(JobManager).shutdown() line: 416
		IndexManager.shutdown() line: 539
		JavaModelManager.shutdown() line: 1298
		JavaCore.shutdown() line: 3114
		PluginRegistry$2.run() line: 295
		InternalPlatform.run(ISafeRunnable) line: 1006
		PluginRegistry$1.visit(IPluginDescriptor) line: 308
		PluginRegistry.accept(IPluginVisitor, boolean) line: 58
		PluginRegistry.shutdownPlugins() line: 311
		PluginRegistry.shutdown(IProgressMonitor) line: 277
		InternalPlatform.loaderShutdown() line: 630
		Method(AccessibleObject).invokeImpl(Object, Object[], Void) 
line: not available [native method]
		Method(AccessibleObject).invokeV(Object, Object[]) line: 199
		Method.invoke(Object, Object[]) line: 252
		InternalBootLoader.shutdown() line: 1008
		InternalBootLoader.run(String, URL, String, String[], 
Runnable) line: 863
		BootLoader.run(String, URL, String, String[], Runnable) line: 
461
		Method(AccessibleObject).invokeImpl(Object, Object[], Object) 
line: not available [native method]
		Method(AccessibleObject).invokeL(Object, Object[]) line: 207
		Method.invoke(Object, Object[]) line: 271
		Main.basicRun(String[]) line: 291
		Main.run(String[]) line: 747
		Main.main(String[]) line: 583
	System Thread [Gc Thread] (Running)
	System Thread [Finalizer thread] (Running)
	Thread [Java indexing] (Suspended)
		IndexManager(Object).wait(long, int) line: not available 
[native method]
		IndexManager(Object).wait() line: 193
		IndexManager(JobManager).run() line: 350
		Thread.run() line: 801
	Thread [Snapshot] (Suspended)
		DelayedSnapshotRunnable(Object).wait(long, int) line: not 
available [native method]
		DelayedSnapshotRunnable(Object).wait(long) line: 223
		DelayedSnapshotRunnable.run() line: 38
		Thread.run() line: 801
Comment 1 Kent Johnson CLA 2003-06-13 14:26:23 EDT

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