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 256882 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 230493
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-01 01:44 UTC by Exceptions Reporter
Modified: 2015-12-01 07:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221424


Attachments
stacktrace (271 bytes, text/plain)
2015-12-01 01:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-12-01 01:44:50 UTC
This bug was originally marked as duplicate of bug 236118, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Mac OS X

User Comments:
GUEST: Porfiling

GUEST: Profiling the memory of a project

GUEST: The profiler didn't shut down when it was supposed to, it still ran some processes in the background.

GUEST: ran out of memory while profiling

GUEST: OOM while trying to profile a web application deployed to Tomcat 8 via the IDE.

GUEST: was trying to profile my application

GUEST: I was trying to profile a project

GUEST: Profiling an application that constantly re-loads generated bytecode.

Profiler showed steady / constant heap usage but total heapsize would grow.

Profiler telemetry showed GC generation set increase but all no classes showed high generation survival count.

GUEST: Profile

GUEST: ? ???????? ?????????????? ?? ??????, ?? ??? ? ?? ????????. ????? ???? ? ??????? 2 ????? ??????????????, ?? ? ?????????????? ?? ??? ??? ???????? ?????????. ????? ?????? ??? ????? ???????? ?????????????? ?? ?????? ?????? "???????? ?? ???????" ???? ??????????? ?????????. ? ?????? ?? ????????? ???????????????, ? ?? ?????? ?????? ??? ??? ?????? ????.

GUEST: Memory profiling of a large application. After a few minutes NB just runs our of memory. Would help if I could just filter the classes to profile.

xuelianggao: ?????????????




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at org.netbeans.lib.profiler.results.EventBufferProcessor.readDataAndPrepareForProcessing(EventBufferProcessor.java:133)
   at org.netbeans.lib.profiler.ProfilerClient$SeparateCmdExecutionThread.run(ProfilerClient.java:132)
Comment 1 Exceptions Reporter 2015-12-01 01:44:52 UTC
Created attachment 157573 [details]
stacktrace
Comment 2 Tomas Hurka 2015-12-01 07:36:26 UTC
Heap dump attached to exception #802985 shows that com.apple.laf.AquaTabbedPaneContrastUI#1 has retained size of 370M. Closing as duplicate of issue #230493.

*** This bug has been marked as a duplicate of bug 230493 ***