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 271332

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: jungmat <jungmat>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230080
Attachments: stacktrace

Description jungmat 2017-08-20 16:20:20 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-5088-on-20161106)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Mac OS X

User Comments:
jungmat: ?




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.editor.lib2.document.CharContent.getString(CharContent.java:165)
   at org.netbeans.modules.editor.lib2.document.CharContent$SubSequence.toString(CharContent.java:292)
   at org.netbeans.modules.xml.text.api.dom.XMLSyntaxSupport.createElement(XMLSyntaxSupport.java:646)
   at org.netbeans.modules.xml.text.api.dom.XMLSyntaxSupport.getElementChain(XMLSyntaxSupport.java:561)
   at org.netbeans.modules.xml.text.dom.BaseSyntaxElement.getNext(BaseSyntaxElement.java:172)
   at org.netbeans.modules.xml.text.dom.BaseSyntaxElement.getNext(BaseSyntaxElement.java:70)
Comment 1 jungmat 2017-08-20 16:20:22 UTC
Created attachment 164980 [details]
stacktrace