Bug 74794 - Exception in log after search
Summary: Exception in log after search
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: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-23 12:10 EDT by DJ Houghton CLA
Modified: 2004-09-23 13:41 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 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 ***