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 257123

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: lfrdfnscpsd
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 207759
Attachments: stacktrace

Description lfrdfnscpsd 2015-12-12 14:46:36 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
GUEST: No user action was taken.  NetBeans just suddenly quit on its own.

GUEST: <Please provide a description of the problem or the steps to reproduce>

GUEST: auto complete javascript

lfrdfnscpsd: unresponsive

GUEST: too Long operation @@




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.parsing.impl.indexing.LongHashMap.resize(LongHashMap.java:490)
   at org.netbeans.modules.parsing.impl.indexing.LongHashMap.addEntry(LongHashMap.java:728)
   at org.netbeans.modules.parsing.impl.indexing.LongHashMap.put(LongHashMap.java:419)
   at org.netbeans.modules.parsing.impl.indexing.TimeStamps$RegularImpl.load(TimeStamps.java:291)
   at org.netbeans.modules.parsing.impl.indexing.TimeStamps$RegularImpl.<init>(TimeStamps.java:166)
   at org.netbeans.modules.parsing.impl.indexing.TimeStamps$RegularImpl.<init>(TimeStamps.java:153)
Comment 1 lfrdfnscpsd 2015-12-12 14:46:38 UTC
Created attachment 157772 [details]
stacktrace