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 0E514138D0D for ; Thu, 9 Jul 2015 11:39:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B02EE08AC; Thu, 9 Jul 2015 11:38:48 +0000 (UTC) Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) (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 3A2DAE0841 for ; Thu, 9 Jul 2015 11:38:47 +0000 (UTC) Received: by wiclp1 with SMTP id lp1so107141117wic.0 for ; Thu, 09 Jul 2015 04:38:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=1cPqF/TGLPvKoyhTpqQMH05QvuzU9tUvlNwQNyW8zmY=; b=x45UqCuguH/5PMoOFFvDoT4zGIs1VwljMZzEeCCxgx5051g21y1afcaw9GUxFPq1md O7LtGOVEAenPnde/UoZtuNl+WmBGNl0nV91UWMKni16NuUXIqDVVGB2XS9WGBFobVEmB 0nHVjCnBQngckeMN1oDLLd9pAs5x35Oyf22w6xZMF43mW7i+AgFod1dg9yNxgWJLHUBb PU1M1o3yc1TlK9KYYh43pz3rfU8ULjrKECMjKQy7pbovPhNuujjKg9pUFyCwbp30UC7U n0+p91ynrim8wnImHnJ6CsVr1LeAcGYQ3eAl1NQMiHn1U0QOA+nCwnNpPXdvmV0wiJVG rvKQ== X-Received: by 10.180.218.227 with SMTP id pj3mr83701739wic.59.1436441925998; Thu, 09 Jul 2015 04:38:45 -0700 (PDT) Received: from [192.168.178.22] (adsl-89-217-233-109.adslplus.ch. [89.217.233.109]) by smtp.googlemail.com with ESMTPSA id x5sm7810237wif.21.2015.07.09.04.38.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jul 2015 04:38:45 -0700 (PDT) Message-ID: <559E5D43.2070800@gmail.com> Date: Thu, 09 Jul 2015 13:38:43 +0200 From: =?windows-1252?Q?Stephan_M=FCller?= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Anyone else having a problem with bash? References: <20150706100117.0d993a04@a6> In-Reply-To: <20150706100117.0d993a04@a6> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Archives-Salt: 6a28d88f-f4cf-4e87-a8aa-4f9ddaf82803 X-Archives-Hash: 2cab8ceae23374c54f5892a3ab449263 Am 06.07.2015 um 19:01 schrieb walt: > 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? As a wild guess into the blue, it could be related to readline. As I see gentoo's bash uses the standalone readline from coreutils, while the original bash source maintains an own trimmed version of readline.. just a thought ~frukto