From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16984 invoked by alias); 3 Aug 2012 12:09:55 -0000 Received: (qmail 16973 invoked by uid 22791); 3 Aug 2012 12:09:53 -0000 X-SWARE-Spam-Status: No, hits=-6.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e24smtp03.br.ibm.com (HELO e24smtp03.br.ibm.com) (32.104.18.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Aug 2012 12:09:38 +0000 Received: from /spool/local by e24smtp03.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 3 Aug 2012 09:09:34 -0300 Received: from d24dlp02.br.ibm.com (9.18.248.206) by e24smtp03.br.ibm.com (10.172.0.139) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 3 Aug 2012 09:09:33 -0300 Received: from d24relay01.br.ibm.com (d24relay01.br.ibm.com [9.8.31.16]) by d24dlp02.br.ibm.com (Postfix) with ESMTP id B7E8B1DC0050 for ; Fri, 3 Aug 2012 08:09:31 -0400 (EDT) Received: from d24av03.br.ibm.com (d24av03.br.ibm.com [9.8.31.95]) by d24relay01.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q73C5lw53059804 for ; Fri, 3 Aug 2012 09:05:47 -0300 Received: from d24av03.br.ibm.com (loopback [127.0.0.1]) by d24av03.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q73A9nLX003098 for ; Fri, 3 Aug 2012 07:09:49 -0300 Received: from [9.12.224.99] ([9.12.224.99]) by d24av03.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q73A9jWo003065; Fri, 3 Aug 2012 07:09:46 -0300 Message-ID: <501BBF74.9090303@linux.vnet.ibm.com> Date: Fri, 03 Aug 2012 12:09:00 -0000 From: Edjunior Barbosa Machado User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Jan Kratochvil CC: Sergio Durigan Junior , Philippe Waroquiers , Pedro Alves , Joel Brobecker , gdb-patches@sourceware.org, "Maciej W. Rozycki" , Tom Tromey Subject: Re: [commit+7.5] [patchv2] Write bpt at the ON_STACK bpt address References: <5012B1B6.1030003@redhat.com> <1343339398.2258.119.camel@soleil> <20120727184633.GA14182@host2.jankratochvil.net> <20120731073643.GA18696@host2.jankratochvil.net> <501B03E4.1020209@linux.vnet.ibm.com> <501B17EA.90000@linux.vnet.ibm.com> <20120803112235.GA19060@host2.jankratochvil.net> In-Reply-To: <20120803112235.GA19060@host2.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12080312-9254-0000-0000-000009CF08B6 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: 2012-08/txt/msg00106.txt.bz2 On 08/03/2012 08:22 AM, Jan Kratochvil wrote: > On Fri, 03 Aug 2012 02:14:34 +0200, Edjunior Barbosa Machado wrote: >> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the first fork >> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the first fork >> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork >> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the second fork >> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: finish > > most probably it is due to ppc-linux-nat.c and s390-nat.c changes still left > on archer-jankratochvil-watchpoint3 and not yet upstreamed with the x86* post > [patch 1/2] Fix watchpoints across fork #2 > http://sourceware.org/ml/gdb-patches/2012-01/msg00748.html > > It is not a regression, I think it is OK for 7.6 (+Red Hat branches can get > a backport for 7.5). > > > Sorry, > Jan > Thanks Jan for pointing this out, but actually, this looks a bit different without the patch fixing PR 14100: FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the first fork (GDB internal error) PASS: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the first fork FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork (GDB internal error) PASS: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the second fork PASS: gdb.threads/watchpoint-fork.exp: child: singlethreaded: finish -- Edjunior