Bug 33462 - NPE during shutdown
Summary: NPE during shutdown
Status: VERIFIED FIXED
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: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 33461 33466 33573 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-02-27 12:52 EST by Philipe Mulet CLA
Modified: 2003-03-10 11:45 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2003-02-27 12:52:51 EST
Build 20030227

Another NPE during test runs.

!ENTRY org.eclipse.core.runtime 4 2 Feb 27, 2003 18:49:33.897
!MESSAGE Problems occurred when invoking code from plug-
in: "org.eclipse.core.runtime".
!STACK 0
java.lang.NullPointerException
	at org.eclipse.jdt.internal.core.search.indexing.IndexManager.shutdown
(IndexManager.java:509)
	at org.eclipse.jdt.internal.core.JavaModelManager.shutdown
(JavaModelManager.java:1535)
	at org.eclipse.jdt.core.JavaCore.shutdown(JavaCore.java:2986)
	at org.eclipse.core.internal.plugins.PluginRegistry$2.run
(PluginRegistry.java:283)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:867)
	at org.eclipse.core.internal.plugins.PluginRegistry$1.visit
(PluginRegistry.java:296)
	at org.eclipse.core.internal.plugins.PluginRegistry.accept
(PluginRegistry.java:55)
	at org.eclipse.core.internal.plugins.PluginRegistry.shutdownPlugins
(PluginRegistry.java:299)
	at org.eclipse.core.internal.plugins.PluginRegistry.shutdown
(PluginRegistry.java:265)
	at org.eclipse.core.internal.runtime.InternalPlatform.loaderShutdown
(InternalPlatform.java:517)
	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.internal.boot.InternalBootLoader.shutdown
(InternalBootLoader.java:979)
	at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:850)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:431)
	at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)
Comment 1 Philipe Mulet CLA 2003-02-27 12:53:51 EST
indexStates can be null.
Fixed
Comment 2 Darin Swanson CLA 2003-02-27 13:43:06 EST
*** Bug 33466 has been marked as a duplicate of this bug. ***
Comment 3 Olivier Thomann CLA 2003-02-27 15:58:33 EST
*** Bug 33461 has been marked as a duplicate of this bug. ***
Comment 4 Olivier Thomann CLA 2003-02-28 15:11:41 EST
*** Bug 33573 has been marked as a duplicate of this bug. ***
Comment 5 David Audel CLA 2003-03-10 11:45:47 EST
Verified.