Subject: | t/unthreaded.t test fails on debian/stretch |
On debian/stretch systems (various perl versions from 5.22.2 to 5.25.12) the test suite fails:
...
# [Thread debugging using libthread_db enabled]
# Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
# 0x00007fe4c8a6d273 in __select_nocancel () at ../sysdeps/unix/syscall-template.S:84
# 84 ../sysdeps/unix/syscall-template.S: No such file or directory.
# /var/tmp/cpansmoker-1002/2017042021/_Hzpai8g9f.gdb:1761: Error in sourced command file:
# Cannot access memory at address 0x21a04720
# Failed test at t/unthreaded.t line 55.
# '[Thread debugging using libthread_db enabled]
# Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
# 0x00007fe4c8a6d273 in __select_nocancel () at ../sysdeps/unix/syscall-template.S:84
# 84 ../sysdeps/unix/syscall-template.S: No such file or directory.
# /var/tmp/cpansmoker-1002/2017042021/_Hzpai8g9f.gdb:1761: Error in sourced command file:
# Cannot access memory at address 0x21a04720
# '
# doesn't match '(?^mx:
# (?:
# ^t/unthreaded\.t:\d+\n
# ){10}
# )'
# Looks like you failed 1 test of 5.
t/unthreaded.t ............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
...
The tests run fine on earlier debian versions (jessie and older).