From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23453 invoked by alias); 13 Mar 2002 13:12:04 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23373 invoked from network); 13 Mar 2002 13:12:02 -0000 Received: from unknown (HELO morbus.picsel.com) (212.137.21.218) by sources.redhat.com with SMTP; 13 Mar 2002 13:12:02 -0000 Received: by morbus.picsel.com (Postfix, from userid 1001) id E1B367FD9; Wed, 13 Mar 2002 13:12:01 +0000 (GMT) Received: from miahrpc (miahrpc.picsel.com [195.171.216.25]) by morbus.picsel.com (Postfix) with SMTP id AA81037FE8 for ; Wed, 13 Mar 2002 13:12:00 +0000 (GMT) Date: Wed, 13 Mar 2002 05:12:00 -0000 From: Miah Gregory To: gdb@sources.redhat.com Subject: Re: gdb/threading under arm-linux Message-ID: References: <908b78124b.miah@picsel.com> <20020305103521.A27860@nevyn.them.org> <20020306110033.A14410@nevyn.them.org> In-Reply-To: <20020306110033.A14410@nevyn.them.org> X-Organization: Picsel Technologies Ltd User-Agent: Messenger-Pro/2.50c (MsgServe/1.50) (RISC-OS/4.02) POPstar/2.03 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by AMaViS snapshot-20010714 X-SW-Source: 2002-03/txt/msg00115.txt.bz2 In message <20020306110033.A14410@nevyn.them.org> Daniel Jacobowitz wrote: > On Wed, Mar 06, 2002 at 09:45:15AM +0000, Miah Gregory wrote: > > In message <20020305103521.A27860@nevyn.them.org> > > Daniel Jacobowitz wrote: -snip- > > > Please try a current snapshot (see http://sources.redhat.com/gdb/). > > > It should work. > > No luck. Now both kernels give the SIG32 problem. > You almost certainly do not have libthread_db.so.1 in /lib. You need > that to debug threads. Ok, I managed to build enough of libc 2.2.3 in order to get the required libthread_db.so.1 library, and I then installed that in /lib. With the 20020305 snapshot, I get all the same problems. Is there a simple way to find out whether gdb is trying to use that library? -- Miah Gregory