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 251759

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: paolosca <paolosca>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205293
Attachments: stacktrace

Description paolosca 2015-04-10 12:51:58 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Linux

User Comments:
GUEST: no idea

paolosca: Launched a Postgres SQL script with alter column and add column on a few large tables, when I came back NetBeans was unresponsive and I had to kill it.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.UnixFileSystem.resolve(UnixFileSystem.java:108)
   at java.io.File.<init>(File.java:367)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getFile(FileName.java:109)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.getReference(NamingFactory.java:364)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:276)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:228)
Comment 1 paolosca 2015-04-10 12:51:59 UTC
Created attachment 153128 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-14 06:40:24 UTC
5.5 million instances of FCLSupport$DispatchEventWrapperSingle
1.5 million instances of BaseFileObj$FileEventImpl

Duplicate of bug 243485.
Thank you for reporting.

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