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 268882 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-08 04:26 UTC by MorPheuZL
Modified: 2016-11-08 04:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227126


Attachments
stacktrace (1.05 KB, text/plain)
2016-11-08 04:26 UTC, MorPheuZL
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MorPheuZL 2016-11-08 04:26:40 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Mac OS X

User Comments:
MorPheuZL: keeps spinning up the CPU then runs out of memory and crashes.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:207)
   at java.lang.String.toLowerCase(String.java:2647)
   at java.lang.String.toLowerCase(String.java:2670)
   at org.netbeans.modules.css.lib.api.CssTokenId.primaryCategory(CssTokenId.java:316)
   at org.netbeans.editor.CustomFoldManager.scanToken(CustomFoldManager.java:484)
Comment 1 MorPheuZL 2016-11-08 04:26:42 UTC
Created attachment 162819 [details]
stacktrace