octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #59432] Octave exits with error code 3 for Bod


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59432] Octave exits with error code 3 for Bode plot
Date: Mon, 16 Nov 2020 13:57:29 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69

Follow-up Comment #71, bug #59432 (project octave):

I cannot reproduce by running the script nor by pasting the commands.
I also don't see the random errors.

@jwe: It is difficult to say which virtual function is called because the
compiler might have inlined some functions. But it might be `varval` in the
`stack_frame` class which is defined pure virtual:

    virtual octave_value varval (const symbol_record& sym) const = 0;;

And it is called by `is_variable` in the same class which in turn is called in
`is_variable` in the `tree_evaluator` class.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59432>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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