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 209539 - 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-03-13 17:53 UTC by bmark
Modified: 2012-04-11 13:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185425


Attachments
stacktrace (2.99 KB, text/plain)
2012-03-13 17:53 UTC, bmark
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bmark 2012-03-13 17:53:47 UTC
Build: NetBeans IDE 7.1.1 (Build 201203012225)
VM: Java HotSpot(TM) Client VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: Windows XP

User Comments:
GUEST: Started netbeans - starts scanning and response gets really slow and tool becomes unusable.

GUEST: refreshing task panel to be alble to see the new @todo lines.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at nu.validator.htmlparser.impl.CoalescingTreeBuilder.accumulateCharacters(CoalescingTreeBuilder.java:41)
   at nu.validator.htmlparser.impl.TreeBuilder.characters(TreeBuilder.java:866)
   at nu.validator.htmlparser.impl.ErrorReportingTokenizer.flushChars(ErrorReportingTokenizer.java:242)
   at nu.validator.htmlparser.impl.Tokenizer.stateLoop(Tokenizer.java:5792)
   at nu.validator.htmlparser.impl.Tokenizer.tokenizeBuffer(Tokenizer.java:1331)
   at nu.validator.htmlparser.io.Driver.runStates(Driver.java:316)
Comment 1 bmark 2012-03-13 17:53:49 UTC
Created attachment 116683 [details]
stacktrace
Comment 2 Marek Fukala 2012-04-11 13:34:14 UTC
already fixed

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