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 262352

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

Description inonit 2016-06-07 13:44:31 UTC
Build: NetBeans IDE Dev (Build 20160601-4865caab0a01)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Mac OS X

User Comments:
GUEST: Create php project from existing remote source. FTP download seems to have big memory leak

GUEST: Static analysis with java hints failed

GUEST: I was starting up my application in the debugger and netbeans became unresponsive. At the time it was also hogging about 1.6GB of memory.

GUEST: NB hangs all the time when downloading a whole website

GUEST: I was switching btween project groups.

GUEST: Opened the class opener (CTRL-O), canceled while searching and opened a folder in the projects panel

inonit: just waiting

GUEST: <Please provide a description of the problem or the steps to reproduce>
working with Scala plugin (editor very slow)




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.toLowerCase(String.java:2590)
   at org.netbeans.modules.masterfs.filebasedfs.utils.Utils.hashCode(Utils.java:100)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.createID(NamingFactory.java:222)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getCachedOnly(FileObjectFactory.java:680)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getCachedOnly(FileObjectFactory.java:676)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getExistingFor(BaseFileObj.java:1130)
Comment 1 inonit 2016-06-07 13:44:34 UTC
Created attachment 159981 [details]
stacktrace