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

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

[Octave-bug-tracker] [bug #50068] Segfault, when eval_string is used in


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #50068] Segfault, when eval_string is used in interpreter embedded mode
Date: Wed, 18 Jan 2017 07:38:01 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #4, bug #50068 (project octave):

It seems that when octave_main returns, the interpreter object has been
destroyed. It has gone through its command line processing and initialization
of its internal state, but then it exits and cleans itself up. The subsequent
call to eval_string is trying to operate on an interpreter that doesn't exist
anymore. This was not the case in Octave 4.0.x, because the interpreter was
not an object with contained state, it was just initializing a bunch of
globals.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50068>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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