Bug 68875 - NPE in jobs.Worker.run breaks eclipse
Summary: NPE in jobs.Worker.run breaks eclipse
Status: RESOLVED DUPLICATE of bug 68240
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux-GTK
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-Resources-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-29 11:53 EDT by Andrew Niefer CLA
Modified: 2004-06-29 15:12 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 Andrew Niefer CLA 2004-06-29 11:53:55 EDT
In Eclipse 3.0.0 build 200406251208.

I debug a runtime workbench (debugging the cdt).  In the runtime workbench, I 
start a build.
Then, in the JDT, while the build is running in the runtime workbench, I 
terminate the debug session.

In the shell where I started eclipse from, I get the following:
java.lang.NullPointerException
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java(Compiled Code))
java.lang.NullPointerException
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java(Compiled Code))
java.lang.NullPointerException
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java(Compiled Code))
java.lang.NullPointerException
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java(Compiled Code))
java.lang.NullPointerException
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java(Compiled Code))

Eclipse itself gives no indication of an error.  However, after this, things 
stop working. Starting a new debug session does nothing, doing an open Type 
shows nothing in the dialog when typing in a type, doing a search doesn't work, 
opening the call hierarchy doesn't work.
Comment 1 John Arthorne CLA 2004-06-29 15:12:58 EDT

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