Re: SIGALRM ignored

From: Dick
Date: Wed Nov 09 2005 - 05:08:27 EST


Philippe Troin <phil <at> fifi.org> writes:
> > Does someone know a debugging technique to see whats happening?
> Cat /proc/pid/status and look for the SigBlk line (blocked signals)
> and the SigIgn (ignored signals). SIGALRM is 14, look for bit 14,
> that is 0000000000002000. This bit should not be set.

And it is set (SigBlk: 0000000000012000) ... Thank you very much, I have to
search in another direction.

Greetings,
Dick

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/