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 270023

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: web Reporter: Exceptions Reporter <exceptions_reporter>
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228329
Attachments: stacktrace

Description Exceptions Reporter 2017-03-08 20:06:49 UTC
This bug was originally marked as duplicate of bug 239570, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: Sorry, I don't remember when the problem occurred, so I cannot provide details




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   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)
   at nu.validator.htmlparser.impl.ErrorReportingTokenizer.flushChars(ErrorReportingTokenizer.java:242)
   at nu.validator.htmlparser.impl.Tokenizer.stateLoop(Tokenizer.java:1447)
Comment 1 Exceptions Reporter 2017-03-08 20:06:51 UTC
Created attachment 163798 [details]
stacktrace