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 243850

Summary: OOME when Executing SQL Statement: GC overhead limit exceeded
Product: db Reporter: kRk
Component: CodeAssignee: Libor Fischmeistr <lfischmeistr>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 209123
Attachments: stacktrace

Description kRk 2014-04-15 12:32:42 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: OpenJDK 64-Bit Server VM, 24.45-b08, OpenJDK Runtime Environment, 1.7.0_51-b00
OS: Linux

User Comments:
kRk: Executing SQL Statement (select * from table)




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.SecurityManager.getClassContext(SecurityManager.java:0)
   at org.netbeans.TopSecurityManager.checkPropertyAccess(TopSecurityManager.java:278)
   at java.lang.System.getProperty(System.java:708)
   at org.netbeans.Stamps.produceRelativePath(Stamps.java:977)
   at org.netbeans.Stamps.findRelativePath(Stamps.java:1010)
   at org.netbeans.JarClassLoader$JarSource.getIdentifier(JarClassLoader.java:832)
Comment 1 kRk 2014-04-15 12:32:43 UTC
Created attachment 146765 [details]
stacktrace
Comment 2 matthias42 2014-08-13 12:20:33 UTC
Most probably a duplicate of 243450 (two many rows queries, causing excessive heap usage)

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