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 270256

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205302
Attachments: stacktrace

Description Exceptions Reporter 2017-03-30 15:34:28 UTC
This bug was originally marked as duplicate of bug 251576, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

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: nothing particularly memory intenstive

GUEST: -




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:68)
   at java.lang.StringBuilder.<init>(StringBuilder.java:101)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:326)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:322)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:322)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:322)
Comment 1 Exceptions Reporter 2017-03-30 15:34:29 UTC
Created attachment 163982 [details]
stacktrace