From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6060 invoked by alias); 18 Jun 2013 18:02:14 -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 6041 invoked by uid 89); 18 Jun 2013 18:02:10 -0000 X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from mho-03-ewr.mailhop.org (HELO mho-01-ewr.mailhop.org) (204.13.248.66) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 18 Jun 2013 18:02:00 +0000 Received: from pool-108-49-156-142.bstnma.fios.verizon.net ([108.49.156.142] helo=cgf.cx) by mho-01-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1Up0EA-0001py-SB; Tue, 18 Jun 2013 18:01:58 +0000 Received: from localhost (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id DA2A660127; Tue, 18 Jun 2013 14:01:56 -0400 (EDT) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/SyFmg5/m3hvwHpA5mhyml Date: Tue, 18 Jun 2013 18:09:00 -0000 From: Christopher Faylor To: gdb-patches@sourceware.org, Joel Brobecker , Eli Zaretskii Subject: Re: [commit/windows] Add thread ID in SuspendThread error warning message. Message-ID: <20130618180156.GA7035@ednor.casa.cgf.cx> Mail-Followup-To: gdb-patches@sourceware.org, Joel Brobecker , Eli Zaretskii References: <1370946106-7883-1-git-send-email-brobecker@adacore.com> <8338somyrk.fsf@gnu.org> <20130611162738.GN3969@adacore.com> <83ppvslgrq.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83ppvslgrq.fsf@gnu.org> User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2013-06/txt/msg00446.txt.bz2 On Tue, Jun 11, 2013 at 08:05:29PM +0300, Eli Zaretskii wrote: >> Date: Tue, 11 Jun 2013 18:27:38 +0200 >> From: Joel Brobecker >> Cc: gdb-patches@sourceware.org >> >> > Thanks, I see these on Windows 7 (but not on XP) as well, and wonder >> > what they mean and what causes them. >> >> If you have a reproducer, it would be helpful to me. > >Sadly, no. I tried to reproduce it, but it never happens when I want >it to, and I couldn't until now figure out what are the conditions for >that to happen. I actually thought it was a bug in the program I was >debugging (Emacs), which made this warning even more important. FWIW, I've seen this from time to time and have convinced myself that it's a red herring. When it happens, it probably should just silently continue. cgf