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 254881 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 253306
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-31 18:30 UTC by carlosb2
Modified: 2015-09-02 14:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219565


Attachments
stacktrace (2.76 KB, text/plain)
2015-08-31 18:30 UTC, carlosb2
Details

Note You need to log in before you can comment on or make changes to this bug.
Description carlosb2 2015-08-31 18:30:35 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8

User Comments:
carlosb2: Suddenly it stops working.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:201)
   at java.lang.AbstractStringBuilder.substring(AbstractStringBuilder.java:909)
   at java.lang.StringBuilder.substring(StringBuilder.java:76)
   at java.lang.AbstractStringBuilder.subSequence(AbstractStringBuilder.java:885)
   at java.lang.StringBuilder.subSequence(StringBuilder.java:76)
Comment 1 carlosb2 2015-08-31 18:30:37 UTC
Created attachment 155776 [details]
stacktrace
Comment 2 Milutin Kristofic 2015-09-02 14:26:01 UTC
Many rulenodes, already fixed

*** This bug has been marked as a duplicate of bug 253306 ***