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 253168 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-24 21:02 UTC by hwadikar
Modified: 2016-07-07 07:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218160


Attachments
stacktrace (3.08 KB, text/plain)
2015-06-24 21:02 UTC, hwadikar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hwadikar 2015-06-24 21:02:55 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
hwadikar: Trying to edit  html.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:2694)
   at java.lang.String.<init>(String.java:203)
   at java.lang.String.substring(String.java:1913)
   at edu.umd.cs.findbugs.ba.SignatureParser$ParameterSignatureIterator.next(SignatureParser.java:119)
   at edu.umd.cs.findbugs.ba.SignatureParser$ParameterSignatureIterator.next(SignatureParser.java:83)
   at edu.umd.cs.findbugs.ba.SignatureParser.getParameterOffset(SignatureParser.java:58)
Comment 1 hwadikar 2015-06-24 21:02:57 UTC
Created attachment 154382 [details]
stacktrace
Comment 2 Tomas Hurka 2015-06-25 07:02:49 UTC
The heap is full of findbugs objects. Findbugs analysis is running.
Comment 3 Martin Balin 2016-07-07 07:15:51 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss