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 212761 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 07:51 UTC by mrpc
Modified: 2012-05-29 21:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188143


Attachments
stacktrace (362 bytes, text/plain)
2012-05-21 07:51 UTC, mrpc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrpc 2012-05-21 07:51:40 UTC
Build: NetBeans IDE Dev (Build 201205190400)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-415, Java(TM) SE Runtime Environment, 1.6.0_31-b04-415-11M3635
OS: Mac OS X

User Comments:
mrpc: Perhaps my fault. Selected a large amount of files in my project's cache directory to delete them. Right clicked to delete, and then everything froze, with a memory peak of 700something MB.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at sun.security.pkcs11.wrapper.PKCS11.C_GetSlotInfo(PKCS11.java:0)
   at sun.security.pkcs11.SunPKCS11.initToken(SunPKCS11.java:767)
   at sun.security.pkcs11.SunPKCS11.access$100(SunPKCS11.java:42)
   at sun.security.pkcs11.SunPKCS11$TokenPoller.run(SunPKCS11.java:700)
   at java.lang.Thread.run(Thread.java:680)
Comment 1 mrpc 2012-05-21 07:51:44 UTC
Created attachment 119665 [details]
stacktrace
Comment 2 Tomas Hurka 2012-05-23 09:45:29 UTC
The exception report is missing heap dump. Do you have the following file /Users/mrpc/Library/Application Support/NetBeans/dev/var/log/heapdump.hprof on your disk?
Comment 3 mrpc 2012-05-23 10:47:12 UTC
No :-(
But I forced netbeans to quit at some point as I had to work. Sorry for that.