From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26902 invoked by alias); 19 Sep 2016 14:39:49 -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 26891 invoked by uid 89); 19 Sep 2016 14:39:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.0 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=unreliable X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Sep 2016 14:39:47 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B5BE4DF13D for ; Mon, 19 Sep 2016 14:39:46 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u8JEdj72011349; Mon, 19 Sep 2016 10:39:46 -0400 Subject: Re: [PATCH] Consolidate target_mourn_inferior between GDB and gdbserver To: Sergio Durigan Junior References: <1473655918-2101-1-git-send-email-sergiodj@redhat.com> <87h99cjzd0.fsf@redhat.com> Cc: GDB Patches From: Pedro Alves Message-ID: Date: Mon, 19 Sep 2016 14:39:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <87h99cjzd0.fsf@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-09/txt/msg00208.txt.bz2 On 09/19/2016 05:19 AM, Sergio Durigan Junior wrote: > > Thanks, pushed. > > bc1e6c81d5b77d78282c47f6fd7f697e564a6eb6 > I'm seeing a regression in mi-exec-run.exp: -exec-run --start =breakpoint-created,bkpt={number="1",type="breakpoint",disp="del",enabled="y",addr="0x000000000040059a",func="main",file="/home/pedro/gdb/mygit/src/gdb/testsuite/gdb.mi/mi- start.c",fullname="/home/pedro/brno/pedro/gdb/mygit/src/gdb/testsuite/gdb.mi/mi-start.c",line="21",thread-groups=["i1"],times="0",original-location="main"} &"Cannot exec /home/pedro/brno/pedro/gdb/mygit/build/gdb/testsuite/outputs/gdb.mi/mi-exec-run/mi-exec-run.nox.\n" &"Error: Permission denied\n" =thread-group-started,id="i1",pid="11317" =thread-created,id="1",group-id="i1" ~"/home/pedro/gdb/mygit/src/gdb/target.c:2382: internal-error: void target_mourn_inferior(ptid_t): Assertion `ptid_equal (ptid, inferior_ptid)' failed.\nA problem internal to GDB has been detected,\nfurther debugging may prove unreliable.\nQuit this debugging session? (y or n) " saw mi error FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected (timeout) Do you see it too? Can you take a look? Thanks, Pedro Alves