From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21253 invoked by alias); 25 Jun 2003 17:01:12 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 28277 invoked from network); 25 Jun 2003 16:38:47 -0000 Received: from unknown (HELO mail.drexel.edu) (144.118.25.40) by sources.redhat.com with SMTP; 25 Jun 2003 16:38:47 -0000 Received: from webmail.drexel.edu (webmail.drexel.edu [144.118.25.20]) by mail.drexel.edu (Sun Internet Mail Server sims.4.0.2001.07.26.11.50.p9) with ESMTP id <0HH100I68Q8KT5@mail.drexel.edu> for gdb@sources.redhat.com; Wed, 25 Jun 2003 12:38:44 -0400 (EDT) Date: Wed, 25 Jun 2003 17:01:00 -0000 From: nak26 Subject: pthread_db innitializing error To: gdb Message-id: <3EF9D828@webmail.drexel.edu> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-WebMail-UserID: nak26 X-EXP32-SerialNo: 00003005 X-SW-Source: 2003-06/txt/msg00476.txt.bz2 Hi: I am fighting problems I have when trying to remotely debug multithreaded applications. The host machine's solib-absolute-prefix is messed up, so when I start I set the solib search path to look for libraries at the right places (it was looking at /lib/i686 instead of just in /lib). Then after hitting a breakpoint I need to issue shared to load the libararies. At this point on the target terminal I see this (the application is a multithreaded toy example): [localhost ~/src/c/threads]$ ~/.local/src/gdb-5.3/gdb/gdbserver/gdbserver :7000 hello_world_thread Process hello_world_thread created; pid = 2486 Remote debugging from host 192.168.66.59 gdb: error initializing thread_db library. gdb: error initializing thread_db library. gdb: error initializing thread_db library. Anybody with ideas why I am getting the error? Both host and target are IA32 RedHat 8.0s. Thanks, Nik