From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16538 invoked by alias); 16 May 2007 17:52:18 -0000 Received: (qmail 16524 invoked by uid 22791); 16 May 2007 17:52:16 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 16 May 2007 17:52:10 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 5A9584B267; Wed, 16 May 2007 12:52:08 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id E0EC34B262; Wed, 16 May 2007 12:52:07 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1HoNfT-000427-56; Wed, 16 May 2007 13:52:07 -0400 Date: Wed, 16 May 2007 17:52:00 -0000 From: Daniel Jacobowitz To: gomrioje Cc: =?iso-8859-1?B?SmVz+nMgR/NtZXogUu1v?= , gdb@sourceware.org Subject: Re: Debugging pthread in ARM. Message-ID: <20070516175207.GA15384@caradoc.them.org> Mail-Followup-To: gomrioje , =?iso-8859-1?B?SmVz+nMgR/NtZXogUu1v?= , gdb@sourceware.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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1179337620.6692.49.camel@DAFPC5206.ikusi.net> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-05/txt/msg00060.txt.bz2 On Wed, May 16, 2007 at 07:47:00PM +0200, gomrioje wrote: > 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. -- Daniel Jacobowitz CodeSourcery