Bug#677046: Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2013-09-10 Thread Petr Salinger
If I remember correctly, the perl code expects something which is not guaranteed by POSIX. But our new implementation provides this, therefore we (kfreebsd) are not affected by this any longer. Indeed, although at one time you argued that it was a correctness fix anyway. We seem to have a

Bug#677046: Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2013-09-09 Thread Petr Salinger
IMO, my suggested change (Perl_atfork_reinit) in Message #54 [1] still should be aplied by perl upstream. While it might not be problem for this testcase, the unlocking in forked child is fragile. Hi, I finally (!) got round to submitting this upstream, at [1], and the comment so far is that

Bug#677046: Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2013-09-07 Thread Dominic Hargreaves
On Mon, Jun 11, 2012 at 07:03:57AM +0200, Petr Salinger wrote: Hi! I just bisected on past eglibc versions and this is reproducible for me (segfault 5% of the time) on kfreebsd-i386, up until this version, with which I can't reproduce the problem any more (10,000+ test runs) : eglibc

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2012-06-11 Thread Dominic Hargreaves
clone 628493 -1 -2 reassign -1 perl reassign -2 perl found -1 5.14.2-11 found -2 5.14.2-11 severity -1 important severity -2 wishlist retitle -1 Re-enable kFreeBSD threads test retitle -2 Perl_atfork_reinit change tags -2 +patch thanks On Mon, Jun 11, 2012 at 07:03:57AM +0200, Petr Salinger

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2012-06-10 Thread Dominic Hargreaves
On Sat, Sep 10, 2011 at 09:41:38PM +0300, Niko Tyni wrote: On Mon, Aug 08, 2011 at 12:36:22PM +0200, Petr Salinger wrote: perl -Mthreads -e 'threads-create(sub {})-detach; fork' which crashes non-deterministically about half the time for me. The problem might be in usage of

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2012-06-10 Thread Steven Chamberlain
reassign 628493 src:eglibc affects 628493 src:perl found 628493 2.13-21 close 628493 2.13-22 user debian-...@lists.debian.org usertags 628493 kfreebsd thanks On 10/06/12 23:18, Dominic Hargreaves wrote: perl -Mthreads -e 'threads-create(sub {})-detach; fork' Hi! I just bisected on past eglibc

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2012-06-10 Thread Petr Salinger
Hi! I just bisected on past eglibc versions and this is reproducible for me (segfault 5% of the time) on kfreebsd-i386, up until this version, with which I can't reproduce the problem any more (10,000+ test runs) : eglibc (2.13-22) unstable; urgency=low -- Aurelien Jarno aure...@debian.org

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2011-09-10 Thread Niko Tyni
On Mon, Aug 08, 2011 at 12:36:22PM +0200, Petr Salinger wrote: perl -Mthreads -e 'threads-create(sub {})-detach; fork' which crashes non-deterministically about half the time for me. The problem might be in usage of pthread_atfork(lock, unlock, unlock). [...] It should suffice to add into

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2011-08-08 Thread Petr Salinger
perl -Mthreads -e 'threads-create(sub {})-detach; fork' which crashes non-deterministically about half the time for me. Thanks for reduced testcase. The problem might be in usage of pthread_atfork(lock, unlock, unlock). It is perfectly valid to unlock() in parent. But in child it might be

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2011-08-06 Thread Dominic Hargreaves
On Fri, Aug 05, 2011 at 11:18:36AM +0300, Niko Tyni wrote: This also crashes on Squeeze, albeit with a SIGBUS instead of SIGSEGV. IMO that means this bug shouldn't block Perl 5.14 going into wheezy. I don't think there's much else we can do about this, so I propose we add the attached patch

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2011-08-05 Thread Niko Tyni
On Thu, Aug 04, 2011 at 11:48:27AM +0300, Niko Tyni wrote: On Tue, Aug 02, 2011 at 04:31:38PM +0300, Niko Tyni wrote: On Sun, May 29, 2011 at 04:01:48PM +0100, Dominic Hargreaves wrote: Source: perl Version: 5.14.0-1 Severity: important perl 5.14 failed to build on

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2011-08-04 Thread Niko Tyni
On Tue, Aug 02, 2011 at 04:31:38PM +0300, Niko Tyni wrote: On Sun, May 29, 2011 at 04:01:48PM +0100, Dominic Hargreaves wrote: Source: perl Version: 5.14.0-1 Severity: important perl 5.14 failed to build on kfreebsd-i386:

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2011-08-02 Thread Niko Tyni
On Sun, May 29, 2011 at 04:01:48PM +0100, Dominic Hargreaves wrote: Source: perl Version: 5.14.0-1 Severity: important perl 5.14 failed to build on kfreebsd-i386: https://buildd.debian.org/status/fetch.php?pkg=perlarch=kfreebsd-i386ver=5.14.0-1stamp=1306233511

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2011-05-31 Thread Dominic Hargreaves
On Mon, May 30, 2011 at 10:39:42PM +0200, Christoph Egger wrote: Dominic Hargreaves d...@earth.li writes: io.debian.net built 5.14.0-1 successfully, so we're no further forward on this one. Buildd admins: could you retry this on another buildd for now (this is in experimental) or you

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2011-05-31 Thread Christoph Egger
Dominic Hargreaves d...@earth.li writes: On Mon, May 30, 2011 at 10:39:42PM +0200, Christoph Egger wrote: Dominic Hargreaves d...@earth.li writes: io.debian.net built 5.14.0-1 successfully, so we're no further forward on this one. Buildd admins: could you retry this on another buildd for

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2011-05-30 Thread Dominic Hargreaves
On Sun, May 29, 2011 at 04:01:48PM +0100, Dominic Hargreaves wrote: Source: perl Version: 5.14.0-1 Severity: important perl 5.14 failed to build on kfreebsd-i386: https://buildd.debian.org/status/fetch.php?pkg=perlarch=kfreebsd-i386ver=5.14.0-1stamp=1306233511

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2011-05-30 Thread Christoph Egger
Dominic Hargreaves d...@earth.li writes: On Sun, May 29, 2011 at 04:01:48PM +0100, Dominic Hargreaves wrote: Source: perl Version: 5.14.0-1 Severity: important perl 5.14 failed to build on kfreebsd-i386:

Bug#628493: perl: FTBFS on kfreebsd-i386: t/op/threads failed

2011-05-29 Thread Dominic Hargreaves
Source: perl Version: 5.14.0-1 Severity: important perl 5.14 failed to build on kfreebsd-i386: https://buildd.debian.org/status/fetch.php?pkg=perlarch=kfreebsd-i386ver=5.14.0-1stamp=1306233511 t/op/threads...FAILED--expected 24 tests, saw 23 I