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 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-07 13:44 UTC by inonit
Modified: 2016-06-07 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210566


Attachments
stacktrace (1.97 KB, text/plain)
2016-06-07 13:44 UTC, inonit
Details

Note You need to log in before you can comment on or make changes to this bug.
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