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 252850 - After changing some text NB IDE hangs
Summary: After changing some text NB IDE hangs
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0.2
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-06 18:07 UTC by EduardKarelEtc
Modified: 2015-07-23 12:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Threaddump (50.45 KB, application/octet-stream)
2015-06-06 18:07 UTC, EduardKarelEtc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description EduardKarelEtc 2015-06-06 18:07:09 UTC
Created attachment 154083 [details]
Threaddump

I added a text in one of the open files causing a number of compiler errors to be flagged in the file. The IDE became fully unresponsive almost immediately.
In console the process shows irregular CPU usages at 2.5% with an steady increase in heap use with a period of just over 2 minutes.
Attached a thread dump of the process.
Comment 1 Petr Hejl 2015-06-25 07:00:07 UTC
I do not see a real dedlock though passing to filesystems for evaluation. Perhaps the Android lint is just taking long: org.netbeans.modules.android.lint. Reporter is this a real deadlock or just the editor problem?
Comment 2 EduardKarelEtc 2015-06-25 20:00:05 UTC
This wasn't just slowness. I have had that happen too, up to 3 minutes such slowness could be. After this one lasted for about 10 minutes in which I observed the CPU and GC use, i decided to kill NB and continue with my coding.
I have a second stack dump about 4 minutes later/earlier than the one included in the bug report. (file times 19:44 and 19:48, I can't see which one I have included)
Comment 3 Jaroslav Havlin 2015-07-23 12:18:00 UTC
Thank you for the heap dump, but we will need Profiler Snapshot or Heap Dump to investigate this problem.
See http://wiki.netbeans.org/FaqMemoryDump and http://wiki.netbeans.org/FaqProfileMeNow.

The problem is very similar to bug 250349, maybe it is a duplicate.

Closing as incomplete for now. Please reopen if you can reproduce the problem and attach additional data.
Thank you very much.