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 245947 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-24 09:25 UTC by Exceptions Reporter
Modified: 2014-07-25 02:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210410


Attachments
stacktrace (1005 bytes, text/plain)
2014-07-24 09:26 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-07-24 09:25:59 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
GUEST: the IDE Netbean will non responding after switching back from shell konsole




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.toCharArray(String.java:2801)
   at java.lang.Thread.setName(Thread.java:1138)
   at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.scheduleParsing(FileImpl.java:1841)
   at org.netbeans.modules.cnd.modelimpl.platform.CndParserFactory$ParserImpl.parse(CndParserFactory.java:150)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:605)
   at org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:245)
Comment 1 Exceptions Reporter 2014-07-24 09:26:01 UTC
Created attachment 148266 [details]
stacktrace
Comment 2 Alexander Simon 2014-07-24 09:45:11 UTC
1.5G in org.netbeans.modules.cnd.makeproject.ui.ViewItemNode$VisualUpdater
Comment 3 Alexander Simon 2014-07-24 11:15:35 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/18c234abefa7
Comment 4 Quality Engineering 2014-07-25 02:37:37 UTC
Integrated into 'main-silver', will be available in build *201407250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/18c234abefa7
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #245947 OutOfMemoryError: GC overhead limit exceeded