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 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-10 12:51 UTC by paolosca
Modified: 2015-08-14 06:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205293


Attachments
stacktrace (3.11 KB, text/plain)
2015-04-10 12:51 UTC, paolosca
Details

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