From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22514 invoked by alias); 17 Aug 2008 17:00:10 -0000 Received: (qmail 22505 invoked by uid 22791); 17 Aug 2008 17:00:10 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 17 Aug 2008 16:59:35 +0000 Received: from zps38.corp.google.com (zps38.corp.google.com [172.25.146.38]) by smtp-out.google.com with ESMTP id m7HGxRsJ008004 for ; Sun, 17 Aug 2008 17:59:28 +0100 Received: from wa-out-1112.google.com (wafm16.prod.google.com [10.114.189.16]) by zps38.corp.google.com with ESMTP id m7HGxQTs004252 for ; Sun, 17 Aug 2008 09:59:27 -0700 Received: by wa-out-1112.google.com with SMTP id m16so1853292waf.6 for ; Sun, 17 Aug 2008 09:59:26 -0700 (PDT) Received: by 10.114.13.10 with SMTP id 10mr4294373wam.106.1218992366557; Sun, 17 Aug 2008 09:59:26 -0700 (PDT) Received: by 10.114.122.10 with HTTP; Sun, 17 Aug 2008 09:59:26 -0700 (PDT) Message-ID: <8ac60eac0808170959q4479087o344d3dbbc3c192de@mail.gmail.com> Date: Mon, 18 Aug 2008 13:16:00 -0000 From: "Paul Pluzhnikov" To: "Russell Shaw" Subject: Re: Cannot find new threads: generic error Cc: gdb@sources.redhat.com In-Reply-To: <48A81A42.1010009@netspace.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48A81A42.1010009@netspace.net.au> 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: 2008-08/txt/msg00213.txt.bz2 On Sun, Aug 17, 2008 at 5:32 AM, Russell Shaw wrote: > [Thread debugging using libthread_db enabled] > Error while reading shared library symbols: > Cannot find new threads: generic error > > I'm using kernel 2.6.24 on a recent debian/unstable libc6. > > Where does that error come from? This is most often the result of either A. mismatch between libc.so.6 and libthread_db.so.1, or B. libpthread.so.0 being stripped. What does 'nm /lib/libpthread.so.0 | grep _version' say? -- Paul Pluzhnikov