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 270923 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-21 11:37 UTC by muddyweb
Modified: 2017-06-21 11:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229517


Attachments
stacktrace (1.59 KB, text/plain)
2017-06-21 11:37 UTC, muddyweb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muddyweb 2017-06-21 11:37:44 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 25.131-b11, OpenJDK Runtime Environment, 1.8.0_131-8u131-b11-0ubuntu1.16.04.2-b11
OS: Linux

User Comments:
muddyweb: Trying to commit files with git
Huge CPU and memory usage




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.nio.cs.UTF_8.newDecoder(UTF_8.java:68)
   at java.lang.StringCoding.decode(StringCoding.java:213)
   at java.lang.String.<init>(String.java:463)
   at java.lang.String.<init>(String.java:515)
   at sun.nio.fs.Util.toString(Util.java:64)
   at sun.nio.fs.UnixPath.toString(UnixPath.java:761)
Comment 1 muddyweb 2017-06-21 11:37:46 UTC
Created attachment 164588 [details]
stacktrace