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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 262158
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: matthias42
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-07 23:14 UTC by minoleg
Modified: 2016-06-13 20:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222899


Attachments
stacktrace (1.95 KB, text/plain)
2016-03-07 23:14 UTC, minoleg
Details

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