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 50794 - A deadlock during the finishing of automated tests run
Summary: A deadlock during the finishing of automated tests run
Status: CLOSED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2004-10-25 10:47 UTC by ehucka
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threadsdump (20.57 KB, text/plain)
2004-10-25 10:48 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2004-10-25 10:47:46 UTC
After automated tests are finishing, the IDE
window is closed and IDE Shutdown is occured the
IDE freeze.
Comment 1 ehucka 2004-10-25 10:48:12 UTC
Created attachment 18480 [details]
threadsdump
Comment 2 Jiri Skrivanek 2004-10-25 11:01:20 UTC
From the attached thread dump I can't see anything wrong with XTest.
Passing to java to evaluation. Maybe threads "Scanning Queue",
"Parsing Event Queue" and "OpenIDE-request-processor-4" are somehow
involved.
Comment 3 ehucka 2004-10-25 12:47:06 UTC
I found there was some mistake with ending of trasactions.
Comment 4 ehucka 2006-03-22 09:34:14 UTC
verified