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 212740 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 207991
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-19 18:45 UTC by xtecuan
Modified: 2012-05-25 11:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188125


Attachments
stacktrace (2.92 KB, text/plain)
2012-05-19 18:45 UTC, xtecuan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description xtecuan 2012-05-19 18:45:38 UTC
Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows XP

Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at nu.validator.htmlparser.impl.HtmlAttributes.<init>(HtmlAttributes.java:85)
   at nu.validator.htmlparser.impl.Tokenizer.attributeNameComplete(Tokenizer.java:1161)
   at nu.validator.htmlparser.impl.Tokenizer.stateLoop(Tokenizer.java:1808)
   at nu.validator.htmlparser.impl.Tokenizer.tokenizeBuffer(Tokenizer.java:1331)
   at nu.validator.htmlparser.io.Driver.runStates(Driver.java:316)
   at nu.validator.htmlparser.io.Driver.tokenize(Driver.java:216)
Comment 1 xtecuan 2012-05-19 18:45:45 UTC
Created attachment 119647 [details]
stacktrace
Comment 2 Marek Fukala 2012-05-25 11:23:50 UTC
I believe the memory and performance issues have been addressed enough by the fixes to the issue #207991

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