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 248508 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: matthias42
URL:
Keywords:
: 246655 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-11-08 12:10 UTC by Exceptions Reporter
Modified: 2015-03-16 18:49 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213283


Attachments
stacktrace (377 bytes, text/plain)
2014-11-08 12:10 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-11-08 12:10:11 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: OUTOFMEMORY




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.TreeMap.put(TreeMap.java:569)
   at java.util.TreeSet.add(TreeSet.java:255)
   at org.openide.util.RequestProcessor.prioritizedEnqueue(RequestProcessor.java:628)
   at org.openide.util.RequestProcessor.enqueue(RequestProcessor.java:607)
   at org.openide.util.RequestProcessor$TickTac.run(RequestProcessor.java:2234)
Comment 1 Exceptions Reporter 2014-11-08 12:10:13 UTC
Created attachment 150366 [details]
stacktrace
Comment 2 Tomas Hurka 2014-11-08 12:15:22 UTC
OOME is caused by select * command, which returns a lot of data. Retained size of org.netbeans.modules.db.dataview.output.DataViewTableUIModel#1 is 200M. Reassigning to db module for further investigation.
Comment 3 matthias42 2014-11-08 23:32:05 UTC
Please give some more information:
- Which database (name + version) was the target for the select
- Home many rows are estimated in the resultset (based on the where clause, if any)
- What information (datatypes and estimated sizes) are part of the column-structure
- How many rows did you request in the "page size" dialog

Thank you!
Comment 4 matthias42 2015-03-05 18:34:13 UTC
Closing as incomplete. Please feel free to reopen, if you can reproduce/provide the necessary info. Thank you!
Comment 5 matthias42 2015-03-16 18:49:44 UTC
*** Bug 246655 has been marked as a duplicate of this bug. ***