Bug 6167 - Indexer not stoped on exit
Summary: Indexer not stoped on exit
Status: RESOLVED DUPLICATE of bug 9185
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P4 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-21 10:32 EST by Jerome Lanneluc CLA
Modified: 2002-02-12 07:51 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 Jerome Lanneluc CLA 2001-11-21 10:32:37 EST
Build 20011120

When exiting the workbench, the indexer keeps working until it has finished. 
This prevents Eclipse from exiting right away and this could take an arbitrary 
amount of time.

To reproduce:
1. Create a workspace on a floppy
2. Exit the workbench
Observe: The workbench windows have been closed, but the indexer is still 
working (you can see it working by watching the .index files being updated)
Comment 1 Philipe Mulet CLA 2001-12-13 17:38:41 EST
The IndexManager#shutdown is supposed to remove all queued jobs, so it should 
only finish the current job in theory.
Comment 2 Philipe Mulet CLA 2002-02-12 07:51:42 EST
Fixed along with http://dev.eclipse.org/bugs/show_bug.cgi?id=9185

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