From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from orion.netbank.com.br (orion.netbank.com.br [200.203.199.90]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 03C7868275 for ; Thu, 15 Sep 2005 02:16:12 +1000 (EST) Date: Wed, 14 Sep 2005 12:42:18 -0300 From: Aristeu Sergio Rozanski Filho To: Marcelo Tosatti Message-ID: <20050914154218.GA4335@oops.ghostprotocols.net> References: <4326968F.5030609@2net.co.uk> <20050913122541.GB9076@cathedrallabs.org> <20050913151132.GF10602@dmt.cnet> <20050913172213.GA3964@oops.ghostprotocols.net> <20050913180440.GC14889@dmt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20050913180440.GC14889@dmt.cnet> Cc: linuxppc-embedded@ozlabs.org Subject: Re: gdb hangs on Linux 2.6.11 on 8xx List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Marcelo, > flash_test is trying to handle a signal, can you print some information > about it in get_signal_to_deliver (before ptrace_stop), such as si_signo: > > typedef struct siginfo { > int si_signo; > int si_errno; > int si_code; > > ptrace_stop() calls do_notify_parent_cldstop() to wakeup gdb, maybe > there's something wrong during wakeup? > > The box locks up completly or its just gdb that freezes? seems it's more simple than I thought: seems to be a problem with serial console as I'm able to use gdb using ssh Is serial console (using ttyCPM) supposed to work with gdb? -- Aristeu