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

Summary: Memory leak
Product: ide Reporter: Milan Kubec <mkubec>
Component: CodeAssignee: Milan Kubec <mkubec>
Status: CLOSED WONTFIX    
Severity: normal    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: Other   
Issue Type: DEFECT Exception Reporter:

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.