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 254548 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-20 09:19 UTC by scachat
Modified: 2015-09-08 11:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219313


Attachments
stacktrace (2.99 KB, text/plain)
2015-08-20 09:20 UTC, scachat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scachat 2015-08-20 09:19:58 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
scachat: hang while editing file. 1 debug process running (glassfish). Had to kill -9 java process




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.Integer.valueOf(Integer.java:832)
   at org.netbeans.modules.java.hints.spiimpl.pm.NFA$State.mutableOr(NFA.java:187)
   at org.netbeans.modules.java.hints.spiimpl.pm.NFABasedBulkSearch.setBit(NFABasedBulkSearch.java:385)
   at org.netbeans.modules.java.hints.spiimpl.pm.NFABasedBulkSearch.access$800(NFABasedBulkSearch.java:90)
   at org.netbeans.modules.java.hints.spiimpl.pm.NFABasedBulkSearch$1Scanner.handleTree(NFABasedBulkSearch.java:356)
   at org.netbeans.modules.java.hints.spiimpl.pm.NFABasedBulkSearch$1Scanner.scan(NFABasedBulkSearch.java:302)
Comment 1 scachat 2015-08-20 09:20:00 UTC
Created attachment 155492 [details]
stacktrace
Comment 2 Svata Dedic 2015-09-08 11:53:14 UTC
Potentially an OOM condition, but it's impossible to investigate without a heapdump. Should it happen again, please make a heapdump of the runnin NB IDE.