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 256531 - 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: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-12 00:43 UTC by Milos Kleint
Modified: 2015-11-12 00:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221108


Attachments
stacktrace (1.06 KB, text/plain)
2015-11-12 00:43 UTC, Milos Kleint
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2015-11-12 00:43:43 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Mac OS X

User Comments:
mkleint: I have a profiler snapshot with 500+ threads. clicked on a method and wanted to see it in reverse call stacks, 100% CPU consumed, had to kill the app




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.util.CharSequences$Fixed6Bit_11_20.toString(CharSequences.java:735)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getName(FileName.java:114)
   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:860)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refresh(FolderObj.java:562)
Comment 1 Milos Kleint 2015-11-12 00:43:44 UTC
Created attachment 157296 [details]
stacktrace