help-octave
[Top][All Lists]
Advanced

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

Re: C++: recover from feval error


From: Michael Goffioul
Subject: Re: C++: recover from feval error
Date: Sat, 2 Feb 2013 14:52:52 -0500

On Sat, Feb 2, 2013 at 1:55 PM, Daniel <address@hidden> wrote:
Well, I stuck at the same point at the moment:

In embedded octave, after feval error (e.g. calling unknown function), the
interpreter does not respond to any further calls.

Since this is supposed to be an old issue, maybe someone can provide a
solution?

I think you need to reset the error state. This is normally done by the octave main loop, but it does not happen in embedded mode. See the function "reset_error_handler" and "main_loop".

Michael.


reply via email to

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