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 269872 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-20 06:54 UTC by emmanuel.gabriel
Modified: 2017-02-20 06:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228119


Attachments
stacktrace (2.21 KB, text/plain)
2017-02-20 06:54 UTC, emmanuel.gabriel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emmanuel.gabriel 2017-02-20 06:54:42 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
emmanuel.gabriel: It keeps hanging




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.LinkedList.linkLast(LinkedList.java:142)
   at java.util.LinkedList.add(LinkedList.java:338)
   at org.netbeans.modules.css.indexing.api.CssIndex.findByPrefix(CssIndex.java:353)
   at org.netbeans.modules.css.indexing.api.CssIndex.findClassesByPrefix(CssIndex.java:305)
   at org.netbeans.modules.css.editor.csl.CssCompletion.completeClassSelectors(CssCompletion.java:876)
   at org.netbeans.modules.css.editor.csl.CssCompletion.complete(CssCompletion.java:253)
Comment 1 emmanuel.gabriel 2017-02-20 06:54:44 UTC
Created attachment 163665 [details]
stacktrace