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 217472 - Deadlock in csl.navigation when editing JSP file
Summary: Deadlock in csl.navigation when editing JSP file
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
: 217828 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-08-27 14:26 UTC by Martin Fousek
Modified: 2012-09-05 06:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (27.44 KB, text/plain)
2012-08-27 14:26 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2012-08-27 14:26:40 UTC
Created attachment 123619 [details]
stacktrace

Product Version         = NetBeans IDE Dev (Build 20120827-a1447f4e3665)
Operating System        = Linux version 3.2.0-27-generic running on amd64
Java; VM; Vendor        = 1.7.0_06; Java HotSpot(TM) 64-Bit Server VM 23.2-b09;

When I was editing .jsp file my IDE got frozen due to attached deadlock. Feel free to reassign I took a look on that really shortly.

BTW, I don't have exact steps to reproduce. :/ I just used CTRL+TAB to switch to NetBeans and then move my mouse cursor over something.
Comment 1 Jan Lahoda 2012-08-27 15:10:40 UTC
Probably related to my recent change in threading of selectElementNode - I will take a look.
Comment 2 Jan Lahoda 2012-09-04 15:36:44 UTC
*** Bug 217828 has been marked as a duplicate of this bug. ***
Comment 3 Quality Engineering 2012-09-05 02:06:41 UTC
Integrated into 'main-golden', will be available in build *201209050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/806bf2a79d3a
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #217472: everything related to CSL navigator must run on background, apparently.
Comment 4 Jan Lahoda 2012-09-05 06:52:10 UTC
I hope the above will be sufficient.