From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19267 invoked by alias); 15 Jun 2006 15:05:03 -0000 Received: (qmail 19114 invoked by uid 22791); 15 Jun 2006 15:05:01 -0000 X-Spam-Check-By: sourceware.org Received: from ip-85-160-29-184.eurotel.cz (HELO host0.dyn.jankratochvil.net) (85.160.29.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 15 Jun 2006 15:04:59 +0000 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.13.6/8.13.4) with ESMTP id k5FF3wfZ017799; Thu, 15 Jun 2006 17:04:01 +0200 Received: (from lace@localhost) by host0.dyn.jankratochvil.net (8.13.6/8.13.6/Submit) id k5FF3R4U017798; Thu, 15 Jun 2006 17:03:27 +0200 Date: Thu, 15 Jun 2006 17:13:00 -0000 From: Jan Kratochvil To: Daniel Jacobowitz Cc: gdb@sources.redhat.com, Peter Choi Subject: Re: gdb remote debugging with threads Message-ID: <20060615150326.GA16940@host0.dyn.jankratochvil.net> References: <20060615102134.82541.qmail@web42106.mail.mud.yahoo.com> <20060615140128.GC18274@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060615140128.GC18274@nevyn.them.org> User-Agent: Mutt/1.4.2.1i 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/msg00095.txt.bz2 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? Regards, Jan