Public bug reported: The autopkgtests segfault against perl 5.26.0-7 in Ubuntu, and the new version of the package also fails to build in -proposed because the tests are segfaulting at package build time.
$ perl ./t/02_signals.t 1..5 ok 1 Segmentation fault (core dumped) $ gdb --args perl ./t/02_signals.t GNU gdb (Ubuntu 8.0.1-0ubuntu1) 8.0.1 Copyright (C) 2017 Free Software Foundation, Inc. [...] (gdb) run Starting program: /usr/bin/perl ./t/02_signals.t [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 1..5 ok 1 Program received signal SIGSEGV, Segmentation fault. 0x00007ffff738811e in ?? () from /lib/x86_64-linux-gnu/libc.so.6 (gdb) bt #0 0x00007ffff738811e in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007ffff626591d in ?? () from /usr/lib/x86_64-linux-gnu/perl5/5.26/auto/Async/Interrupt/Interrupt.so #2 0x00007ffff62672a9 in ?? () from /usr/lib/x86_64-linux-gnu/perl5/5.26/auto/Async/Interrupt/Interrupt.so #3 0x000055555562fab1 in Perl_pp_entersub () #4 0x00005555556278e6 in Perl_runops_standard () #5 0x00005555555a8d87 in perl_run () #6 0x0000555555580332 in main () (gdb) ** Affects: libanyevent-perl (Ubuntu) Importance: Undecided Status: New ** Affects: perl (Ubuntu) Importance: Undecided Status: New ** Also affects: perl (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to perl in Ubuntu. https://bugs.launchpad.net/bugs/1717367 Title: FTBFS: segfaults in testsuite with perl 5.26.0-7 Status in libanyevent-perl package in Ubuntu: New Status in perl package in Ubuntu: New Bug description: The autopkgtests segfault against perl 5.26.0-7 in Ubuntu, and the new version of the package also fails to build in -proposed because the tests are segfaulting at package build time. $ perl ./t/02_signals.t 1..5 ok 1 Segmentation fault (core dumped) $ gdb --args perl ./t/02_signals.t GNU gdb (Ubuntu 8.0.1-0ubuntu1) 8.0.1 Copyright (C) 2017 Free Software Foundation, Inc. [...] (gdb) run Starting program: /usr/bin/perl ./t/02_signals.t [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 1..5 ok 1 Program received signal SIGSEGV, Segmentation fault. 0x00007ffff738811e in ?? () from /lib/x86_64-linux-gnu/libc.so.6 (gdb) bt #0 0x00007ffff738811e in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007ffff626591d in ?? () from /usr/lib/x86_64-linux-gnu/perl5/5.26/auto/Async/Interrupt/Interrupt.so #2 0x00007ffff62672a9 in ?? () from /usr/lib/x86_64-linux-gnu/perl5/5.26/auto/Async/Interrupt/Interrupt.so #3 0x000055555562fab1 in Perl_pp_entersub () #4 0x00005555556278e6 in Perl_runops_standard () #5 0x00005555555a8d87 in perl_run () #6 0x0000555555580332 in main () (gdb) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libanyevent-perl/+bug/1717367/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp