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 207837 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 207991
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-27 13:46 UTC by phedaikin
Modified: 2012-05-02 16:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182382


Attachments
stacktrace (3.27 KB, text/plain)
2012-01-27 13:46 UTC, phedaikin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description phedaikin 2012-01-27 13:46:23 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: OpenJDK 64-Bit Server VM, 21.0-b17, OpenJDK Runtime Environment, 1.7.0_147-icedtea-b147
OS: Linux

User Comments:
phedaikin: .... every version same issue -.-

GUEST: nothing




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.parsing.api.Snapshot.create(Snapshot.java:128)
   at org.netbeans.modules.html.editor.gsf.embedding.CssHtmlTranslator.extractCssFromHTML(CssHtmlTranslator.java:241)
   at org.netbeans.modules.html.editor.gsf.embedding.CssHtmlTranslator.getEmbeddings(CssHtmlTranslator.java:88)
   at org.netbeans.modules.html.editor.gsf.embedding.CssEmbeddingProvider.getEmbeddings(CssEmbeddingProvider.java:112)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callEmbeddingProvider(TaskProcessor.java:633)
   at org.netbeans.modules.parsing.impl.SourceCache.getAllEmbeddings(SourceCache.java:284)
Comment 1 phedaikin 2012-01-27 13:46:39 UTC
Created attachment 115314 [details]
stacktrace
Comment 2 Tomas Zezula 2012-05-02 16:28:40 UTC

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