From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24484 invoked by alias); 24 Mar 2008 07:42:52 -0000 Received: (qmail 24472 invoked by uid 22791); 24 Mar 2008 07:42:52 -0000 X-Spam-Check-By: sourceware.org Received: from host0.dyn.jankratochvil.net (HELO host0.dyn.jankratochvil.net) (89.250.240.59) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 24 Mar 2008 07:42:34 +0000 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.2/8.14.1) with ESMTP id m2O7g0DW014846; Mon, 24 Mar 2008 08:42:00 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.2/8.14.2/Submit) id m2O7fwob014833; Mon, 24 Mar 2008 08:41:58 +0100 Date: Mon, 24 Mar 2008 07:42:00 -0000 From: Jan Kratochvil To: Daniel Jacobowitz Cc: Nick Roberts , gdb-patches@sourceware.org, Chet Ramey Subject: Re: [patch] Fix testsuite annotate-quit race (PR 544) Message-ID: <20080324074158.GA14148@host0.dyn.jankratochvil.net> References: <20080319081056.GA32510@host0.dyn.jankratochvil.net> <20080321204506.GA5033@host0.dyn.jankratochvil.net> <20080321210323.GA30247@caradoc.them.org> <20080321214448.GB29593@caradoc.them.org> <18406.14411.437345.335844@kahikatea.snap.net.nz> <20080323163027.GB13603@caradoc.them.org> <20080323164331.GA1195@host0.dyn.jankratochvil.net> <20080323173015.GA17514@caradoc.them.org> <18406.61574.596374.828002@kahikatea.snap.net.nz> <20080324025836.GA14474@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080324025836.GA14474@caradoc.them.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-03/txt/msg00348.txt.bz2 On Mon, 24 Mar 2008 03:58:36 +0100, Daniel Jacobowitz wrote: ... > We could patch our local readline with Jan's patch, which would fix it > for anyone using the included readline binary. It happened in Fedora (and thus fixing GDB there): http://cvs.fedora.redhat.com/viewcvs/*checkout*/rpms/readline/devel/readline-5.2-redisplay-sigint.patch > Or just KFAIL the test until we merge a new readline version. Thoughts? In fact I do not find the failing gdb.cp/annota[23].exp testcases as the main problem now, besides also many other GDB testcases sending CTRL-C I saw people are using GDB in automated ways from programs and this may (or may not) be a reason causing them problems. Regards, Jan