help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in octave 2.1.33 (memory leak)


From: Dmitri A. Sergatskov
Subject: Re: bug in octave 2.1.33 (memory leak)
Date: Sat, 15 May 2004 13:19:18 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115

I can confirm it with 2.1.57 on x86 linux / Redhat / FC1.

Dmitri.

Paul Kienzle wrote:
I can confirm this for 2.1.55 on OS X:

    for t=1:10000000, y=1; doit2; end

where doit2.m contains:

    x = y;

By running top in another terminal, I see the memory consumption increasing with time.

Paul Kienzle
address@hidden

On May 15, 2004, at 2:49 PM, David J.C. MacKay wrote:

octave memory leak
There is a memory leak problem in octave versions 2.1.33 and 2.0.16. To experience the problem, create the following three files (also available in the test.tar file in http://www.inference.phy.cam.ac.uk/mackay/octave/index.html) and run test0 in octave.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]