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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: Code ModelAssignee: petrk
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228379
Attachments: stacktrace

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