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 20603 - Deadlock, encountered when running unit tests
Summary: Deadlock, encountered when running unit tests
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2002-02-15 16:08 UTC by Vitezslav Stejskal
Modified: 2008-12-22 21:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thread dump (9.86 KB, text/plain)
2002-02-15 16:08 UTC, Vitezslav Stejskal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitezslav Stejskal 2002-02-15 16:08:07 UTC
When running my unit tests for projects prototype I've encountered following deadlock, attaching full thread dump.
Comment 1 Vitezslav Stejskal 2002-02-15 16:08:46 UTC
Created attachment 4723 [details]
full thread dump
Comment 2 _ ttran 2002-02-16 13:27:45 UTC
Vito, please use THREAD keyword to mark threading issues
Comment 3 Vitezslav Stejskal 2002-02-18 14:57:21 UTC
OK, I will use keywords. Another observation is that my tests run fine 
when using TopManager.getDefault ().getRepository (), but they 
deadlock when using Repository.getDefault (). CCing Yarda as 
ExternalUtil is his code.
Comment 4 rmatous 2002-02-18 15:37:45 UTC
Fixed in trunk (ExternalUtil 1.4). Synchronization was changed in
initialize.
Comment 5 Vitezslav Stejskal 2003-07-10 12:58:29 UTC
verified
Comment 6 Vitezslav Stejskal 2003-07-10 13:03:53 UTC
verified