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 270629 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-13 05:13 UTC by suryantoedy
Modified: 2017-05-13 05:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197844


Attachments
stacktrace (2.92 KB, text/plain)
2017-05-13 05:13 UTC, suryantoedy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description suryantoedy 2017-05-13 05:13:37 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) Client VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Linux

User Comments:
GUEST: <record>
  <date>2014-11-24T10:46:42</date>
  <millis>1416818802095</millis>
  <sequence>595</sequence>
  <logger>org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater</logger>
  <level>900</level>
  <thread>73</thread>
  <param>/home/richard/.netbeans/8.0.1/var/log/heapdump.hprof</param>
  <exception>
    <message>java.lang.OutOfMemoryError: Java heap space</message>
    <frame>
      <class>nu.validator.saxtree.CharBufferNode</class>
      <method>&lt;init&gt;</method>
      <line>49</line>
      <file>${netBeansDir}modules/ext/html5-parser.jar</file>
    </frame>
    <frame>
      <class>nu.validator.saxtree.Characters</class>
      <method>&lt;init&gt;</method>
      <line>44</line>
      <file>${netBeansDir}modules/ext/html5-parser.jar</file>
    </frame>
    <frame>
      <class>nu.validator.htmlparser.sax.SAXTreeBuilder</class>
      <method>appendCharacters</method>
      <line>65</line>
      <file>${netBeansDir}modules/ext/html5-parser.jar</file>
    </frame>
    <fram

GUEST: start program NetBeans

GUEST: i was opening html page

GUEST: Not sure, just had this message when I opened Netbeans

suryantoedy: aaaaaaaaaaaaaaaaaaa

GUEST: don't know




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at nu.validator.saxtree.CharBufferNode.<init>(CharBufferNode.java:49)
   at nu.validator.saxtree.Characters.<init>(Characters.java:44)
   at nu.validator.htmlparser.sax.SAXTreeBuilder.appendCharacters(SAXTreeBuilder.java:65)
   at nu.validator.htmlparser.sax.SAXTreeBuilder.appendCharacters(SAXTreeBuilder.java:39)
   at nu.validator.htmlparser.impl.TreeBuilder.accumulateCharacters(TreeBuilder.java:5095)
   at nu.validator.htmlparser.impl.TreeBuilder.characters(TreeBuilder.java:866)
Comment 1 suryantoedy 2017-05-13 05:13:40 UTC
Created attachment 164310 [details]
stacktrace