Re: [PATCH] [RFC] fix missed SIGCONT cases

From: Jiri Kosina
Date: Thu Feb 28 2008 - 10:32:50 EST


On Thu, 28 Feb 2008, Oleg Nesterov wrote:

> This is different, you can try this trivial program,
>
> int main(int argc, char **argv)
> {
> kill(getpid(), SIGSTOP);
> printf("I'm running, SIGSTOP doesn't really work with strace.\n");
> return 0;
> }

Yes, I have meanwhile (to my surprise) found out that it is even
documented in the strace manpage ...

Strange thing, though.

--
Jiri Kosina
--
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/