Bug 73375 - IllegalStateMonitor performing a search request
Summary: IllegalStateMonitor performing a search request
Status: RESOLVED DUPLICATE of bug 73226
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-07 11:26 EDT by Olivier Thomann CLA
Modified: 2004-09-07 14:44 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 Olivier Thomann CLA 2004-09-07 11:26:09 EDT
Using build 200409011200, I got this exception using Ctrl + Shift + T.

java.lang.IllegalMonitorStateException
        at java.lang.Object.notifyAll(Native Method)
        at
org.eclipse.jdt.internal.core.search.indexing.ReadWriteMonitor.exitRead(ReadWriteMonitor.java:58)
        at
org.eclipse.jdt.internal.core.search.PatternSearchJob.search(PatternSearchJob.java:119)
        at
org.eclipse.jdt.internal.core.search.PatternSearchJob.execute(PatternSearchJob.java:64)
        at
org.eclipse.jdt.internal.core.search.processing.JobManager.performConcurrentJob(JobManager.java:260)
        at
org.eclipse.jdt.core.search.SearchEngine.searchAllTypeNames(SearchEngine.java:870)
        at
org.eclipse.jdt.internal.corext.util.AllTypesCache.search(AllTypesCache.java:526)
        at
org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.doSearchTypes(AllTypesCache.java:197)
        at
org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.run(AllTypesCache.java:166)

I have no steps to reproduce. Once this happens, search doesn't work anymore. I
have to shutdown and restart.
Comment 1 Kent Johnson CLA 2004-09-07 14:44:38 EDT

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