From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20451 invoked by alias); 16 May 2007 18:05:00 -0000 Received: (qmail 20428 invoked by uid 22791); 16 May 2007 18:04:56 -0000 X-Spam-Check-By: sourceware.org Received: from correo.ikusi.com (HELO correo.ikusi.com) (194.30.89.100) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 16 May 2007 18:04:44 +0000 Received: from srviku004.ikusi.net ([192.168.202.14]) by correo.ikusi.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 16 May 2007 20:04:41 +0200 Received: from 192.168.234.102 ([192.168.234.102]) by srviku004.ikusi.net ([192.168.202.14]) via Exchange Front-End Server webmail.ikusi.com ([192.168.202.18]) with Microsoft Exchange Server HTTP-DAV ; Wed, 16 May 2007 18:04:40 +0000 Received: from DAFPC5206 by webmail.ikusi.com; 16 May 2007 20:04:52 +0200 Subject: Re: Debugging pthread in ARM. From: gomrioje Reply-To: gomez.j@ikusi.es To: Daniel Jacobowitz Cc: =?ISO-8859-1?Q?Jes=FAs_G=F3mez_R=EDo?= , gdb@sourceware.org In-Reply-To: <20070516175207.GA15384@caradoc.them.org> References: <1179233344.1389.18.camel@DAFPC5206.ikusi.net> <20070515125816.GA13421@caradoc.them.org> <1179249238.6692.12.camel@DAFPC5206.ikusi.net> <20070515172110.GA27784@caradoc.them.org> <1179329274.6692.30.camel@DAFPC5206.ikusi.net> <20070516153502.GA8429@caradoc.them.org> <1179336833.6692.42.camel@DAFPC5206.ikusi.net> <20070516173752.GA14525@caradoc.them.org> <1179337620.6692.49.camel@DAFPC5206.ikusi.net> <20070516175207.GA15384@caradoc.them.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 16 May 2007 18:05:00 -0000 Message-Id: <1179338692.6692.56.camel@DAFPC5206.ikusi.net> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 X-TM-AS-Product-Ver: SMEX-7.0.0.1433-3.6.1039-15178.001 X-TM-AS-Result: No--4.251900-5.000000-31 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: 2007-05/txt/msg00061.txt.bz2 Ok, then: Target side: # /lib/libc.so.6 GNU C Library development release version 2.3.90, by Roland McGrath et al. Compiled by GNU CC version 3.4.4 (release) (CodeSourcery ARM Q1cvs 2005). Compiled on a Linux 2.6.11 system on 2005-11-25. Host size: $ strings /app/arm/bitbaketmp/staging/arm-linux/lib/libpthread-0.10.so ... libc.so.6 ld-linux.so.2 libpthread.so.0 GLIBC_2.0 GLIBC_2.1 GLIBC_2.1.1 GLIBC_2.1.2 GLIBC_2.2 GLIBC_2.2.3 GLIBC_2.2.6 GLIBC_2.3.2 GLIBC_PRIVATE GLIBC_2.1.3 GLIBC_2.3 /proc/self/maps %x-%x 2.3.90 /proc/sys/kernel/version __fcntl_nocancel do_pread do_pwrite /lib/ld-linux.so.2 Regards, > > I have tried, and I get the same result. > > > > Could it be link to: > > http://sources.redhat.com/ml/gdb/2003-06/msg00535.html ? > > No, that has nothing to do with it. > > Try looking at the libpthread.so GDB opens on your host with > "strings". Search for its version number in the output. Then > check the version number on your target by running /lib/libc.so.6 as a > program and looking at its output. >