From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14492 invoked by alias); 9 Apr 2013 15:28:35 -0000 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 Received: (qmail 14460 invoked by uid 89); 9 Apr 2013 15:28:35 -0000 X-Spam-SWARE-Status: No, score=-7.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 09 Apr 2013 15:28:34 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r39FSVwL020873 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 9 Apr 2013 11:28:31 -0400 Received: from host2.jankratochvil.net (ovpn-116-44.ams2.redhat.com [10.36.116.44]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r39FSR3h010832 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 9 Apr 2013 11:28:30 -0400 Date: Tue, 09 Apr 2013 16:00:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: gdb-patches@sourceware.org, Hui Zhu Subject: [commit+7.6] [testsuite patch] race: server-kill.exp: Connection reset by peer [Re: [patch+7.6] Fix 7.5 regression crashing GDB if gdbserver dies] Message-ID: <20130409152826.GA25595@host2.jankratochvil.net> References: <20130315195359.GA19841@host2.jankratochvil.net> <514C50EF.6030202@redhat.com> <20130322191841.GA29259@host2.jankratochvil.net> <20130406192632.GA8832@host2.jankratochvil.net> <51643257.7070002@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51643257.7070002@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-04/txt/msg00229.txt.bz2 On Tue, 09 Apr 2013 17:23:03 +0200, Pedro Alves wrote: > "Triggered when there's outstanding outgoing data that has not yet been written to the other side." > > ncat is recv'ing the data you send it, so the window that > could trigger is quite small. oops, true. Thanks for the verification. > Looks fine to me. Checked in: http://sourceware.org/ml/gdb-cvs/2013-04/msg00091.html and also for 7.6 as it is very safe patch which may easy cross-version testing: http://sourceware.org/ml/gdb-cvs/2013-04/msg00092.html Thanks, Jan