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 257180 - 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: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-16 16:29 UTC by alsanie
Modified: 2015-12-16 16:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221718


Attachments
stacktrace (1.73 KB, text/plain)
2015-12-16 16:29 UTC, alsanie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alsanie 2015-12-16 16:29:19 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
alsanie: I was connected with a remote machine via ssh. Then restared the remote machine and Netbeans hang forever! 

Thank you
Sam,




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.StringBuffer.append(StringBuffer.java:272)
   at java.net.URI.appendSchemeSpecificPart(URI.java:1911)
Comment 1 alsanie 2015-12-16 16:29:21 UTC
Created attachment 157816 [details]
stacktrace