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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 251221
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-30 06:17 UTC by FredJeck
Modified: 2015-09-07 13:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212324


Attachments
stacktrace (2.72 KB, text/plain)
2014-09-30 06:17 UTC, FredJeck
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***