[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: memory exhausted -- trying to return to prompt
From: |
John W. Eaton |
Subject: |
Re: memory exhausted -- trying to return to prompt |
Date: |
Tue, 21 Mar 2000 02:55:59 -0600 (CST) |
On 17-Mar-2000, Paul Ortyl <address@hidden> wrote:
| I've tried to allocate as much memory as RAM+swap allowed, and there
| was no problem, except big *memory leak* when pressed ^C while
| octave was writting to swap for a longer while...
I suspect that the leak you noticed is due to a known problem in the
way Octave's interrupt handler is implemented. It simply uses a
setjmp/longjmp to abort, which is not very pretty, and can leave
allocated memory hanging. I have some ideas about how to fix this,
but it is not trivial and not high on my list of priorities.
jwe
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------