From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3744 invoked by alias); 5 Oct 2011 12:37:17 -0000 Received: (qmail 3672 invoked by uid 22791); 5 Oct 2011 12:37:16 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 Oct 2011 12:36:56 +0000 Received: by vcbfo14 with SMTP id fo14so1549784vcb.0 for ; Wed, 05 Oct 2011 05:36:56 -0700 (PDT) Received: by 10.220.151.193 with SMTP id d1mr683231vcw.122.1317818216128; Wed, 05 Oct 2011 05:36:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.178.4 with HTTP; Wed, 5 Oct 2011 05:36:36 -0700 (PDT) In-Reply-To: <20111005121524.GA28249@host1.jankratochvil.net> References: <20111005121524.GA28249@host1.jankratochvil.net> From: Kevin Pouget Date: Wed, 05 Oct 2011 12:37:00 -0000 Message-ID: Subject: Re: Regression (or a new FAIL?): gdb.python/py-events.exp [Re: [PATCH] PR/12691 Add the inferior to Python exited event] To: Jan Kratochvil Cc: Tom Tromey , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2011-10/txt/msg00132.txt.bz2 On Wed, Oct 5, 2011 at 2:15 PM, Jan Kratochvil wrote: > On Tue, 04 Oct 2011 10:05:06 +0200, Kevin Pouget wrote: >> Thanks, commited >> >> http://sourceware.org/ml/gdb-cvs/2011-10/msg00019.html > > With gdbserver on {x86_64,x86_64-m32,i686}-fedora16pre-linux-gnu I have s= tarted > to get: > > FAIL: gdb.python/py-events.exp: inferior 2 > FAIL: gdb.python/py-events.exp: Inferior 2 terminated. (the program is no= longer running) > > 6080d11494b683ff7c7aeb7141751110fd966187 is the first bad commit > commit 6080d11494b683ff7c7aeb7141751110fd966187 > Author: kpouget > Date: =A0 Tue Oct 4 08:04:08 2011 +0000 > > =A0 =A02011-10-04 =A0Kevin Pouget =A0 > > =A0 =A0 =A0 =A0 =A0 PR python/12691: Add the inferior to Python exited ev= ent > > > Thanks, > Jan Thanks for noticing that, it looks more like a failure than a regression since the "native" testsuite runs correctly on my computer, but I'll investigate it anyway. How do you test gdbserver? I'm working on a Fedora 15/X86_64, I should be able to reproduce it Thanks, Kevin