From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8275 invoked by alias); 6 Feb 2006 14:25:55 -0000 Received: (qmail 8266 invoked by uid 22791); 6 Feb 2006 14:25:54 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 06 Feb 2006 14:25:53 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F67JP-0004m7-Fs; Mon, 06 Feb 2006 09:25:51 -0500 Date: Mon, 06 Feb 2006 14:25:00 -0000 From: Daniel Jacobowitz To: Frank Chen Cc: gdb@sourceware.org Subject: Re: gdb server initialization error Message-ID: <20060206142551.GA18295@nevyn.them.org> Mail-Followup-To: Frank Chen , gdb@sourceware.org References: <20060206074751.33121.qmail@web34709.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060206074751.33121.qmail@web34709.mail.mud.yahoo.com> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00030.txt.bz2 On Sun, Feb 05, 2006 at 11:47:51PM -0800, Frank Chen wrote: > I am getting the following error using gdbserver (from > gdb 6.4) to debug a multi-threaded application. > > gdb: error initializing thread_db library : version > mismatch between libthread_db and libpthread. > > I am using Fedora Core 3 and not sure how to fix this > problem. Your installation must be broken. Did libpthread.so and libthread_db.so come from the same version of glibc? -- Daniel Jacobowitz CodeSourcery