On Wed, Oct 26, 2005 at 08:15:12AM -0700, Matt Kraai wrote: > I can still reproduce this problem using pbuilder and an i386 unstable > chroot. I've attached the full build log. Please let me know if I > can provide further information.
Hi, I can reproduce this with sbuild, but not pbuilder. With sbuild the reason for the failed tests is $SIG{'HUP'} = 'IGNORE'; in /usr/bin/sbuild. Tests 21 and 23 test that the process gets killed if timeout occurs. The actual killing signal is sent in Proc::Background::Unix::_die(), which tries 5 times each of the signals HUP, QUIT, INT, and KILL, sleeping 1 second between each try. Since the tests have a timeout of 4, the _die() function is still trying the HUP signal when ALRM is received. I can't see any reference to HUP in pbuilder, so I have no idea what causes it there. Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]