This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 12454 - deadlock in FolderLookup$Lkp.beforeLookup(...)
Summary: deadlock in FolderLookup$Lkp.beforeLookup(...)
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: anovak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-28 08:38 UTC by anovak
Modified: 2008-12-22 09:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump of deadlocked NetBeans (9.81 KB, text/plain)
2001-05-28 08:39 UTC, anovak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description anovak 2001-05-28 08:38:36 UTC
See tha attached file. The FolderRecognizer thread waits for itself.
Comment 1 anovak 2001-05-28 08:39:37 UTC
Created attachment 1444 [details]
thread dump of deadlocked NetBeans
Comment 2 anovak 2001-05-28 08:48:28 UTC
diff -r1.11 FolderLookup.java
109c109
<
---
>
322c322
<             if (Thread.currentThread () != dangerousThread) {
---
>             if (Thread.currentThread () != dangerousThread && dangerousThread
!= null) {

new revision: 1.12; previous revision: 1.11
Comment 3 Quality Engineering 2003-07-01 16:35:02 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.