Bug 15857

Summary: Deadlock in the indexer.shutdown()
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: francis
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: Other   
OS: other   
Whiteboard:

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. ***