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 252371 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 246841
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-05-13 07:16 UTC by doctordog
Modified: 2015-08-12 14:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217267


Attachments
stacktrace (1.12 KB, text/plain)
2015-05-13 07:17 UTC, doctordog
Details

Note You need to log in before you can comment on or make changes to this bug.
Description doctordog 2015-05-13 07:16:57 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
doctordog: I open long file-script (more than 7000 lines) and start to edit it -- when I reach 4500th line   Netbeans starts his slow work .... and Here we go




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.File.getParentFile(File.java:501)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo.getRoot(FileInfo.java:190)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getInstance(FileObjectFactory.java:124)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getInstance(FileObjectFactory.java:119)
   at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.getFileObject(FileBasedFileSystem.java:135)
   at org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.getFileObjects(FileBasedURLMapper.java:107)
Comment 1 doctordog 2015-05-13 07:17:01 UTC
Created attachment 153623 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-12 14:03:00 UTC
Object java.util.ArrayDeque$DeqIterator#1 created in JSCodeCompletion.complete() retains 718 MB.
Duplicate of bug 246841.
Thank you for reporting.

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