public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Alarm execl failed on 2.6.12
@ 2005-11-16  7:48 Aubrey
       [not found] ` <81b0412b0511160219s2eb020dfl93c6b5e23358f6bd@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Aubrey @ 2005-11-16  7:48 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Alarm execl failed on 2.6.12
       [not found] ` <81b0412b0511160219s2eb020dfl93c6b5e23358f6bd@mail.gmail.com>
@ 2005-11-16 13:04   ` Aubrey
  2005-11-16 16:15     ` Alex Riesen
  0 siblings, 1 reply; 3+ messages in thread
From: Aubrey @ 2005-11-16 13:04 UTC (permalink / raw)
  To: Alex Riesen; +Cc: linux-kernel

I know it got fixed.
I want to know how it is fixed. Is there a patch for it?
Thanks
-Aubrey

2005/11/16, Alex Riesen <raa.lkml@gmail.com>:
> On 11/16/05, Aubrey <aubreylee@gmail.com> wrote:
> > 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?
>
> it was just broken and got fixed.
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Alarm execl failed on 2.6.12
  2005-11-16 13:04   ` Aubrey
@ 2005-11-16 16:15     ` Alex Riesen
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Riesen @ 2005-11-16 16:15 UTC (permalink / raw)
  To: Aubrey; +Cc: linux-kernel

On 11/16/05, Aubrey <aubreylee@gmail.com> wrote:
> I know it got fixed.
> I want to know how it is fixed. Is there a patch for it?

probably. You can try a binary search from 2.6.11 to 2.6.12. Really
simple using "git bisect".

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-16 16:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-16  7:48 Alarm execl failed on 2.6.12 Aubrey
     [not found] ` <81b0412b0511160219s2eb020dfl93c6b5e23358f6bd@mail.gmail.com>
2005-11-16 13:04   ` Aubrey
2005-11-16 16:15     ` Alex Riesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox