From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3092 invoked by alias); 6 Jun 2014 16:30:26 -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 3077 invoked by uid 89); 6 Jun 2014 16:30:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 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; Fri, 06 Jun 2014 16:30:24 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s56GULs0008127 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 6 Jun 2014 12:30:21 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s56GUJDj017434; Fri, 6 Jun 2014 12:30:20 -0400 Message-ID: <5391EC9B.8090801@redhat.com> Date: Fri, 06 Jun 2014 16:30:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: gdb-7.8 branching status (2014-06-04) References: <20140604171843.GX30686@adacore.com> <20140604230324.GB4289@adacore.com> <20140605210349.GD4289@adacore.com> In-Reply-To: <20140605210349.GD4289@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-06/txt/msg00333.txt.bz2 On 06/05/2014 10:03 PM, Joel Brobecker wrote: > Hmmmpf, really elusive one to track down as the problem becomes more > and more elusive as you add traces. It looks like communication issue, > although I don't have all the details yet. I created a PR: > > GDB+GDBserver hangs on Windows waiting for stop event since target-async > on by default > https://sourceware.org/bugzilla/show_bug.cgi?id=17028 > > I mentioned target-async in the subject since this seems to be > the trigger that allowed the problem to show up, but so far, > I don't see why this would make a difference. Thanks Joel. As I said on the PR, I'll try to debug this too, right after I send out a fix for another issue I'm addressing atm. -- Pedro Alves