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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: web Reporter: emmanuel.gabriel
Component: CSS EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228119
Attachments: stacktrace

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