Your message dated Sat, 7 Sep 2013 15:14:16 +0200
with message-id <[email protected]>
and subject line Re: Bug#721988: perl: sig ALARM kill the father of a forked 
process on mips
has caused the Debian Bug report #721988,
regarding perl: sig ALARM kill the father of a forked process on mips
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
721988: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721988
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: perl
Version: 5.18.1-3
Severity: normal

Hi Perl maintainers,


The following test fails only on MIPS (perl 5.18.1-2 mips):

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#!/usr/bin/perl

use strict;
use warnings;

use Test::More;
use English qw(-no_match_vars);

plan tests => 1;

if (my $pid = fork()) {
    waitpid($pid, 0);
    ok(
        $CHILD_ERROR >> 8,
        'process still running after ALARM signal in child');
} else {
    alarm 1;
    sleep 10;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


I got this unexpected behavior during fusioninventory-agent build on MIPS.
https://buildd.debian.org/status/package.php?p=fusioninventory-agent

Best regards,
-- 
     Gonéri Le Bouder

--- End Message ---
--- Begin Message ---
On Sat, Sep 07, 2013 at 01:24:25AM +0100, Dominic Hargreaves wrote:
> On Fri, Sep 06, 2013 at 05:19:41PM +0200, Gonéri Le Bouder wrote:
 
> Is this the right test case? This fails for me on i386 and amd64 too,
> both with wheezy (5.14) and sid (5.18).
Hi Dominic,

I'm afraid it's not a bug. I misunderstood the issue and I can't
reproduce it anymore.

Best regards,
-- 
    Gonéri Le Bouder

Attachment: pgpoJYea2TLqD.pgp
Description: PGP signature


--- End Message ---

Reply via email to