From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2AA30138D0B for ; Mon, 6 Jul 2015 20:44:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FD2314013; Mon, 6 Jul 2015 20:44:21 +0000 (UTC) Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B02FE09BD for ; Mon, 6 Jul 2015 20:44:19 +0000 (UTC) Received: by wgck11 with SMTP id k11so150603234wgc.0 for ; Mon, 06 Jul 2015 13:44:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=9b8d7eY/MZBdv8BP4wjlQyPePm5jAFgdVTjJd/BagvU=; b=FSqXx9fd/idGYqwhsTDE4ecWBAXEHNzaG2VtfxSK8qPzz++NL9r6cjAXETV0kXzL9o KRAOF3cjcgPstbF7Fv8vlNg1+GoofOfkZlS1lwfx1CFMixf22GMANqBhP+XjNw4AM5cp DAbKc2wvy3kePA/5sZmbjyozWtSPwGQ2LjLZfQJmKVHIFRrzHHYQNHn2afDDYIlzXjJz NEzAFoq6o2mECUXgA6iut8vyudhY7MGIxxv3vmCcwf7oLIes7w5JBy3d3kydo6ChL9BN AxaLKUIZ9nLcwcZdfN1naUct5Y9XJF4pp5ISCpODuS/NUlaZakc/4P2phul1GeJmNHNv UsNQ== X-Received: by 10.180.9.111 with SMTP id y15mr55419384wia.18.1436215458830; Mon, 06 Jul 2015 13:44:18 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.28.16.6 with HTTP; Mon, 6 Jul 2015 13:43:59 -0700 (PDT) In-Reply-To: <20150706140709.64f146e3@sepulchrave.remarqs> References: <20150706100117.0d993a04@a6> <20150706140709.64f146e3@sepulchrave.remarqs> From: Alex Thorne Date: Mon, 6 Jul 2015 21:43:59 +0100 Message-ID: Subject: Re: [gentoo-user] Re: Anyone else having a problem with bash? To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=001a11c248883ea1b8051a3af82c X-Archives-Salt: f958bac7-f00c-4852-b6ee-fd6dc98216bb X-Archives-Hash: 1f749c1ed53366ea258a0c5421570114 --001a11c248883ea1b8051a3af82c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I have also experienced this intermittently with bash. Running *reset *retu= rns the shell to normal for me. Echo is also set on for me, but will check if this has changed next time I experience the issue. On 6 July 2015 at 20:07, =C2=BBQ=C2=AB wrote: > On Mon, 6 Jul 2015 20:18:18 +0300 > Alexander Kapshuk wrote: > > > On Mon, Jul 6, 2015 at 8:01 PM, walt wrote: > > > My bash problem started a few weeks ago but I can't remember when. > > > This problem is intermittent and hard to reproduce. I'm seeing it > > > maybe less than ten times per day but often enough to be really > > > annoying. > > > > > > This is the problem: occasionally bash gets in a state where it > > > stops echoing the characters I type. The commands I type continue > > > to work properly and I can see the output from them but I can't see > > > the commands on the screen as I type them. > > > > > > So far I've seen this problem start *after* some bash command has > > > finished executing, e.g. after doing 'git diff'. It never happens > > > when I open a new xterm, before I run a command. > > > > > > I emerged app-shells/sash and I don't see the problem there, so I > > > think this is a bash problem, but I'm just guessing. > > > > > > Any ideas? > > > > What's the output of 'stty -a'? Is the 'echo' attribute on, 'echo', or > > off, '-echo'? > > I have the same symptoms as walt (except less often, probably because > I'm typing in bash less often). The echo attribute is on for me. > > I think (but am not certain) the problem started for me when I > updated bash and readline following this stabilization: > > > In case it matters (and since I am using USE=3D"-*"), here are my flags > for those two packages. > > bash: nls readline -afs -bashlogger -examples -mem-scramble -net > -plugins -vanilla > > sys-libs/readline: -static-libs ABI_MIPS=3D"-n32 -n64 -o32" > ABI_PPC=3D"-32 -64" ABI_S390=3D"-32 -64" ABI_X86=3D"64 -32 -x32" > > > > > > > --001a11c248883ea1b8051a3af82c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I have also experienced this intermittently with bash. Run= ning=C2=A0reset returns the shell to normal for me.=C2=A0Echo is als= o set on for me, but will check if this has changed next time I experience = the issue.

O= n 6 July 2015 at 20:07, =C2=BBQ=C2=AB <boxcars@gmx.net> wrote:=
= On Mon, 6 Jul 2015 20:18:18 +0300
Alexander Kapshuk <alexan= der.kapshuk@gmail.com> wrote:

> On Mon, Jul 6, 2015 at 8:01 PM, walt <w41ter@gmail.com> wrote:
> > My bash problem started a few weeks ago but I can't remember = when.
> > This problem is intermittent and hard to reproduce.=C2=A0 I'm= seeing it
> > maybe less than ten times per day but often enough to be really > > annoying.
> >
> > This is the problem:=C2=A0 occasionally bash gets in a state wher= e it
> > stops echoing the characters I type.=C2=A0 The commands I type co= ntinue
> > to work properly and I can see the output from them but I can'= ;t see
> > the commands on the screen as I type them.
> >
> > So far I've seen this problem start *after* some bash command= has
> > finished executing, e.g. after doing 'git diff'.=C2=A0 It= never happens
> > when I open a new xterm, before I run a command.
> >
> > I emerged app-shells/sash and I don't see the problem there, = so I
> > think this is a bash problem, but I'm just guessing.
> >
> > Any ideas?
>
> What's the output of 'stty -a'? Is the 'echo' attr= ibute on, 'echo', or
> off, '-echo'?

I have the same symptoms as walt (except less often, probably b= ecause
I'm typing in bash less often).=C2=A0 The echo attribute is on for me.<= br>
I think (but am not certain) the problem started for me when I
updated bash and readline following this stabilization:
<https://bugs.gentoo.org/show_bug.cgi?id=3D548756= >

In case it matters (and since I am using USE=3D"-*"), here are my= flags
for those two packages.

bash: nls readline -afs -bashlogger -examples -mem-scramble -net
=C2=A0-plugins -vanilla

sys-libs/readline: -static-libs ABI_MIPS=3D"-n32 -n64 -o32"
=C2=A0ABI_PPC=3D"-32 -64" ABI_S390=3D"-32 -64" ABI_X86= =3D"64 -32 -x32"







--001a11c248883ea1b8051a3af82c--