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 251810 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 243485
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-14 01:58 UTC by inonit
Modified: 2015-08-14 06:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216732


Attachments
stacktrace (2.85 KB, text/plain)
2015-04-14 01:58 UTC, inonit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description inonit 2015-04-14 01:58:29 UTC
Build: NetBeans IDE Dev (Build 20150227-2dd7fe78e7e6)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Mac OS X

User Comments:
inonit: long time ago, not sure




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.substring(String.java:1921)
   at java.io.File.getName(File.java:456)
   at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:243)
   at java.io.File.isDirectory(File.java:849)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo.isDirectory(FileInfo.java:100)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.fromFile(NamingFactory.java:128)
Comment 1 inonit 2015-04-14 01:58:31 UTC
Created attachment 153179 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-14 06:29:51 UTC
4 million instances of BaseFileObj$FileEventImpl
2 million instances of FCLSupport$DispatchEventWrapperSingle
2 million instances of FCLSupport$DispatchEventWrapperMulti

Duplicate of bug 243485.
Thank you for reporting.

*** This bug has been marked as a duplicate of bug 243485 ***