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 1905 - Memory leak
Summary: Memory leak
Status: CLOSED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All Other
: P2 normal (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-21 22:16 UTC by Milan Kubec
Modified: 2002-07-19 14:41 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 Milan Kubec 1999-05-21 22:16:42 UTC
External reference was: (can be reproduces on cook, similar HW configuration)

I have Sun`s Ultra1 workstation with Solaris 7 OS,
Solaris_JDK_1.2.1_03_pre-release JVM, 128 mb RAM.
After few hours  of work the address space of Gandalf is enormous,
around 200mb. And when I try to run a program
from Gandalf I get something like :
java.io.IOException: Not enough space
        at java.lang.UNIXProcess.forkAndExec(Native Method)
        at java.lang.UNIXProcess.<init>(UNIXProcess.java:59)

        at java.lang.Runtime.execInternal(Native Method)
        at java.lang.Runtime.execInternal(Compiled Code)
        at java.lang.Runtime.exec(Compiled Code)
        at java.lang.Runtime.exec(Runtime.java:220)
        at com.netbeans.ide.execution.ProcessExecutor.handleExecute(Compiled Code)
        at com.netbeans.ide.execution.ExecutionEngine.startExecutor(ExecutionEngine.java:60)
        at com.netbeans.developer.impl.execution.ExecutionEngine.runExecutor(ExecutionEngine.java:262)        at com.netbeans.developer.impl.execution.ExecutionEngine$RunClass.run(ExecutionEngine.java
:327)

Window with message "Not Enough Space" showed up.