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 20771 - Sometimes deadlock occurred when running IDLWizard test suite on Windows 2000
Summary: Sometimes deadlock occurred when running IDLWizard test suite on Windows 2000
Status: CLOSED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: corba (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2002-02-22 08:42 UTC by David Kaspar
Modified: 2003-06-30 17:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full Thread Dump (25.66 KB, text/plain)
2002-02-22 08:43 UTC, David Kaspar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Kaspar 2002-02-22 08:42:12 UTC
See attachment for Full Thread Dump
Comment 1 David Kaspar 2002-02-22 08:43:58 UTC
Created attachment 4783 [details]
Full Thread Dump
Comment 2 Tomas Zezula 2002-03-28 17:50:09 UTC
Hmm, fine,
In which step of Wizard, under chich circumstances?
The term "sometimes" is quite fuzzy.
Comment 3 Tomas Zezula 2002-06-04 18:20:21 UTC
Can not reproduce.
Need more information about it.
The thread operating TemplateWizard is waiting for AWT-EventQueue,
but in the attached stack trace, there is no AWT Thread.
Who is the dispatchThread?
On whom is waiting IDL-Parser in org.openide.Children.Keys ?
Should be valueable to add debug infromation like
Mutex-id-thread-operation_on_mutex before the deadlock occured.
But in general this does not seem to be a CORBA module bug.
Comment 4 Tomas Zezula 2002-07-08 18:36:57 UTC
This is caused by Children mutex which is waiting on empty AWT Queue,
but the test suite runs in it.
Comment 5 David Kaspar 2002-10-30 10:10:07 UTC
Verified
Comment 6 Quality Engineering 2003-06-30 17:08:18 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.