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 258278

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: db Reporter: minoleg <minoleg>
Component: CodeAssignee: matthias42
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222899
Attachments: stacktrace

Description minoleg 2016-03-07 23:14:38 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Mac OS X

User Comments:
minoleg: Running an SQL query.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at javax.swing.JComponent._paintImmediately(JComponent.java:5019)
   at javax.swing.JComponent.paintImmediately(JComponent.java:4969)
   at javax.swing.RepaintManager$4.run(RepaintManager.java:831)
   at javax.swing.RepaintManager$4.run(RepaintManager.java:814)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
Comment 1 minoleg 2016-03-07 23:14:39 UTC
Created attachment 158777 [details]
stacktrace
Comment 2 Tomas Hurka 2016-04-22 08:18:46 UTC
Large SQL query: select * from table;
Comment 3 matthias42 2016-06-13 20:08:46 UTC

*** This bug has been marked as a duplicate of bug 262158 ***