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 271796 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-13 15:46 UTC by kuko
Modified: 2017-11-13 15:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208702


Attachments
stacktrace (2.47 KB, text/plain)
2017-11-13 15:46 UTC, kuko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kuko 2017-11-13 15:46:37 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
kuko: error on php develop project

GUEST: I have a remote php project that is very big, is having a lots of files. I was running a download opretation during the backgound scanning process.




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 org.netbeans.JarClassLoader$JarSource.getIdentifier(JarClassLoader.java:869)
Comment 1 kuko 2017-11-13 15:46:41 UTC
Created attachment 165438 [details]
stacktrace