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 22121 - a deadlock in parsing
Summary: a deadlock in parsing
Status: CLOSED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 22285 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-04-05 07:27 UTC by Jiri Rechtacek
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the stack trace (8.27 KB, text/plain)
2002-04-05 07:29 UTC, Jiri Rechtacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2002-04-05 07:27:25 UTC
[Apr 03 dev build]
When I opened a file in editor e.g. ColerPicker
and the source started parsing then get into loop
for all the time. This section is repeated:
        at
org.openide.util.Task.addTaskListener(Task.java:151)
        at
org.netbeans.modules.java.JavaEditor.parseSource(JavaEditor.java:231)
        at
org.netbeans.modules.java.JavaEditor.processAnnotations(JavaEditor.java:436)
        at
org.netbeans.modules.java.JavaEditor.access$300(JavaEditor.java:76)
        at
org.netbeans.modules.java.JavaEditor$4.taskFinished(JavaEditor.java:235)
        at
org.openide.util.Task.addTaskListener(Task.java:151)
        at
org.netbeans.modules.java.JavaEditor.parseSource(JavaEditor.java:231)
        at
org.netbeans.modules.java.JavaEditor.processAnnotations(JavaEditor.java:436)
        at
org.netbeans.modules.java.JavaEditor.access$300(JavaEditor.java:76)
        at
org.netbeans.modules.java.JavaEditor$4.taskFinished(JavaEditor.java:235)
        at
org.openide.util.Task.addTaskListener(Task.java:151)
Comment 1 Jiri Rechtacek 2002-04-05 07:29:17 UTC
Created attachment 5304 [details]
the stack trace
Comment 2 Tomas Hurka 2002-04-05 08:19:14 UTC
Closing as invalid. We found out that the build was done without
updating extra binaries. It works OK with official dev builds.
Comment 3 Jiri Rechtacek 2002-04-05 08:22:26 UTC
I agree, update of ex. binaries was missing.
Comment 4 Tomas Hurka 2002-04-10 14:56:41 UTC
*** Issue 22285 has been marked as a duplicate of this issue. ***