[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Segfault with set -o emacs in -c
From: |
Emanuele Torre |
Subject: |
Re: Segfault with set -o emacs in -c |
Date: |
Sun, 18 Dec 2022 20:45:30 +0100 |
On Sun, Dec 18, 2022 at 06:35:45AM +0000, Harald van Dijk wrote:
> The assumption here, that if (interactive), input is coming from
> stdin, does not hold when running bash -ic.
>
> Repeat-By:
> bash -ic 'set -o emacs'
Wow, this is a very old bug. I think this 2.04 bug report from 2001 was
caused by the same issue.
https://lists.gnu.org/archive/html/bug-bash/2001-03/msg00080.html
emanuele6