screen-devel
[Top][All Lists]
Advanced

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

Re: [screen-devel] [bug #42178] byobu >= 5.77 crashes screen server proc


From: Jürgen Weigert
Subject: Re: [screen-devel] [bug #42178] byobu >= 5.77 crashes screen server process on pressing Ctrl-A c
Date: Wed, 23 Apr 2014 23:51:04 +0200

What actually is the purpose of these commands?
To me that looks like an intentional busy-loop.
(which should not necessarily cause casualities, of course...)

cheers, JW


On Wed, Apr 23, 2014 at 8:48 PM, Amadeusz Sławiński <address@hidden> wrote:
Follow-up Comment #1, bug #42178 (project screen):

Seems to be caused by ~/.config/byobu/keybindings,
still haven't tracked what exactly is wrong with it, but it seems to boil down
to those lines:

escape "^Aa"
register x "^A"
bindkey "^A" eval "process x"

executing them in standalone screen session breaks it

seems like last one was changed recently
https://github.com/dustinkirkland/byobu/commit/afd1e2f62b9547eae5deea962f014f85c400414f
and changing it back fixes it

looking at it I suspect that screen goes into loop trying to echo "^A" and
then processing it

It still needs checking, but following above theory escape key should probably
be made unbindable so people can't break it.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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