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 16577 - ISE from Mutex.reenter
Summary: ISE from Mutex.reenter
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: anovak
URL:
Keywords:
: 16592 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-15 18:50 UTC by Jesse Glick
Modified: 2008-12-22 17:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (4.17 KB, text/plain)
2001-10-15 18:50 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-10-15 18:50:02 UTC
Just observed in current sources (Oct 15 evening) after selecting Tools |
Options. Options node gets no children.
Comment 1 Jesse Glick 2001-10-15 18:50:32 UTC
Created attachment 3021 [details]
Stack trace
Comment 2 anovak 2001-10-16 08:22:24 UTC
Fixed in main trunk. New test added to MutexTest.
The problem was that I supposed that CHAIN mode meant that I had to
wait. But this was not true when the requesting thread holded the
mutex in X
mode.http://www.netbeans.org/source/browse/openide/src/org/openide/util/Mutex.java.diff?r1=1.42&r2=1.43
Comment 3 anovak 2001-10-16 09:08:50 UTC
*** Issue 16592 has been marked as a duplicate of this issue. ***
Comment 4 Marian Mirilovic 2003-01-29 13:54:45 UTC
verified
Comment 5 Quality Engineering 2003-07-01 16:08:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.