Bug 15857 - Deadlock in the indexer.shutdown()
Summary: Deadlock in the indexer.shutdown()
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: Other other
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 16008 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-05-13 12:07 EDT by Olivier Thomann CLA
Modified: 2002-05-15 05:03 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 Olivier Thomann CLA 2002-05-13 12:07:20 EDT
During the indexer shutdown(), I ran into a deadlock. One thread is recreating the index for 
classes.zip while another thread is discarding the current jobs. The two methods are 
synchronized and therefore I cannot exit from the deadlock.
Comment 1 Philipe Mulet CLA 2002-05-13 12:25:30 EDT
Fixed
Comment 2 Philipe Mulet CLA 2002-05-15 05:03:02 EDT
*** Bug 16008 has been marked as a duplicate of this bug. ***