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 58777 - Deadlock in parsing
Summary: Deadlock in parsing
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-11 13:29 UTC by Jiri Rechtacek
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full thread dump (19.97 KB, text/plain)
2005-05-11 13:31 UTC, Jiri Rechtacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2005-05-11 13:29:37 UTC
[NB050506 custom build] Background scanning enabled.
I have two java souces opened in editor. When I saved the file an deadlock
appreared, see the attachement.
Comment 1 Jiri Rechtacek 2005-05-11 13:31:28 UTC
Created attachment 22093 [details]
Full thread dump
Comment 2 Pavel Flaska 2005-09-21 11:21:59 UTC
We haven't found anything leading to deadlock. Adding Petr as he may be interested.
Comment 3 Petr Nejedly 2005-09-21 12:41:25 UTC
My guess is that this is not a deadlock, but rather a OOME condition.
Was CPU busy?
How long it took before you killed the IDE?
What was the memory meter reporting?

In case it was reproducible, try running with -verbose:gc
Comment 4 Tomas Hurka 2005-09-30 14:04:13 UTC
AFAIK This is not a deadlock. We are not able to reproduce it. Closing as INVALID.