[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0802281632040.3391@jikos.suse.cz>
Date: Thu, 28 Feb 2008 16:32:38 +0100 (CET)
From: Jiri Kosina <jkosina@...e.cz>
To: Oleg Nesterov <oleg@...sign.ru>
cc: Roland McGrath <roland@...hat.com>,
Davide Libenzi <davidel@...ilserver.org>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [RFC] fix missed SIGCONT cases
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists