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 249704 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 236700
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: 2015-01-08 18:15 UTC by agamez73
Modified: 2015-04-09 13:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201114


Attachments
stacktrace (2.79 KB, text/plain)
2015-01-08 18:15 UTC, agamez73
Details

Note You need to log in before you can comment on or make changes to this bug.
Description agamez73 2015-01-08 18:15:36 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 8

User Comments:
GUEST: Scanning a big PHP project that is mounter over a sshfs

479 directories, 2511 files

GUEST: openning ide

GUEST: Scanning takes too much time

GUEST: openning netbeans

GUEST: s

GUEST: Problem

GUEST: .

agamez73: Low...

GUEST: This happen several times? there is probably a memory leak but it's hard to tell where, this probably comes from directories updated automatically from outside while running a web app or something related

GUEST: .




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:421)
   at java.lang.StringBuilder.append(StringBuilder.java:136)
   at jdk.nashorn.internal.runtime.ErrorManager.format(ErrorManager.java:112)
Comment 1 agamez73 2015-01-08 18:15:44 UTC
Created attachment 151413 [details]
stacktrace
Comment 2 Petr Pisl 2015-04-09 13:57:08 UTC
The same problem as in the issue #236700

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