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 199938 - java ObjectOutputStream: cause outOfMemory Exception
Summary: java ObjectOutputStream: cause outOfMemory Exception
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-07 07:50 UTC by eshagam
Modified: 2011-11-16 16:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eshagam 2011-07-07 07:50:24 UTC
Product Version = NetBeans IDE 7.0 (Build 201104080000)
Operating System = Linux version 2.6.39.2 running on amd64
Java; VM; Vendor = 1.6.0_22
Runtime = OpenJDK 64-Bit Server VM 20.0-b11

This is a JVM problem
ObjectOutputStream  holds on to objects till the stream is closed or reset.
This happens on many/all releases.
Periodical reset, seems to solve the problem, but it is not good solution

The same problem was reported in this link.
http://www.maultech.com/chrislott/blog/20100110_spacetime.html

Thanks
Comment 1 Antonin Nebuzelsky 2011-08-12 16:54:35 UTC
Please, reopen with more information about reproducibility of the problem in NetBeans.

Which reproducible steps in the IDE result with this problem. Thanks.