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 242667 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED INCOMPLETE
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-07 17:04 UTC by janrossler
Modified: 2015-07-28 11:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208247


Attachments
stacktrace (2.43 KB, text/plain)
2014-03-07 17:04 UTC, janrossler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description janrossler 2014-03-07 17:04:15 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
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:
janrossler: I was low on memory (over 80% used) and the whole IDE became just a transparent unresponsive window, had to shut it down from task manager.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.awt.GradientPaintContext.<init>(GradientPaintContext.java:188)
   at java.awt.GradientPaint.createContext(GradientPaint.java:262)
   at sun.java2d.pipe.AlphaPaintPipe.startSequence(AlphaPaintPipe.java:83)
   at sun.java2d.pipe.SpanShapeRenderer$Composite.startSequence(SpanShapeRenderer.java:56)
   at sun.java2d.pipe.SpanShapeRenderer.renderRect(SpanShapeRenderer.java:163)
   at sun.java2d.pipe.SpanShapeRenderer.fill(SpanShapeRenderer.java:107)
Comment 1 janrossler 2014-03-07 17:04:19 UTC
Created attachment 145844 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2014-03-10 09:40:04 UTC
Seems to be PHP related, please evaluate, thanks.
Comment 3 Tomas Mysik 2015-04-02 08:32:54 UTC
I don't see much PHP related; many int[] instances are held by HTML/CSS parser. Please evaluate, thanks.
(BTW the dump is from NB 8.0 is it could be fixed already I guess.)
Comment 4 Milutin Kristofic 2015-07-28 11:56:42 UTC
Unfortunately, there is no more heap dump for this bug. There is only one
report from 8.0 beta. So I am closing this one.