From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30292 invoked by alias); 23 Mar 2008 16:30:58 -0000 Received: (qmail 30284 invoked by uid 22791); 23 Mar 2008 16:30:57 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 23 Mar 2008 16:30:30 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id B41D1983C6; Sun, 23 Mar 2008 16:30:28 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 7C30E982C4; Sun, 23 Mar 2008 16:30:28 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JdT5X-0003rF-Pr; Sun, 23 Mar 2008 12:30:27 -0400 Date: Sun, 23 Mar 2008 16:30:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: gdb-patches@sourceware.org, Jan Kratochvil , Chet Ramey Subject: Re: [patch] Fix testsuite annotate-quit race (PR 544) Message-ID: <20080323163027.GB13603@caradoc.them.org> Mail-Followup-To: Nick Roberts , gdb-patches@sourceware.org, Jan Kratochvil , Chet Ramey References: <20080318225436.GA27374@host0.dyn.jankratochvil.net> <20080318231738.GA22432@caradoc.them.org> <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18406.14411.437345.335844@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.17 (2007-12-11) 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/msg00343.txt.bz2 On Sun, Mar 23, 2008 at 11:00:27PM +1200, Nick Roberts wrote: > This change breaks things for Emacs (I have this strange feeling of deja > vu...). > > Did your stress tests include running Gdb on a dumb terminal? I don't know how to test that. Can it be added to the testsuite somehow? I tried running gdb under nohup and it worked fine. I tried it in Emacs too, and that worked fine: drow@caradoc:/space/fsf/commit/src/gdb% /space/fsf/x86-64/commit-gdb/gdb/gdb -ann=3 /space/fsf/x86-64/commit-gdb/gdb/gdb -ann=3 GNU gdb 6.8.50.20080321-cvs Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". ^Z^Zpre-prompt (gdb) ^Z^Zprompt Does reverting the patch fix the problem? -- Daniel Jacobowitz CodeSourcery