Bug 74794

Summary: Exception in log after search
Product: [Eclipse Project] JDT Reporter: DJ Houghton <dj.houghton>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description DJ Houghton CLA 2004-09-23 12:10:44 EDT
build i0923-0800

Sorry, no reproducable steps. I just noticed this in my log file after doing a
bunch of Java searches.

!ENTRY org.eclipse.jdt.ui 4 10001 Sep 23, 2004 12:02:13.593
!MESSAGE Internal Error
!STACK 0
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:539)
        at
org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.doSearchTypes(AllTypesCache.java:204)
        at
org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.run(AllTypesCache.java:169)
Comment 1 Olivier Thomann CLA 2004-09-23 13:41:59 EDT

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