[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: memory leak with randn()? (not octave's problem but RH7.0's)
From: |
Shengchao Li |
Subject: |
Re: memory leak with randn()? (not octave's problem but RH7.0's) |
Date: |
Fri, 16 Mar 2001 23:16:06 -0500 (EST) |
Well, I ran the same test in my home computer (with original RH7.0
too and with the octave 2.0.16 came with it) and there was the memory
problem too. Then I updated my RH7.0 with the command 'up2date' and
updated everything available. (Well I don't think they updated octave.)
Then the problem is gone. So it is a RH7.0 problem rather than octave
problem.
shengchao
On Fri, 16 Mar 2001, bertrand roessli wrote:
> Hello,
>
> I have the same version than you of Octave and I tried the piece of
> code you have below. On redhat 6.0, it works fine, so you probably have
> another problem.
> good luck, Bertrand Roessli
>
> On Thu, 15 Mar 2001, Shengchao Li wrote:
>
> > I ran into memory problem when I run my simulation code in octave. I
> > finally traced the problem into randn() function. It seems that there is
> > some kind of memory leak. Each time I run the following program,
> > a=0;
> > for counter=1:100000
> > a=randn();
> > end
> >
> > 'top' shows that the size of octave keeps growing. I have reported the bug
> > to bug-octave but it is not shown there so I guess it is somehow lost. I
> > glanced other bug reports and I have to point out that I didn't use ^C to
> > interrupt the executing but the size kept growing. Any work-around
> > suggestion??
> >
> > I am running 2.0.16 that came with RedHat7.0. I didn't rebuild it.
> >
> > shengchao
> >
> >
> >
> >
> > -------------------------------------------------------------
> > 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
> > -------------------------------------------------------------
> >
>
>
-------------------------------------------------------------
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
-------------------------------------------------------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: memory leak with randn()? (not octave's problem but RH7.0's),
Shengchao Li <=