From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751254Ab1BIGSH (ORCPT ); Wed, 9 Feb 2011 01:18:07 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:57889 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751078Ab1BIGSF convert rfc822-to-8bit (ORCPT ); Wed, 9 Feb 2011 01:18:05 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=GLX9ZppXYBHnTIQ+ab2NUfm/GRShchuTkca0iQR6mkRXPtNNE7vnjy1inuerU5Fg85 43L4la5H1aT9tXt/MHtKwOLStwJ3cR9uP0CzNffeyZans8jTR9TJEXvJJaCYory0su04 1KZMBrrZxQKTU9euwZJ0o8whF9WQEIKl+JdjA= MIME-Version: 1.0 In-Reply-To: <20110207130841.GA16054@redhat.com> References: <1296227324-25295-1-git-send-email-tj@kernel.org> <20110128165455.GA18194@elte.hu> <20110128175532.GA26727@redhat.com> <20110128182947.GB20056@elte.hu> <20110205203422.GA12443@redhat.com> <20110207130841.GA16054@redhat.com> From: Michael Witten Date: Wed, 9 Feb 2011 00:17:34 -0600 Message-ID: Subject: Re: Bash not reacting to Ctrl-C To: Oleg Nesterov Cc: Ingo Molnar , Tejun Heo , roland@redhat.com, jan.kratochvil@redhat.com, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, Peter Zijlstra , Thomas Gleixner , =?UTF-8?B?RnLDqWTDqXJpYyBXZWlzYmVja2Vy?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 7, 2011 at 07:08, Oleg Nesterov wrote: > Now that it is clear what happens, the test-case becomes even more > trivial: > >        bash-4.1$ ./bash -c 'while true; do /bin/true; done' >        ^C^C > > needs 4-5 attempts on my machine. I feel like the odd penguin out. I can't reproduce the behavior in question when using that example (I haven't tried the other). I'm running: * bash version 4.1.9(2)-release (i686-pc-linux-gnu) * linux 2.6.38-rc4 (100b33c8bd8a3235fd0b7948338d6cbb3db3c63d)