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

Summary: Deadlock, encountered when running unit tests
Product: platform Reporter: Vitezslav Stejskal <vstejskal>
Component: FilesystemsAssignee: rmatous <rmatous>
Status: VERIFIED FIXED    
Severity: blocker CC: jtulach
Priority: P3 Keywords: THREAD
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: full thread dump

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