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 250319 - OutOfMemoryError: (class: nu/validator/htmlparser/impl/NamedCharacters, method: <clinit> signature: ()V)
Summary: OutOfMemoryError: (class: nu/validator/htmlparser/impl/NamedCharacters, metho...
Status: RESOLVED INCOMPLETE
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-02-10 03:54 UTC by zhaff
Modified: 2015-07-29 11:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214938


Attachments
stacktrace (3.87 KB, text/plain)
2015-02-10 03:55 UTC, zhaff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zhaff 2015-02-10 03:54:59 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
zhaff: OutOfMemoryError: (class: nu/validator/htmlparser/impl/NamedCharacters, method: <clinit> signature: ()V)

GUEST: <Please provide a description of the problem or the steps to reproduce> May be problem? It just crashed




Stacktrace: 
java.lang.OutOfMemoryError: (class: nu/validator/htmlparser/impl/NamedCharacters, method: <clinit> signature: ()V) 
   at nu.validator.htmlparser.impl.Tokenizer.resetToDataState(Tokenizer.java:6658)
   at nu.validator.htmlparser.impl.Tokenizer.initializeWithoutStarting(Tokenizer.java:6786)
   at nu.validator.htmlparser.impl.Tokenizer.start(Tokenizer.java:1275)
   at nu.validator.htmlparser.io.Driver.tokenize(Driver.java:181)
   at nu.validator.htmlparser.sax.HtmlParser.tokenize(HtmlParser.java:480)
   at nu.validator.htmlparser.sax.HtmlParser.parse(HtmlParser.java:423)
Comment 1 zhaff 2015-02-10 03:55:01 UTC
Created attachment 151910 [details]
stacktrace
Comment 2 Milutin Kristofic 2015-07-29 11:02:42 UTC
Unfortunately there are no heap dumps in reports, so I cannot investigate why OOM happened. I checked message.log but there is nothing unusual.