From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8124 invoked by alias); 11 Jun 2013 15:51:36 -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 8109 invoked by uid 89); 11 Jun 2013 15:51:35 -0000 X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 11 Jun 2013 15:51:33 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MO800B00JTAY800@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 11 Jun 2013 18:51:25 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MO800BOSK1MYN00@a-mtaout20.012.net.il>; Tue, 11 Jun 2013 18:51:23 +0300 (IDT) Date: Tue, 11 Jun 2013 16:27:00 -0000 From: Eli Zaretskii Subject: Re: [commit/windows] Add thread ID in SuspendThread error warning message. In-reply-to: <1370946106-7883-1-git-send-email-brobecker@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <8338somyrk.fsf@gnu.org> References: <1370946106-7883-1-git-send-email-brobecker@adacore.com> X-SW-Source: 2013-06/txt/msg00257.txt.bz2 > From: Joel Brobecker > Date: Tue, 11 Jun 2013 12:21:46 +0200 > > For the record, the output has been changed from... > > warning: SuspendThread failed. (winerr 6) > > ... to ... > > warning: SuspendThread (tid=0x720) failed. (winerr 6) Thanks, I see these on Windows 7 (but not on XP) as well, and wonder what they mean and what causes them. Btw, wouldn't it be better to show the process ID as well, as in 0x1234.0x720, for consistency with how we show threads in other contexts, like "New thread" etc?