From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15222 invoked by alias); 17 Nov 2006 19:08:09 -0000 Received: (qmail 15207 invoked by uid 22791); 17 Nov 2006 19:08:07 -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; Fri, 17 Nov 2006 19:08:01 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Gl94B-0002Jx-Dr; Fri, 17 Nov 2006 14:07:59 -0500 Date: Fri, 17 Nov 2006 19:08:00 -0000 From: Daniel Jacobowitz To: jbbachky@aim.com Cc: gdb@sources.redhat.com Subject: Re: gdbserver/gdb-6/4 and lots of pthreads Message-ID: <20061117190759.GA8764@nevyn.them.org> Mail-Followup-To: jbbachky@aim.com, gdb@sources.redhat.com References: <8C8D6E7E15FE5F6-5D0-723B@mblk-d22.sysops.aol.com> <20061115164953.GA31009@nevyn.them.org> <8C8D7E0B004BE30-C20-26F0@mblk-d23.sysops.aol.com> <20061116220412.GA28527@nevyn.them.org> <8C8D88FE433FC88-C20-54B0@mblk-d23.sysops.aol.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8C8D88FE433FC88-C20-54B0@mblk-d23.sysops.aol.com> 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-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00126.txt.bz2 On Fri, Nov 17, 2006 at 01:46:56PM -0500, jbbachky@aim.com wrote: > Sending packet: > $QPassSignals:e;10;11;13;14;17;18;1a;1b;1c;1e;1f;20;21;24;25;4c;#af...Ack Ignore signal 0xe. In the GDB remote protocol that is SIGALRM. > Sending packet: $vCont;C0e:1c2;c#bb...Ack > Packet received: T0e01:8ff7fb80;40:0f6bf3a8;thread:1c2; Resume thread with SIGLARM. Thread stopped with SIGALRM. It shouldn't be doing this; you told it to ignore SIGALRM. I can't reproduce this behavior; gdbserver doesn't report the SIGALRM for me. Are you using unmodified versions from CVS at this point? -- Daniel Jacobowitz CodeSourcery