From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30054 invoked by alias); 17 Aug 2008 12:32:53 -0000 Received: (qmail 30044 invoked by uid 22791); 17 Aug 2008 12:32:53 -0000 X-Spam-Check-By: sourceware.org Received: from mail-out5.netspace.net.au (HELO mail.netspace.net.au) (203.10.110.92) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 17 Aug 2008 12:32:03 +0000 Received: from [192.168.0.10] (220-253-45-99.VIC.netspace.net.au [220.253.45.99]) by mail.netspace.net.au (Postfix) with ESMTP id BD909173A5A for ; Sun, 17 Aug 2008 22:32:05 +1000 (EST) Message-ID: <48A81A42.1010009@netspace.net.au> Date: Sun, 17 Aug 2008 23:07:00 -0000 From: Russell Shaw User-Agent: Mozilla-Thunderbird 2.0.0.9 (X11/20080110) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Cannot find new threads: generic error Content-Type: text/plain; charset=ISO-8859-1; 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: 2008-08/txt/msg00210.txt.bz2 Hi, When trying to debug a dlopen() call in gdb 6.8 on debian/unstable, i get: ... [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?