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 45377 - Editor hangs for long time during editing and IDE dead-locked after a while
Summary: Editor hangs for long time during editing and IDE dead-locked after a while
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2004-06-22 16:43 UTC by Marian Mirilovic
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thred dump (18.40 KB, text/plain)
2004-06-22 16:43 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-06-22 16:43:15 UTC
[nb_dev](200406211800), [jdk1.5.0](b51)

I did some development, opening 3-5 projects
(jEdit, performance, jemmy, jellytools, ...),
writing code, invoke code completion, .....
typical development flow.....  and as minutes go,
IDE was slower and slower , memory usage rises and
rises (from 78/138 MB to 150/159 MB after 3
hours), and after a while IDE is locked forefer
(or for not specified/finished time)

attached full thread dump
Comment 1 Marian Mirilovic 2004-06-22 16:43:45 UTC
Created attachment 15917 [details]
full thred dump
Comment 2 Martin Matula 2004-06-24 17:11:51 UTC
Seems that this is caused by switching between Projects and Favorites
tab. The ide hanging (the attached stacktrace) is probably caused by a
silent out of memory.
Since the time when the Favorites do not contain the disk root by
default, this is no longer that critical, since it does not seem to
occur anymore, so I am lowering the priority to P2.
Comment 3 Martin Matula 2004-07-13 15:17:25 UTC
This was most likely a consequence of issue 46077 and should not occur
anymore.
Comment 4 Martin Matula 2004-07-13 15:18:23 UTC
Oops, I meant issue 45077.
Comment 5 Marian Mirilovic 2004-07-14 07:54:25 UTC
it seems like it's fixed now,

verified in [nb_dev](200407131800)
Comment 6 Quality Engineering 2007-09-20 09:59:01 UTC
Reorganization of java component