From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14545 invoked by alias); 15 Jun 2006 17:13:11 -0000 Received: (qmail 14537 invoked by uid 22791); 15 Jun 2006 17:13:11 -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; Thu, 15 Jun 2006 17:13:09 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FqvP1-0006OC-5X; Thu, 15 Jun 2006 13:13:07 -0400 Date: Thu, 15 Jun 2006 18:57:00 -0000 From: Daniel Jacobowitz To: Jan Kratochvil Cc: gdb@sources.redhat.com, Peter Choi Subject: Re: gdb remote debugging with threads Message-ID: <20060615171307.GA24508@nevyn.them.org> Mail-Followup-To: Jan Kratochvil , gdb@sources.redhat.com, Peter Choi References: <20060615102134.82541.qmail@web42106.mail.mud.yahoo.com> <20060615140128.GC18274@nevyn.them.org> <20060615150326.GA16940@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060615150326.GA16940@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.5.11+cvs20060403 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-06/txt/msg00096.txt.bz2 On Thu, Jun 15, 2006 at 05:03:27PM +0200, Jan Kratochvil wrote: > Dear Daniel, > > On Thu, 15 Jun 2006 16:01:28 +0200, Daniel Jacobowitz wrote: > > On Thu, Jun 15, 2006 at 03:21:34AM -0700, Peter Choi wrote: > ... > > > On the host computer running GDB, it reported: > > > "warning: .dynamic section for "/lib/ld-linux.so.2" is > > > not at the expected address. > > > > > > and when I use "info threads", I cannot see all > > > other threads I have created during the execution. > > > > Are you really, really sure that the two computers have the same > > libraries? Use md5sum /lib/ld-linux.so.2 to check. > > couldn't this be from the "prelink" which generally maps the libraries to > different addresses on each machine? It's possible. I don't know if that would interfere. -- Daniel Jacobowitz CodeSourcery