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 259039

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

Description zuber.innovify 2016-04-28 05:09:25 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 24.95-b01, OpenJDK Runtime Environment, 1.7.0_95-b00
OS: Linux

User Comments:
GUEST: Attempting to do a class search (Ctrl+O) with multiple open projects

zuber.innovify: My netbeans is going to hanged some time




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.Throwable.getStackTraceElement(Throwable.java:0)
   at java.lang.Throwable.getOurStackTrace(Throwable.java:827)
   at java.lang.Throwable.getStackTrace(Throwable.java:816)
   at org.netbeans.core.startup.logging.DispatchingHandler.publish(DispatchingHandler.java:97)
   at java.util.logging.Logger.log(Logger.java:616)
   at java.util.logging.Logger.doLog(Logger.java:641)
Comment 1 zuber.innovify 2016-04-28 05:09:26 UTC
Created attachment 159453 [details]
stacktrace
Comment 2 Tomas Hurka 2016-04-29 11:23:05 UTC
There is 90 instances of org.netbeans.editor.ext.ExtCaret. Most of them are from EventListenerList#566.