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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-18 18:00 UTC by michaelwendel
Modified: 2017-03-18 18:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228462


Attachments
stacktrace (974 bytes, text/plain)
2017-03-18 18:01 UTC, michaelwendel
Details

Note You need to log in before you can comment on or make changes to this bug.
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