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 268720

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: 226991
Attachments: stacktrace

Description Exceptions Reporter 2016-10-27 19:21:02 UTC
This bug was originally marked as duplicate of bug 246841, 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.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Linux

User Comments:
GUEST: worked with a big solution of several projects: 1 pcs C++, 2 pcs Php
used a lot of searches and caller graphs




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:207)
   at java.lang.String.substring(String.java:1969)
   at java.io.File.getParent(File.java:479)
   at java.io.File.getParentFile(File.java:499)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo.getRoot(FileInfo.java:190)
Comment 1 Exceptions Reporter 2016-10-27 19:21:04 UTC
Created attachment 162665 [details]
stacktrace