Bug#721421: libdevel-bt-perl: FTBFS on armel, hurd-i386, kfreebsd-amd64

2014-09-27 Thread Niko Tyni
tag 721421 patch thanks On Fri, Sep 26, 2014 at 11:12:06PM +0300, Niko Tyni wrote: The problem apparently happens when the timeout in the select loop (one second) triggers before execvp() has been called. I can reproduce a similar race on my x86_64 machine by inserting a sleep(1) call

Bug#721421: libdevel-bt-perl: FTBFS on armel, hurd-i386, kfreebsd-amd64

2014-09-27 Thread Leon Timmermans
On Sat, Sep 27, 2014 at 9:48 AM, Niko Tyni nt...@debian.org wrote: tag 721421 patch thanks On Fri, Sep 26, 2014 at 11:12:06PM +0300, Niko Tyni wrote: The problem apparently happens when the timeout in the select loop (one second) triggers before execvp() has been called. I can

Bug#721421: libdevel-bt-perl: FTBFS on armel, hurd-i386, kfreebsd-amd64

2014-09-26 Thread Niko Tyni
On Thu, Sep 25, 2014 at 03:49:20PM +0200, Leon Timmermans wrote: On Tue, Sep 23, 2014 at 9:59 PM, Niko Tyni nt...@debian.org wrote: I also had a look at the mips one, and there the problem doesn't seem to be with the backtrace, as running gdb separately works as expected. However, running

Bug#721421: libdevel-bt-perl: FTBFS on armel, hurd-i386, kfreebsd-amd64

2014-09-25 Thread AnĂ­bal Monsalve Salazar
-bt.xs.patch 1970-01-01 01:00:00.0 +0100 +++ libdevel-bt-perl-0.06/debian/patches/sleep-bt.xs.patch 2014-09-25 12:07:59.0 +0100 @@ -0,0 +1,25 @@ +From: Niko Tyni nt...@debian.org +Subject: Re: Bug#721421: libdevel-bt-perl: FTBFS on armel, hurd-i386, kfreebsd-amd64 +Date: Tue, 23

Bug#721421: libdevel-bt-perl: FTBFS on armel, hurd-i386, kfreebsd-amd64

2014-09-25 Thread Leon Timmermans
On Tue, Sep 23, 2014 at 9:59 PM, Niko Tyni nt...@debian.org wrote: I also had a look at the mips one, and there the problem doesn't seem to be with the backtrace, as running gdb separately works as expected. However, running perl with -d:bt doesn't seem to do anything. It looks like the host

Bug#721421: libdevel-bt-perl: FTBFS on armel, hurd-i386, kfreebsd-amd64

2014-09-23 Thread Leon Timmermans
On Mon, Sep 22, 2014 at 12:21 AM, gregor herrmann gre...@debian.org wrote: Here we go: That's armhf on a Debian box in an unstable chroot: (sid_armhf-dchroot)gregoa@harris:~$ (echo r; echo bt; echo quit) | gdb --args perl -e 'unpack p, pack L!, 1' | egrep '^#' #1 0xb6f3f048 in

Bug#721421: libdevel-bt-perl: FTBFS on armel, hurd-i386, kfreebsd-amd64

2014-09-23 Thread gregor herrmann
On Tue, 23 Sep 2014 17:31:52 +0200, Leon Timmermans wrote: That's armhf on a Debian box in an unstable chroot: (sid_armhf-dchroot)gregoa@harris:~$ (echo r; echo bt; echo quit) | gdb --args perl -e 'unpack p, pack L!, 1' | egrep '^#' #1 0xb6f3f048 in Perl_newSVpv () from

Bug#721421: libdevel-bt-perl: FTBFS on armel, hurd-i386, kfreebsd-amd64

2014-09-23 Thread Niko Tyni
On Tue, Sep 23, 2014 at 05:50:00PM +0200, gregor herrmann wrote: On Tue, 23 Sep 2014 17:31:52 +0200, Leon Timmermans wrote: That's armhf on a Debian box in an unstable chroot: (sid_armhf-dchroot)gregoa@harris:~$ (echo r; echo bt; echo quit) | gdb --args perl -e 'unpack p, pack L!,

Bug#721421: libdevel-bt-perl: FTBFS on armel, hurd-i386, kfreebsd-amd64

2014-09-21 Thread Dominic Hargreaves
On Thu, Sep 04, 2014 at 02:25:44PM +0200, gregor herrmann wrote: On Mon, 01 Sep 2014 19:24:18 +0200, Leon Timmermans wrote: The attached patch might fix the issue on Hurd, I can't really say much about the issue on armel or kfreebsd-amd64 without having some build/test output from them

Bug#721421: libdevel-bt-perl: FTBFS on armel, hurd-i386, kfreebsd-amd64

2014-09-21 Thread Leon Timmermans
On Sun, Sep 21, 2014 at 7:37 PM, Dominic Hargreaves d...@earth.li wrote: On Thu, Sep 04, 2014 at 02:25:44PM +0200, gregor herrmann wrote: On Mon, 01 Sep 2014 19:24:18 +0200, Leon Timmermans wrote: The attached patch might fix the issue on Hurd, I can't really say much about the issue

Bug#721421: libdevel-bt-perl: FTBFS on armel, hurd-i386, kfreebsd-amd64

2014-09-21 Thread gregor herrmann
On Sun, 21 Sep 2014 23:55:45 +0200, Leon Timmermans wrote: Here are some log extracts from recent builds: armhf: https://buildd.debian.org/status/fetch.php?pkg=libdevel-bt-perlarch=armhfver=0.06-2stamp=1409851075 That suggests the issue is missing symbols in the gdb output. What is the

Bug#721421: libdevel-bt-perl: FTBFS on armel, hurd-i386, kfreebsd-amd64

2014-09-04 Thread gregor herrmann
On Mon, 01 Sep 2014 19:24:18 +0200, Leon Timmermans wrote: The attached patch might fix the issue on Hurd, I can't really say much about the issue on armel or kfreebsd-amd64 without having some build/test output from them though. Thanks for the patch, I've applied it now and uploaded the new

Bug#721421: libdevel-bt-perl: FTBFS on armel, hurd-i386, kfreebsd-amd64

2014-09-01 Thread Leon Timmermans
The attached patch might fix the issue on Hurd, I can't really say much about the issue on armel or kfreebsd-amd64 without having some build/test output from them though. Leon From 7243c7acfa7731697dfd75e930906817588c9c2f Mon Sep 17 00:00:00 2001 From: Leon Timmermans faw...@gmail.com Date: Mon,