From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38799 invoked by alias); 15 Jan 2018 14:43:58 -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 38789 invoked by uid 89); 15 Jan 2018 14:43:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=reactivate, HTo:U*palves, hang X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 Jan 2018 14:43:57 +0000 Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w0FEh7aQ076006 for ; Mon, 15 Jan 2018 09:43:55 -0500 Received: from e06smtp14.uk.ibm.com (e06smtp14.uk.ibm.com [195.75.94.110]) by mx0a-001b2d01.pphosted.com with ESMTP id 2fgsrkmp46-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 15 Jan 2018 09:43:54 -0500 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 15 Jan 2018 14:43:52 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (9.149.109.197) by e06smtp14.uk.ibm.com (192.168.101.144) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 15 Jan 2018 14:43:50 -0000 Received: from d06av24.portsmouth.uk.ibm.com (d06av24.portsmouth.uk.ibm.com [9.149.105.60]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w0FEhnY347906954; Mon, 15 Jan 2018 14:43:49 GMT Received: from d06av24.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 84BCC42049; Mon, 15 Jan 2018 14:37:18 +0000 (GMT) Received: from d06av24.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 5FD0542042; Mon, 15 Jan 2018 14:37:18 +0000 (GMT) Received: from oc1027705133.ibm.com (unknown [9.152.212.30]) by d06av24.portsmouth.uk.ibm.com (Postfix) with ESMTPS; Mon, 15 Jan 2018 14:37:18 +0000 (GMT) From: Andreas Arnez To: Sergio Durigan Junior , Pedro Alves Cc: gdb-patches@sourceware.org, David Edelsohn , Edjunior Machado Subject: Re: [pushed + testcase] Re: [PATCH] Fix GDB hang with remote after error from resume References: <7eccd434-6f47-590e-e53f-32076e99c98b@redhat.com> Date: Mon, 15 Jan 2018 14:43:00 -0000 In-Reply-To: <7eccd434-6f47-590e-e53f-32076e99c98b@redhat.com> (Pedro Alves's message of "Fri, 12 Jan 2018 19:11:16 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 x-cbid: 18011514-0016-0000-0000-00000517E8B2 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18011514-0017-0000-0000-000028545630 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-01-15_08:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1801150209 X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00269.txt.bz2 On Fri, Jan 12 2018, Pedro Alves wrote: > I've pushed in your patch to both master and 8.1, along with this > follow up commit adding a testcase. Great, thanks! Sergio, now that this is in, we should be able to re-activate the reporting for the s390 (and Power) Buildbots, right? -- Andreas