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 267880

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: db Reporter: paolosca <paolosca>
Component: SQL EditorAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213549
Attachments: stacktrace

Description paolosca 2016-09-05 07:25:01 UTC
Build: NetBeans IDE Dev (Build 201609030002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
GUEST: Had to kill -9 then this popped up

GUEST: Crash

paolosca: In a SQL window I ran a query without "where" on a Postgres database on a table with over 60000 records, each record contain a XML field with about 500kb of data,
After a few seconds the OutOfMemory error popped up, the IDE became unresponsive and I had to kill it.

GUEST: I had open a json file exported from mongodb with two documents.

GUEST: Figure it out yrouself. Hope your diags are good.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.Long.valueOf(Long.java:840)
   at sun.awt.X11.XToolkit.callTimeoutTasks(XToolkit.java:1952)
   at sun.awt.X11.XToolkit.run(XToolkit.java:567)
   at sun.awt.X11.XToolkit.run(XToolkit.java:532)
   at java.lang.Thread.run(Thread.java:745)
Comment 1 paolosca 2016-09-05 07:25:03 UTC
Created attachment 161906 [details]
stacktrace
Comment 2 Tomas Hurka 2016-09-05 14:00:05 UTC
OOME from Postgres database driver.