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

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

[Octave-bug-tracker] [bug #60334] Embedded Octave crashes on exit in oct


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #60334] Embedded Octave crashes on exit in octave::interpreter::~interpreter()
Date: Wed, 7 Apr 2021 15:52:38 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #9, bug #60334 (project octave):

I think the crash can also be avoided by adding


interpreter.shutdown ();


to your OctaveInterface destructor.  That will perform shutdown actions.

Maybe we should be calling that from the interpreter destructor so that it
happens automatically when the interpreter object goes out of scope, but I
recall having trouble with that the last time I looked at it.  Sorry that
these interfaces keep changing.  I hope we can arrive at something that is
stable and works as expected before the next release.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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