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 271158 - 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: 2017-07-25 04:56 UTC by rweaver
Modified: 2017-07-25 04:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206125


Attachments
stacktrace (1008 bytes, text/plain)
2017-07-25 04:56 UTC, rweaver
Details
stacktrace (1008 bytes, text/plain)
2017-07-25 04:58 UTC, rweaver
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rweaver 2017-07-25 04:56:09 UTC
Build: NetBeans IDE Dev (Build 201706120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Mac OS X

User Comments:
rweaver: Nothing other than leaving the IDE open for a couple of hours.

GUEST: I usually leave the IDE open for days , run build tasks, web servers ... you get the idea

GUEST: Opened and minimized. Came back and maximized. White screen and not functional. Closing would not work. Terminated with a killall command on java.

GUEST: This happend while trying to rename a java file.

GUEST: Netbeans did not allow mac to restart. Had to force kill the process




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.UnixFileSystem.resolve(UnixFileSystem.java:108)
   at java.io.File.<init>(File.java:367)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getFile(FileName.java:109)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refreshImpl(FolderObj.java:482)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.refresh(BaseFileObj.java:893)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refresh(FolderObj.java:562)
Comment 1 rweaver 2017-07-25 04:56:11 UTC
Created attachment 164826 [details]
stacktrace
Comment 2 rweaver 2017-07-25 04:58:52 UTC
Created attachment 164827 [details]
stacktrace

Left the IDE open for a couple of hours without interacting with the system.