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 25137 - Deadlock during winsys saving (IDE exit)
Summary: Deadlock during winsys saving (IDE exit)
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 3.x
Hardware: PC Solaris
: P3 blocker (vote)
Assignee: phamernik
URL:
Keywords: THREAD
: 25371 25391 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-06-25 16:04 UTC by mslama
Modified: 2008-12-22 22:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (9.77 KB, text/plain)
2002-06-25 16:06 UTC, mslama
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mslama 2002-06-25 16:04:11 UTC
Deadlock on my fresh dev build 200206251042
Comment 1 mslama 2002-06-25 16:06:10 UTC
Created attachment 6413 [details]
Thread dump
Comment 2 mslama 2002-06-25 16:06:46 UTC
JDK 1.4.0-b92 (FCS)
Comment 3 David Strupl 2002-07-03 16:38:03 UTC
The deadlock is caused by fix of #23065. getDataObjectOrNull from
register should not block. I suggest to call a non-blocking variant
from this place. But I don't know all the reasons for introducing the
wait so passing back to Petr (and Jarda).
Comment 4 phamernik 2002-07-08 14:20:44 UTC
*** Issue 25391 has been marked as a duplicate of this issue. ***
Comment 5 phamernik 2002-07-08 14:21:20 UTC
*** Issue 25371 has been marked as a duplicate of this issue. ***
Comment 6 phamernik 2002-07-08 15:54:55 UTC
Fixed in trunk in DataObjectPool revision 1.66

Comment 7 Marian Mirilovic 2005-07-12 09:04:07 UTC
closed