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 268146 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-22 04:22 UTC by dsciacca
Modified: 2016-09-22 04:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226353


Attachments
stacktrace (1.55 KB, text/plain)
2016-09-22 04:22 UTC, dsciacca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dsciacca 2016-09-22 04:22:24 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Mac OS X

User Comments:
dsciacca: In a folder inside a project, right clicked on the folder > New > Empty File... and created a new .txt file. Upon clicking Finish and NetBeans creating and opening the file NetBeans began running very slow, then my computer started running slow. Tried closing NetBeans with the red x but in the long run had to force quit the app to close it.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.nodes.EntrySupportLazyState$EntryInfo.changeIndex(EntrySupportLazyState.java:242)
   at org.openide.nodes.EntrySupportLazy.setEntries(EntrySupportLazy.java:496)
   at org.openide.nodes.EntrySupport.setEntries(EntrySupport.java:83)
   at org.openide.nodes.Children$Keys$2.run(Children.java:1573)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation$1Exec.run(DefaultMutexImplementation.java:1016)
   at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1938)
Comment 1 dsciacca 2016-09-22 04:22:26 UTC
Created attachment 162166 [details]
stacktrace