From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3076 invoked by alias); 29 Dec 2006 17:34:08 -0000 Received: (qmail 3059 invoked by uid 22791); 29 Dec 2006 17:34:07 -0000 X-Spam-Check-By: sourceware.org Received: from mail.dmxmusic.com (HELO mail.dmxmusic.com) (199.201.237.35) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 29 Dec 2006 17:33:57 +0000 Received: from 172.18.3.78 by mail.dmxmusic.com with ESMTP (Secure Internet Mail Gateway 2); Fri, 29 Dec 2006 09:38:04 -0800 X-Server-Uuid: 2808E5CD-6158-42D4-BCAB-767EA38709AF Received: from sea-exch-01.na.corp.dmxmusic.com ([172.18.3.76]) by sea-exch-03.na.corp.dmxmusic.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 29 Dec 2006 09:33:42 -0800 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: gdb on fc6, gdbserver on rh62, which libthread_db.so do i use on which platform? Date: Fri, 29 Dec 2006 17:34:00 -0000 Message-ID: From: "John Utz" To: gdb@sources.redhat.com cc: crossgcc@sourceware.org X-WSS-ID: 698B8DF64MG1602425-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable 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: 2006-12/txt/msg00219.txt.bz2 Hello Everybody; Remarkably, I dealt with this successfully previously when I was contracting at Nintendo (http://sources.redhat.com/ml/gdb/2004-01/msg00273.html). But I cant remember how :-( . My development box is a p4 running fc6 the target is a centaur running rh62. I am using crosstool (gcc-2.95.3-glibc-2.1.3) for my tool chain. I built gdb/gdbserver 6.2 because anything newer wont link because glibc-2.1.3 is missing some thread thing. gdb indicates that my application is segfaulting, and based on googling and finding my *own* email from 2004 and danielj's response, I know that I need to have matching libthread_db's on both sides of the wire. *which* libthread_db? Tnx! johnu