Bug 33466 - NPE on shutdown from IndexManager
Summary: NPE on shutdown from IndexManager
Status: RESOLVED DUPLICATE of bug 33462
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-27 13:16 EST by Darin Swanson CLA
Modified: 2003-03-17 11:11 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 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 ***