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 244307 - OOME while collecting samples
Summary: OOME while collecting samples
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Slowness Detector (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-05 15:06 UTC by Exceptions Reporter
Modified: 2015-07-09 13:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209302


Attachments
stacktrace (2.54 KB, text/plain)
2014-05-05 15:06 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-05-05 15:06:35 UTC
This bug was originally marked as duplicate of bug 240388, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 RC1 (Build 201402242200)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: swapping system;

GUEST: While saving my .less file it took more than a minute to save it




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.io.ObjectOutputStream$HandleTable.growEntries(ObjectOutputStream.java:2350)
   at java.io.ObjectOutputStream$HandleTable.assign(ObjectOutputStream.java:2275)
   at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1427)
   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1177)
   at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1547)
   at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1508)
Comment 1 Exceptions Reporter 2014-05-05 15:06:37 UTC
Created attachment 147116 [details]
stacktrace
Comment 2 Jaroslav Tulach 2014-05-09 11:59:08 UTC
Looks like a problem with sampler:
http://statistics.netbeans.org/exceptions/exception.do?id=723572
Comment 3 Tomas Hurka 2015-07-09 13:29:53 UTC
Closing old issue.