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 20800 - Explorer blocks until source is parsed
Summary: Explorer blocks until source is parsed
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-22 18:10 UTC by Martin Entlicher
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The thread dump. (22.60 KB, text/plain)
2002-02-22 18:11 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2002-02-22 18:10:02 UTC
This refers to one part of issue #20775. Please read the description there. The
first thread dump seems to indicate deadlocked AWT with Java Parser.

See http://www.netbeans.org/issues/show_bug.cgi?id=20775 for details.
Comment 1 Martin Entlicher 2002-02-22 18:11:07 UTC
Created attachment 4805 [details]
The thread dump.
Comment 2 Svata Dedic 2002-02-27 07:51:28 UTC
The problem caputed in the threaddump is IMHO this:
1. the source was already parsed
2. there was a quick-browse drop down in an editor being opened
3. the dropdown wanted to populate its contents
4. there was a (successful) query for source model's status (returned OK)
5. before the dropdown collected the model's data, they were garbage
collected, so the collecting call blocked on parsing.
Comment 3 Svata Dedic 2002-03-22 14:30:00 UTC
/cvs/java/src/org/netbeans/modules/java/parser/ParsingSupport.java,v 
<--  ParsingSupport.java
new revision: 1.25; previous revision: 1.24
Comment 4 Jason Rush 2002-03-22 21:01:44 UTC
Verified in orion_truck build 020322.
Comment 5 Jan Chalupa 2002-04-18 11:59:11 UTC
Integrated into orion_fcs (by Svata).

IMO, the previous Jason's comment is invalid.
Comment 6 Quality Engineering 2003-07-01 13:18:21 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.