octave-maintainers
[Top][All Lists]
Advanced

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

Re: Crash when clearing "ans" variable in symbol table


From: Michael Goffioul
Subject: Re: Crash when clearing "ans" variable in symbol table
Date: Mon, 14 Jan 2008 21:24:51 +0100

On 1/14/08, John W. Eaton <address@hidden> wrote:
> Objects are pushed on the value_stack when functions are called
> recursively.  My guess is that you've found some way to have a
> recursive call that doesn't properly trigger the push, but still has a
> pop of the stack.

Will you have a look into this? Or could you give me some hints
where to look (I currently have no clue).
[Note that this is not my code; I just found the problem while testing
someone else's code; I have no more clues about the offending code]

Michael.


reply via email to

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