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 257570 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-14 17:36 UTC by Exceptions Reporter
Modified: 2016-01-14 17:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222122


Attachments
stacktrace (1.28 KB, text/plain)
2016-01-14 17:36 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-01-14 17:36:54 UTC
This bug was originally marked as duplicate of bug 184530, 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.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 24.91-b01, OpenJDK Runtime Environment, 1.7.0_91-b02
OS: Linux

User Comments:
GUEST: Netbeans crashed again while performing the search functionality (Ctrl+I)




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:64)
   at java.lang.StringBuilder.<init>(StringBuilder.java:97)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:317)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:313)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:313)
   at org.openide.filesystems.FileObject.getPath(FileObject.java:222)
Comment 1 Exceptions Reporter 2016-01-14 17:36:55 UTC
Created attachment 158134 [details]
stacktrace