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 253060 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-18 10:55 UTC by mbarboi
Modified: 2016-07-07 07:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218028


Attachments
stacktrace (639 bytes, text/plain)
2015-06-18 10:55 UTC, mbarboi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mbarboi 2015-06-18 10:55:51 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-b18
OS: Windows 7

User Comments:
mbarboi: doing some replaces in projects ... about ~380 replaces. in 10...20files




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:133)
   at java.io.OutputStreamWriter.write(OutputStreamWriter.java:220)
   at java.io.Writer.write(Writer.java:157)
   at java.util.logging.StreamHandler.publish(StreamHandler.java:224)
   at org.netbeans.core.startup.logging.MessagesHandler.publish(MessagesHandler.java:106)
   at org.netbeans.core.startup.logging.DispatchingHandler.run(DispatchingHandler.java:175)
Comment 1 mbarboi 2015-06-18 10:55:53 UTC
Created attachment 154284 [details]
stacktrace
Comment 2 Tomas Hurka 2015-07-15 13:24:51 UTC
There is a lot of org.netbeans.modules.editor.lib2.highlighting.HighlightItem
instances and other instances from org.netbeans.modules.editor.lib2.view
package. There is unusually high number of float[] instances, most of which are
held from org.netbeans.modules.editor.lib2.view.HighlightsView. There is also
unusual high number of java.awt.geom.AffineTransform instances.

It looks like duplicate of issue #238822.
Comment 3 Martin Balin 2016-07-07 07:31:43 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