This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdbserver/gdb-6/4 and lots of pthreads


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]