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 248043 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 247676
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-20 11:49 UTC by trippygrape
Modified: 2015-07-29 11:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212263


Attachments
stacktrace (1.26 KB, text/plain)
2014-10-20 11:49 UTC, trippygrape
Details

Note You need to log in before you can comment on or make changes to this bug.
Description trippygrape 2014-10-20 11:49:49 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_65-b19
OS: Windows 7

User Comments:
trippygrape: Unfortunately we had an unexpected power failure :(

GUEST: Don't know, crashed while I was away from the computer.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.reflect.UnsafeIntegerFieldAccessorImpl.get(UnsafeIntegerFieldAccessorImpl.java:36)
   at java.lang.reflect.Field.get(Field.java:379)
   at com.sun.jna.Structure.getFieldValue(Structure.java:575)
   at com.sun.jna.Structure.deriveLayout(Structure.java:1111)
   at com.sun.jna.Structure.calculateSize(Structure.java:982)
   at com.sun.jna.Structure.calculateSize(Structure.java:949)
Comment 1 trippygrape 2014-10-20 11:49:50 UTC
Created attachment 149999 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-12-06 14:49:20 UTC
> GUEST: Don't know, crashed while I was away from the computer.
Duplicate of bug 240138.

> trippygrape: Unfortunately we had an unexpected power failure :(
Classes with highest retained sizes:

org.netbeans.modules.css.lib.RuleNode            985,383,296 (78.1%)
org.netbeans.modules.parsing.impl.SourceCache    974,416,868 (77.3%)
org.netbeans.modules.css.lib.nbparser.CssParser  974,158,392 (77.2%)
org.netbeans.modules.css.lib.RootNode            974,139,784 (77.2%)
org.netbeans.modules.parsing.api.Source          974,001,585 (77.2%)
org.netbeans.modules.css.lib.TokenNode           193,214,736 (15.3%)

Reassigning to web/CSS Editor. Please evaluate it. Thank you.
Comment 3 Milutin Kristofic 2015-07-29 11:47:54 UTC
Many RuleNodes created in Tooltip Thread. This is similar as in 247676

*** This bug has been marked as a duplicate of bug 247676 ***