Bug 33466

Summary: NPE on shutdown from IndexManager
Product: [Eclipse Project] JDT Reporter: Darin Swanson <Darin_Swanson>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Darin Swanson CLA 2003-02-27 13:16:01 EST
20030227
I can reproduce this every time running the Ant Core test suite. Possibly we 
are not setting up our test projects properly, but this problem is new)
It appears that there is no indexStates.

Thread [main] (Suspended (exception NullPointerException))
	IndexManager.shutdown() line: 509
	JavaModelManager.shutdown() line: 1535
	JavaCore.shutdown() line: 2986
	PluginRegistry$2.run() line: 283
	InternalPlatform.run(ISafeRunnable) line: 867
	PluginRegistry$1.visit(IPluginDescriptor) line: 296
	PluginRegistry.accept(IPluginVisitor, boolean) line: 55
	PluginRegistry.shutdownPlugins() line: 299
	PluginRegistry.shutdown(IProgressMonitor) line: 265
	InternalPlatform.loaderShutdown() line: 517
	NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not 
available [native method]
	NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39
	DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25
	Method.invoke(Object, Object[]) line: 324
	InternalBootLoader.shutdown() line: 979
	InternalBootLoader.run(String, URL, String, String[], Runnable) line: 
850
	BootLoader.run(String, URL, String, String[]) line: 431
	EclipseRuntimeLauncher.main(String[]) line: 24
Comment 1 Olivier Thomann CLA 2003-02-27 13:27:05 EST
Looks like a duplicate of bug 33462.
Comment 2 Darin Swanson CLA 2003-02-27 13:43:03 EST
Marking as duplicate of 33462.

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