From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2733 invoked by alias); 3 Apr 2009 18:01:37 -0000 Received: (qmail 1942 invoked by uid 22791); 3 Apr 2009 18:01:36 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Apr 2009 18:01:32 +0000 Received: from mailhost5.vmware.com (mailhost5.vmware.com [10.16.68.131]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 48ECB29004; Fri, 3 Apr 2009 11:01:28 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost5.vmware.com (Postfix) with ESMTP id 33D9ADC168; Fri, 3 Apr 2009 11:01:28 -0700 (PDT) Message-ID: <49D64E5A.6020604@vmware.com> Date: Fri, 03 Apr 2009 18:15:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Shrinand Javadekar CC: "gdb@sourceware.org" Subject: Re: About "process 42000" References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00038.txt.bz2 Shrinand Javadekar wrote: > Hi, > > I see "process 42000" in the output of an "info threads" command. > > What exactly is this process with id 42000? And what is its significance? In the past, 42000 was a magic thread id that was supplied by remote.c in the case where we did not have any actual thread ids. Now, however, I am seeing it even in cases where we do have a list of real thread ids from the remote target. Seems like a bug to me...