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 195955 - [HeapWalker] deadlock in processing of OQL query
Summary: [HeapWalker] deadlock in processing of OQL query
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P2 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: VISUALVM
Depends on:
Blocks:
 
Reported: 2011-02-24 16:42 UTC by Tomas Hurka
Modified: 2011-03-02 07:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (22.04 KB, text/plain)
2011-02-24 16:42 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2011-02-24 16:42:06 UTC
Created attachment 106419 [details]
Thread dump

See attached thread dump. Swing/AWT code invoked outside of AWT thread. See thread 
"pool-5-thread-1" and "HeapWalker Processor"
Comment 1 Tomas Hurka 2011-02-24 17:31:05 UTC
It looks like the deadlock is only reproducible with JDK7.
Comment 2 Tomas Hurka 2011-02-24 17:56:41 UTC
Fixed in profiler-main

changeset:   189318:87e43478996f
user:        Tomas Hurka <thurka@netbeans.org>
date:        Thu Feb 24 18:54:51 2011 +0100
summary:     bugfix #195955, invoke progressModel.setValue() and OQLControllerUI.ResultsUI.setResult() in AWT thread
Comment 3 Quality Engineering 2011-03-02 07:03:52 UTC
Integrated into 'main-golden', will be available in build *201103020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/87e43478996f
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #195955, invoke progressModel.setValue() and OQLControllerUI.ResultsUI.setResult() in AWT thread