From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22795 invoked by alias); 11 Jun 2008 07:20:08 -0000 Received: (qmail 22745 invoked by uid 22791); 11 Jun 2008 07:20:05 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0708.google.com (HELO rv-out-0708.google.com) (209.85.198.246) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Jun 2008 07:19:43 +0000 Received: by rv-out-0708.google.com with SMTP id b17so2817515rvf.48 for ; Wed, 11 Jun 2008 00:19:41 -0700 (PDT) Received: by 10.141.68.12 with SMTP id v12mr3634802rvk.111.1213168781518; Wed, 11 Jun 2008 00:19:41 -0700 (PDT) Received: by 10.141.18.6 with HTTP; Wed, 11 Jun 2008 00:19:41 -0700 (PDT) Message-ID: Date: Wed, 11 Jun 2008 07:20:00 -0000 From: "Srinivas Murthy" To: gdb@sourceware.org Subject: gdb doesnt show nptl threads MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: ad7b2b64b4c1f6e8 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: 2008-06/txt/msg00090.txt.bz2 Hi, I have the following setup: gdb6.6 built using a 64b glibc w/ nptl enabled 64b glibc - 2.3.6 (nptl enabled) When I use gdb on a sample multi-threaded (nptl) app, I cant get any thread specific gdb cmds to work. For ex. info threads shows only one thread (the main thread). Any idea what might be going wrong? Thanks