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 271205 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-31 08:47 UTC by lawale4me
Modified: 2017-07-31 08:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204904


Attachments
stacktrace (3.38 KB, text/plain)
2017-07-31 08:47 UTC, lawale4me
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lawale4me 2017-07-31 08:47:09 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
lawale4me: not sure wat caused this

GUEST: I did a build and netbeans locked up

GUEST: code debuging

GUEST: I did not do anything other than usual, NetBeans just stopped working properly.

GUEST: I was debugging a web project involving hibernate and spring, and I left it at a breakpoint for hours.  Not sure if that was the real cause of the memory leak though.  Prior to that, I had an issue with Hibernate and SQL Server sequences that were a negative number, which caused Hibernate to be asking SQL Server for a new sequence number continuously... so that might have been the stress that caused the memory leak.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.apache.lucene.search.BooleanScorer$BucketTable.<init>(BooleanScorer.java:161)
   at org.apache.lucene.search.BooleanScorer.<init>(BooleanScorer.java:196)
   at org.apache.lucene.search.BooleanQuery$BooleanWeight.scorer(BooleanQuery.java:314)
   at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:577)
   at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:383)
   at org.netbeans.modules.parsing.lucene.LuceneIndex.query(LuceneIndex.java:187)
Comment 1 lawale4me 2017-07-31 08:47:11 UTC
Created attachment 164866 [details]
stacktrace