Bug 139091 - Job found still running after platform shutdown.
Summary: Job found still running after platform shutdown.
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 3.0.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-27 18:42 EDT by Chengdong Li CLA
Modified: 2020-09-04 15:21 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chengdong Li CLA 2006-04-27 18:42:26 EDT
Forgive me if I put this report in the wrong Component. The following things happened here: 

1) The following warning are shown occasionaly in the Error Log view:

   > Job found still running after platform shutdown.  Jobs should be 
   > canceled by the plugin that scheduled them during shutdown: 
   > org.eclipse.cdt.internal.core.model.BinaryRunner$1


An exception stack trace is not available.

eclipse.buildId=unknown
java.version=1.5.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.sdk.ide -pdelaunch
Command-line arguments:  -product org.eclipse.sdk.ide -data /test/runtime-workspace -dev file:/test/workspace/.metadata/.plugins/org.eclipse.pde.core/CDT302+Eclipse31/dev.properties -pdelaunch -debug /test/workspace/.metadata/.plugins/org.eclipse.pde.core/CDT302+Eclipse31/.options -os linux -ws gtk -arch x86

2) Also, sometime the GDB can not be terminated correctly, so I have to use kill (linux) command to manually kill it. 

3) It also seems to me that the indexer working at the background may also cause  message 1).

Not sure if there is any relation between the above 3 items. Can anyone give any idea?  Thanks.

Thanks
Comment 1 Patrick Holthuizen CLA 2011-08-06 05:39:29 EDT
I see this problem also with eclipse 3.7. Every time eclipse is closed the eclipse process stays active after disconnecting from the workspace.