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 256363 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
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: 2015-11-04 15:19 UTC by Exceptions Reporter
Modified: 2015-11-04 15:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220946


Attachments
stacktrace (2.96 KB, text/plain)
2015-11-04 15:19 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-11-04 15:19:18 UTC
This bug was originally marked as duplicate of bug 218401, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Linux

User Comments:
GUEST: Running Netbeans on a Raspberry Pi.
It's a constant struggle with this problem




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at nu.validator.htmlparser.impl.TreeBuilder.appendToCurrentNodeAndPushElementMayFoster(TreeBuilder.java:4907)
   at nu.validator.htmlparser.impl.TreeBuilder.startTag(TreeBuilder.java:2320)
   at nu.validator.htmlparser.impl.Tokenizer.emitCurrentTagToken(Tokenizer.java:1136)
   at nu.validator.htmlparser.impl.Tokenizer.stateLoop(Tokenizer.java:2070)
   at nu.validator.htmlparser.impl.Tokenizer.tokenizeBuffer(Tokenizer.java:1331)
   at nu.validator.htmlparser.io.Driver.runStates(Driver.java:316)
Comment 1 Exceptions Reporter 2015-11-04 15:19:19 UTC
Created attachment 157143 [details]
stacktrace