Gentoo Archives: gentoo-user

From: "»Q«" <boxcars@×××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Anyone else having a problem with bash?
Date: Mon, 06 Jul 2015 19:05:27
Message-Id: 20150706140709.64f146e3@sepulchrave.remarqs
In Reply to: Re: [gentoo-user] Anyone else having a problem with bash? by Alexander Kapshuk
1 On Mon, 6 Jul 2015 20:18:18 +0300
2 Alexander Kapshuk <alexander.kapshuk@×××××.com> wrote:
3
4 > On Mon, Jul 6, 2015 at 8:01 PM, walt <w41ter@×××××.com> wrote:
5 > > My bash problem started a few weeks ago but I can't remember when.
6 > > This problem is intermittent and hard to reproduce. I'm seeing it
7 > > maybe less than ten times per day but often enough to be really
8 > > annoying.
9 > >
10 > > This is the problem: occasionally bash gets in a state where it
11 > > stops echoing the characters I type. The commands I type continue
12 > > to work properly and I can see the output from them but I can't see
13 > > the commands on the screen as I type them.
14 > >
15 > > So far I've seen this problem start *after* some bash command has
16 > > finished executing, e.g. after doing 'git diff'. It never happens
17 > > when I open a new xterm, before I run a command.
18 > >
19 > > I emerged app-shells/sash and I don't see the problem there, so I
20 > > think this is a bash problem, but I'm just guessing.
21 > >
22 > > Any ideas?
23 >
24 > What's the output of 'stty -a'? Is the 'echo' attribute on, 'echo', or
25 > off, '-echo'?
26
27 I have the same symptoms as walt (except less often, probably because
28 I'm typing in bash less often). The echo attribute is on for me.
29
30 I think (but am not certain) the problem started for me when I
31 updated bash and readline following this stabilization:
32 <https://bugs.gentoo.org/show_bug.cgi?id=548756>
33
34 In case it matters (and since I am using USE="-*"), here are my flags
35 for those two packages.
36
37 bash: nls readline -afs -bashlogger -examples -mem-scramble -net
38 -plugins -vanilla
39
40 sys-libs/readline: -static-libs ABI_MIPS="-n32 -n64 -o32"
41 ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32"

Replies

Subject Author
Re: [gentoo-user] Re: Anyone else having a problem with bash? Alex Thorne <lexiconifernelius@×××××.com>