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

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

[Octave-bug-tracker] [bug #56143] gui hangs on osx when switching betwee


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #56143] gui hangs on osx when switching between windows
Date: Wed, 17 Apr 2019 09:37:21 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

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

I don't know whether it is causing Octave to hang, but it appears that
readline has already read some character that is bound to forward-char,
rl_dispatch_subseq has called the forward-char function but it can't move
forward (already at EOL?) and is stopped when writing the bell character
(using rl_ding) to the terminal.  If this happens on startup, then I'm not
sure why.  Is Octave somehow picking up some spurious input when it doesn't
expect to see anything and is then calling rl_ding at a point when writing
output will block?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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