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 2000000; sleep 4; ualarm 200000; sleep 4' The call wit 2000000 usec will give EINVAL because the value for the usec field ia larger than 1 second. The total delay value must be split in two, a seconds field and a useconds field. Regards, Matthijs Melchior. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages perl depends on: ii libc6 2.6.1-1+b1 GNU C Library: Shared libraries ii libdb4.6 4.6.19-1 Berkeley v4.6 Database Libraries [ ii libgdbm3 1.8.3-3 GNU dbm database routines (runtime ii perl-base 5.8.8-11.1 The Pathologically Eclectic Rubbis ii perl-modules 5.8.8-11.1 Core Perl modules Versions of packages perl recommends: ii perl-doc 5.8.8-11.1 Perl documentation -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]