From: Aubrey <aubreylee@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: Alarm execl failed on 2.6.12
Date: Wed, 16 Nov 2005 15:48:34 +0800 [thread overview]
Message-ID: <6d6a94c50511152348h1fab72fes@mail.gmail.com> (raw)
Hi all,
I got a problem on 2.6.12. As follows:
-test.c
int main(void)
{
alarm(3);
execl("sig_rev","sig_rev","3",0);
sleep(10);
return 0;
}
-sig_rev.c
int main(void)
{
sleep(10);
return 0;
}
Running test can't stop in 3 seconds. But it should be.
Because the case can run properly on 2.6.11 and 2.6.13.
What difference about it?
Welcome any suggestions and comments
Thanks
-Aubrey
next reply other threads:[~2005-11-16 7:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-16 7:48 Aubrey [this message]
[not found] ` <81b0412b0511160219s2eb020dfl93c6b5e23358f6bd@mail.gmail.com>
2005-11-16 13:04 ` Aubrey
2005-11-16 16:15 ` Alex Riesen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6d6a94c50511152348h1fab72fes@mail.gmail.com \
--to=aubreylee@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome