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 164152 - Deadlock when opening jsp file
Summary: Deadlock when opening jsp file
Status: RESOLVED DUPLICATE of bug 164258
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-30 09:33 UTC by Marek Fukala
Modified: 2009-05-04 12:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Threaddump (26.63 KB, text/plain)
2009-04-30 09:34 UTC, Marek Fukala
Details
The threads deps. (198.63 KB, image/jpeg)
2009-05-04 12:48 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2009-04-30 09:33:14 UTC
I just started netbeans and tried to open a jsp file.
Comment 1 Marek Fukala 2009-04-30 09:34:58 UTC
Created attachment 81279 [details]
Threaddump
Comment 2 Marek Fukala 2009-05-04 12:47:17 UTC
I am attaching an image of the thread dependencies, the main problem seems to be the parsing api's
EventSupport.resetState() accesses TaskProcessor.INTERNAL_LOCK under document writelock.
Comment 3 Marek Fukala 2009-05-04 12:48:18 UTC
Created attachment 81463 [details]
The threads deps.
Comment 4 Marek Fukala 2009-05-04 12:51:14 UTC

*** This issue has been marked as a duplicate of 164258 ***