From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11134 invoked by alias); 6 Mar 2007 17:09:10 -0000 Received: (qmail 11126 invoked by uid 22791); 6 Mar 2007 17:09:09 -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; Tue, 06 Mar 2007 17:08:56 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HOd9i-0004NF-Bu; Tue, 06 Mar 2007 12:08:54 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HOd9i-0001lH-4q; Tue, 06 Mar 2007 12:08:54 -0500 Date: Tue, 06 Mar 2007 17:09:00 -0000 From: Daniel Jacobowitz To: Jon Ringle Cc: gdb@sourceware.org Subject: Re: gdbserver-6.6 threading support Message-ID: <20070306170854.GA6757@caradoc.them.org> Mail-Followup-To: Jon Ringle , gdb@sourceware.org References: <45ED9DDD.3040202@ringle.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45ED9DDD.3040202@ringle.org> User-Agent: Mutt/1.5.13 (2006-08-11) 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-03/txt/msg00091.txt.bz2 On Tue, Mar 06, 2007 at 11:59:09AM -0500, Jon Ringle wrote: > (gdb) target remote 192.168.205.10:5555 > Remote debugging using 192.168.205.10:5555 > warning: Remote failure reply: E01 Use "set debug remote 1" to see what failed. > From other mailing list threads that I had read this seem to imply that > there was some mismatch between my target's libpthread.so and > libthread_db.so and the one in my host's solib-absolute-prefix. I found > that the two sets matched. Further, if I rebuild gdbserver-6.5 and use > the rebuilt gdbserver-6.5, it once again works. I suggest you debug gdbserver. Thread debugging is extremely sensitive to your environment. Especially when uClibc is involved, it is very difficult for us to diagnose problems. -- Daniel Jacobowitz CodeSourcery