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 247577

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: javascript Reporter: FredJeck
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED DUPLICATE    
Severity: normal CC: tzezula
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 212324
Attachments: stacktrace

Description FredJeck 2014-09-30 06:17:25 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows 7

User Comments:
FredJeck: Started a new HTML5 / AngularJS project and started editing some files




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:64)
   at java.lang.StringBuffer.<init>(StringBuffer.java:108)
   at java.io.Win32FileSystem.normalize(Win32FileSystem.java:122)
   at java.io.Win32FileSystem.normalize(Win32FileSystem.java:189)
   at java.io.File.<init>(File.java:341)
   at org.netbeans.modules.parsing.impl.indexing.Util$FastFile.<init>(Util.java:403)
Comment 1 FredJeck 2014-09-30 06:17:29 UTC
Created attachment 149604 [details]
stacktrace
Comment 2 Tomas Zezula 2015-01-30 18:13:17 UTC
Seems as a prefix query with empty prefix returning 520000 Documents.
Comment 3 Petr Pisl 2015-09-07 13:28:12 UTC

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