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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-05 07:25 UTC by paolosca
Modified: 2016-09-05 14:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213549


Attachments
stacktrace (307 bytes, text/plain)
2016-09-05 07:25 UTC, paolosca
Details

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