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 271850 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-27 13:56 UTC by cicnavi
Modified: 2017-11-27 13:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213435


Attachments
stacktrace (2.59 KB, text/plain)
2017-11-27 13:56 UTC, cicnavi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cicnavi 2017-11-27 13:56: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:
GUEST: App was running in the background; tried to regain focus to start working again

GUEST: .

GUEST: just tried to close ide after resolving conflict in subversion

GUEST: System got stuck scanning for changes.

GUEST: trying to change the search text in plugin search box in available plugins box

GUEST: Sudden hang up when clicking into the NB window after some pause, having switched to a different application. As this is a 64 bit system with far more than 1 GB heap available, this looks like a memory leak.

GUEST: Preformed a github sync outside of NetBeans.

NetBeans CPU usage swole to max; had to kill the process and restart.

GUEST: left it open all weekend

cicnavi: Don't really know.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.String.<init>(String.java:166)
   at java.io.WinNTFileSystem.resolve(WinNTFileSystem.java:267)
   at java.io.File.<init>(File.java:262)
   at java.io.File.listFiles(File.java:1212)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport$2IOJob.run(ChildrenSupport.java:268)
Comment 1 cicnavi 2017-11-27 13:56:41 UTC
Created attachment 165499 [details]
stacktrace