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 270057 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-12 18:09 UTC by Exceptions Reporter
Modified: 2017-03-31 18:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228379


Attachments
stacktrace (2.65 KB, text/plain)
2017-03-12 18:09 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-03-12 18:09:49 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: OpenJDK 64-Bit Server VM, 25.121-b13, OpenJDK Runtime Environment, 1.8.0_121-b13
OS: FreeBSD

User Comments:
GUEST: The program was doing a length "building dictionary" process that seemed to get stuck sometimes, but then resumed.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.File.listFiles(File.java:1212)
   at org.netbeans.modules.cnd.utils.cache.CndFileUtils.listFilesImpl(CndFileUtils.java:645)
   at org.netbeans.modules.cnd.utils.cache.CndFileUtils.index(CndFileUtils.java:530)
   at org.netbeans.modules.cnd.utils.cache.CndFileUtils.getFlags(CndFileUtils.java:460)
   at org.netbeans.modules.cnd.utils.cache.CndFileUtils.exists(CndFileUtils.java:363)
   at org.netbeans.modules.cnd.apt.impl.support.clank.ClankFileObjectBasedFileSystem.getFileObject(ClankFileObjectBasedFileSystem.java:215)
Comment 1 Exceptions Reporter 2017-03-12 18:09:51 UTC
Created attachment 163821 [details]
stacktrace