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 81151 - A deadlock after take snapshot
Summary: A deadlock after take snapshot
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords: RANDOM, THREAD
: 74081 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-07-26 12:28 UTC by ehucka
Modified: 2006-10-23 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threadsdump (16.09 KB, text/plain)
2006-07-26 12:29 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2006-07-26 12:28:39 UTC
A deadlock occured after take snapshot during profiling of a web application.
Comment 1 ehucka 2006-07-26 12:29:49 UTC
Created attachment 32221 [details]
threadsdump
Comment 2 Jiri Sedlacek 2006-07-26 12:34:22 UTC
Could you please describe what is the difference from Issue 74914?
Comment 3 ehucka 2006-07-26 13:25:53 UTC
issue 74914 is about 'ui deadlock' - something blocks awt thread for a long time
or forever but this is proper java deadlock - two threads block each other.
Comment 4 Tomas Hurka 2006-08-07 10:01:29 UTC
*** Issue 74081 has been marked as a duplicate of this issue. ***
Comment 5 Tomas Hurka 2006-08-07 10:10:04 UTC
Fixed in trunk.
Comment 6 Tomas Hurka 2006-08-12 20:54:32 UTC
Fix merged to release55 branch
Comment 7 ehucka 2006-09-14 10:48:42 UTC
verified