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 268592 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-19 23:32 UTC by inonit
Modified: 2016-10-19 23:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209653


Attachments
stacktrace (2.75 KB, text/plain)
2016-10-19 23:32 UTC, inonit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description inonit 2016-10-19 23:32:50 UTC
Build: NetBeans IDE Dev (Build 20160805-57ec9d87d967)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Mac OS X

User Comments:
inonit: left it open

GUEST: FTP crashed after a while during downloading a wordpress site. CPU was att 100% and Ram sucked to 22 MB




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3236)
   at java.lang.StringCoding.safeTrim(StringCoding.java:79)
   at java.lang.StringCoding.access$300(StringCoding.java:50)
   at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:305)
   at java.lang.StringCoding.encode(StringCoding.java:344)
   at java.lang.String.getBytes(String.java:918)
Comment 1 inonit 2016-10-19 23:32:52 UTC
Created attachment 162563 [details]
stacktrace