Bug#448965: perl: Time::HiRes ualarm with arg greater than 1 sec gives EINVAL

2007-11-07 Thread Matthijs Melchior
Brendan O'Dea wrote: found 448965 5.8.8-9 thanks On 06/11/2007, Matthijs Melchior [EMAIL PROTECTED] wrote: Brendan O'Dea wrote: [drivel about usleep] Oops, sorry... Yes, indeed, there is no problem with usleep. The problem I noticed is with ualarm: setitimer(ITIMER_REAL,

Bug#448965: perl: Time::HiRes ualarm with arg greater than 1 sec gives EINVAL

2007-11-06 Thread Matthijs Melchior
Brendan O'Dea wrote: On Thu, Nov 01, 2007 at 11:00:21PM +0100, Matthijs Melchior wrote: Time::HiRes ualarm does not work anymore. The following command will demonstrate the error from the 'setitimer' system call: strace perl -e 'use Time::HiRes qw(ualarm); ualarm 200; sleep 4;

Bug#448965: perl: Time::HiRes ualarm with arg greater than 1 sec gives EINVAL

2007-11-06 Thread Brendan O'Dea
found 448965 5.8.8-9 thanks On 06/11/2007, Matthijs Melchior [EMAIL PROTECTED] wrote: Brendan O'Dea wrote: [drivel about usleep] Oops, sorry... Yes, indeed, there is no problem with usleep. The problem I noticed is with ualarm: setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0,

Bug#448965: perl: Time::HiRes ualarm with arg greater than 1 sec gives EINVAL

2007-11-05 Thread Brendan O'Dea
On Thu, Nov 01, 2007 at 11:00:21PM +0100, Matthijs Melchior wrote: Time::HiRes ualarm does not work anymore. The following command will demonstrate the error from the 'setitimer' system call: strace perl -e 'use Time::HiRes qw(ualarm); ualarm 200; sleep 4; ualarm 20; sleep 4' Works for

Bug#448965: perl: Time::HiRes ualarm with arg greater than 1 sec gives EINVAL

2007-11-01 Thread Matthijs Melchior
Package: perl Version: 5.8.8-11.1 Severity: normal Time::HiRes ualarm does not work anymore. The following command will demonstrate the error from the 'setitimer' system call: strace perl -e 'use Time::HiRes qw(ualarm); ualarm 200; sleep 4; ualarm 20; sleep 4' The call wit 200