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 269099 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-24 03:08 UTC by skeletonman
Modified: 2016-11-24 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215360


Attachments
stacktrace (607 bytes, text/plain)
2016-11-24 03:08 UTC, skeletonman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description skeletonman 2016-11-24 03:08:40 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
skeletonman: Several code editor windows open, computer left idle.

GUEST: <Please provide a description of the problem or the steps to reproduce>

GUEST: I think I ran a query on an enormous MySQL table without a LIMIT clause. It tried to load up almost a gig of results. But I was doing a few things at once. Not sure what it was.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.Throwable.getStackTraceElement(Throwable.java:0)
   at java.lang.Throwable.getOurStackTrace(Throwable.java:827)
   at java.lang.Throwable.getStackTrace(Throwable.java:816)
   at org.netbeans.core.startup.logging.DispatchingHandler.publish(DispatchingHandler.java:97)
   at java.util.logging.Logger.log(Logger.java:738)
   at java.util.logging.Logger.doLog(Logger.java:765)
Comment 1 skeletonman 2016-11-24 03:08:42 UTC
Created attachment 163012 [details]
stacktrace
Comment 2 Tomas Hurka 2016-11-24 09:14:53 UTC
There are hundreds of thousands of files in your Windows temp directory. Please cleanup your temp directory - this should solve your OOME in NetBeans.