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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-12 14:46 UTC by lfrdfnscpsd
Modified: 2015-12-12 14:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207759


Attachments
stacktrace (2.54 KB, text/plain)
2015-12-12 14:46 UTC, lfrdfnscpsd
Details

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