From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48512 invoked by alias); 19 Dec 2017 09:17:34 -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 48492 invoked by uid 89); 19 Dec 2017 09:17:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=buildings, H*c:alternative X-HELO: mail-qk0-f178.google.com Received: from mail-qk0-f178.google.com (HELO mail-qk0-f178.google.com) (209.85.220.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 19 Dec 2017 09:17:32 +0000 Received: by mail-qk0-f178.google.com with SMTP id o126so9199292qke.12 for ; Tue, 19 Dec 2017 01:17:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=5ZGKkeAzebRtdaau0GxHKUGxTstmiazrMu/YcktRHLQ=; b=UNhe2edjDy9VMZV4Vmhi/yabOVsXxvdPjfq7gR98FzjQaL0Q7crt6tP9KdrZSZsmRf ZFQ4uMtg9Ss4NpIZ34veau5+Fi6VvHLtgrtzFlmIgW1AHF1v57oyRH0gyHQ5qq/tX5X9 PBipvu85Bh2yrNHR3pE8fCZZHIWoR8teogyTaaPPnbCqHOh+7PLux8tq4mE6z32+ff4A LIIthozG3plYuI538GOyUBrnWkxBYSFauPctJIBcnZwnT0Kjuqpl8DbnjnaFe+62XDg0 nV0RjTCGXjBvHpCXcQ+RgL1dzHbnMKw3tSR4XfIV24w7GFBaW+tug9P1o/hrSxrLuJQf JCsQ== X-Gm-Message-State: AKGB3mI0b9yzOWtVfJzJifg6qJudumJDOOHJqC9L7H5A6eifVhdq/Jf+ pSMY112Ck7Twk1UA3QDdxQkHhjvEGnquUoy9FqsNhPT5 X-Google-Smtp-Source: ACJfBovH4BVUX6iv54CbhOAht1WqzWd0b/lBbqiduhfvVdPRbGQ/13RXG3KJ/reK3/IaRpBNxtcvSb8gWsCAyOSVrBM= X-Received: by 10.55.100.9 with SMTP id y9mr3610324qkb.242.1513675050465; Tue, 19 Dec 2017 01:17:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.55.103.17 with HTTP; Tue, 19 Dec 2017 01:17:00 -0800 (PST) From: Edjunior Machado Date: Tue, 19 Dec 2017 09:17:00 -0000 Message-ID: Subject: ppc64* native-gdbserver testsuite hangs on gdb.threads/process-dies-while-handling-bp.exp To: gdb-patches@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00414.txt.bz2 Hi, from the discussions that followed https://sourceware.org/ml/gdb-patches/2017-12/msg00374.html, regarding buildings that were taking much longer than the expected, noticed that gdb.threads/process-dies-while-handling-bp.exp is hanging on ppc64[le] when testing native-gdbserver, leading the testrun to take hours until it is timed out. According to git bisect, it seems it started to happen after this commit: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=173981 However, I couldn't figure out what exactly might be root cause of this behavior. Also, the same doesn't happen on default (non-gdbserver) testsuite run. Any idea/suggestion? Thanks and regards, Edjunior