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 270117

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

Description michaelwendel 2017-03-18 18:00:57 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
michaelwendel: Using the network debuger with a javascript script that was sending images as clear text which resulted in big chunks of text in the debugger.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.spi.editor.highlighting.support.OffsetsBag.addHighlightImpl(OffsetsBag.java:537)
   at org.netbeans.spi.editor.highlighting.support.OffsetsBag.addHighlight(OffsetsBag.java:174)
   at org.netbeans.modules.spellchecker.ComponentPeer$8.run(ComponentPeer.java:429)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1421)
   at org.netbeans.modules.spellchecker.ComponentPeer.process(ComponentPeer.java:421)
   at org.netbeans.modules.spellchecker.ComponentPeer.access$000(ComponentPeer.java:126)
Comment 1 michaelwendel 2017-03-18 18:01:00 UTC
Created attachment 163882 [details]
stacktrace