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 50717 - Deadlock between PatternGroupNode.removeParsingListener on PatternGroupNode$BeanParsingListener and PatternGroupNode$ParsListener.run on some class
Summary: Deadlock between PatternGroupNode.removeParsingListener on PatternGroupNode$B...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords: THREAD
: 50743 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-10-21 18:54 UTC by Jesse Glick
Modified: 2005-07-26 16:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (21.72 KB, text/plain)
2004-10-21 18:54 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-10-21 18:54:18 UTC
Occurred randomly in 041021 custom (JDK 1.5.0)
when I had a source file open in the editor and
pressed Ctrl-2.
Comment 1 Jesse Glick 2004-10-21 18:54:36 UTC
Created attachment 18437 [details]
Thread dump
Comment 2 Martin Matula 2004-10-21 19:14:51 UTC
This was probably introduced by Dan's recent changes to beans module.
Comment 3 Daniel Prusa 2004-10-22 16:00:47 UTC
/cvs/beans/src/org/netbeans/modules/beans/PatternGroupNode.java
new revision: 1.28; previous revision: 1.27

/cvs/beans/src/org/netbeans/modules/beans/PatternsExplorerFactory.java 
new revision: 1.14; previous revision: 1.13
Comment 4 Daniel Prusa 2004-10-22 16:20:13 UTC
*** Issue 50743 has been marked as a duplicate of this issue. ***
Comment 5 Jiri Prox 2005-07-26 16:35:14 UTC
Jesse, can you verify this issue, please? Thanks.