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 - OOME when Executing SQL Statement: GC overhead limit exceeded
Summary: OOME when Executing SQL Statement: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 243450
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-15 12:32 UTC by kRk
Modified: 2014-08-13 12:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209123


Attachments
stacktrace (1.26 KB, text/plain)
2014-04-15 12:32 UTC, kRk
Details

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