From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75718 invoked by alias); 8 Jan 2016 20:39:45 -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 75705 invoked by uid 89); 8 Jan 2016 20:39:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1217, detach-on-fork, detachonfork, UD:fork-plus-threads.exp 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 08 Jan 2016 20:39:43 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id AF4FDC076616 for ; Fri, 8 Jan 2016 20:39:42 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-99.ams2.redhat.com [10.36.116.99]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u08KddMs006049 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 8 Jan 2016 15:39:41 -0500 Date: Fri, 08 Jan 2016 20:39:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Regression for gdb.threads/fork-plus-threads.exp [Re: [PATCH 3/6] List inferiors/threads/pspaces in ascending order] Message-ID: <20160108203938.GA24397@host1.jankratochvil.net> References: <1445507944-9197-1-git-send-email-palves@redhat.com> <1445507944-9197-4-git-send-email-palves@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445507944-9197-4-git-send-email-palves@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00141.txt.bz2 On Thu, 22 Oct 2015 11:59:01 +0200, Pedro Alves wrote: 7e0aa6aa9983c745aedc203db0cc360a0ad47cac is the first bad commit commit 7e0aa6aa9983c745aedc203db0cc360a0ad47cac Author: Pedro Alves Date: Tue Nov 24 18:11:21 2015 +0000 List inferiors/threads/pspaces in ascending order PASS->FAIL: FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: inferior 1 exited FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left (timeout) FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left (the program exited) -PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: inferior 1 exited +warning: Error removing breakpoint 1^M +Error in re-setting breakpoint 1: Warning:^M +Cannot insert breakpoint 1.^M +Cannot access memory at address 0x8048700^M +^M +Warning:^M +Cannot insert breakpoint 1.^M +Cannot access memory at address 0x8048700^M +^M +(gdb) FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: inferior 1 exited I haven't tried to debug it. It happens on Fedora 23 x86_64 with -m32 for the testsuite. Jan