From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45167 invoked by alias); 13 Oct 2017 21:03:48 -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 45156 invoked by uid 89); 13 Oct 2017 21:03:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: gproxy9-pub.mail.unifiedlayer.com Received: from gproxy9-pub.mail.unifiedlayer.com (HELO gproxy9-pub.mail.unifiedlayer.com) (69.89.20.122) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 13 Oct 2017 21:03:46 +0000 Received: from CMOut01 (unknown [10.0.90.82]) by gproxy9.mail.unifiedlayer.com (Postfix) with ESMTP id AB72D1E088D for ; Fri, 13 Oct 2017 15:03:45 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by CMOut01 with id M93i1w00e2f2jeq0193lgm; Fri, 13 Oct 2017 15:03:45 -0600 X-Authority-Analysis: v=2.2 cv=K4VSJ2eI c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=02M-m0pO-4AA:10 a=0FD05c-RAAAA:8 a=n__BfrfUfdmp6Pr1gHkA:9 a=l1rpMCqCXRGZwUSuRcM3:22 Received: from 184-96-33-178.hlrn.qwest.net ([184.96.33.178]:45022 helo=pokyo) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1e377O-002kAO-EF; Fri, 13 Oct 2017 15:03:42 -0600 From: Tom Tromey To: Simon Marchi Cc: Subject: Re: [PATCH] Replace psymbol_allocation_list with std::vector References: <1507903080-10737-1-git-send-email-simon.marchi@ericsson.com> Date: Fri, 13 Oct 2017 21:03:00 -0000 In-Reply-To: <1507903080-10737-1-git-send-email-simon.marchi@ericsson.com> (Simon Marchi's message of "Fri, 13 Oct 2017 09:58:00 -0400") Message-ID: <87o9papxoy.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1e377O-002kAO-EF X-Source-Sender: 184-96-33-178.hlrn.qwest.net (pokyo) [184.96.33.178]:45022 X-Source-Auth: tom+tromey.com X-Email-Count: 2 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-Local-Domain: yes X-SW-Source: 2017-10/txt/msg00382.txt.bz2 >>>>> "Simon" == Simon Marchi writes: Simon> new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned Simon> new FAIL: gdb.base/catch-syscall.exp: execve: continue to main Simon> new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit FWIW I see these from the buildbot as well. Tom