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

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

[Octave-bug-tracker] [bug #55391] readline function 'operate-and-get-nex


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55391] readline function 'operate-and-get-next' (Ctrl+o) crashes interpreter
Date: Fri, 4 Jan 2019 15:30:09 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Update of bug #55391 (project octave):

                Category:                     GUI => Interpreter            
                 Summary: readline function 'operate-and-get-next' (Ctrl+o)
crashes GUI => readline function 'operate-and-get-next' (Ctrl+o) crashes
interpreter

    _______________________________________________________

Follow-up Comment #3:

Sigh, sorry, this also crashes Octave when running as octave-cli, so this is
completely unrelated to the GUI. The main thread shows the same backtrace as
in the original comment.

The crash occurs at line 1116 in the following


1111:  command_editor::startup_handler (void)
1112:  {
1113:    for (startup_hook_fcn f : startup_hook_set)
1114:      {
1115:        if (f)
1116:          f ();
1117:      }
1118:
1119:    return 0;
1120:  }


This also crashes Octave going back to version 3.4. But I am sure I have used
this binding previously, so maybe this is related to a change in the readline
library itself.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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