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 17:35:06 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

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

Please note that the error you are seeing with clean_up_and_exit is not the
same as the issue reported here.

The functions feval and eval_string appear to rely on different parts of the
interpreter. For example, I don't think feval needs the parser to be active at
all, since you are passing it a function name and an argument list, you are in
effect acting as the parser.

Calling eval_string passes the text down to the parser, and that is where the
crash reported here is happening.

    _______________________________________________________

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]