From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19099 invoked by alias); 18 Oct 2005 13:19:33 -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 19055 invoked by uid 22791); 18 Oct 2005 13:19:28 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 18 Oct 2005 13:19:28 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1ERrNF-0002E1-6y; Tue, 18 Oct 2005 09:19:25 -0400 Date: Tue, 18 Oct 2005 13:19:00 -0000 From: Daniel Jacobowitz To: "olivier.carmona@ieee.org" Cc: gdb Subject: Re: gdbserver multithreaded debugging Message-ID: <20051018131925.GA8538@nevyn.them.org> Mail-Followup-To: "olivier.carmona@ieee.org" , gdb References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-SW-Source: 2005-10/txt/msg00099.txt.bz2 On Tue, Oct 18, 2005 at 03:08:16PM +0200, olivier.carmona@ieee.org wrote: > Dear All, > > I am trying to use gdbserver to remotely debug a > multithreaded application. > > Target is a ARM9, running Linux v2.6.10; gdbserver from the > 6.3 release tarball and built on local host. > > Local host is a Pentium IV, running Fedora Core 3, gdb v 6.3. > > I get a SIGKILL as soon as a thread starts, execution stops > on gdb side, and on gdbserver side it also stops showing a > Terminated: Killing Inferior. You should figure out where the SIGKILL comes from, first. -- Daniel Jacobowitz CodeSourcery, LLC