lkml.org 
[lkml]   [2005]   [Nov]   [16]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 16 Nov 2005 15:48:34 +0800
FromAubrey <>
SubjectAlarm execl failed on 2.6.12
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-11-16 08:51    [from the cache]
©2003-2008