Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 89ef16d0f4e1b135d2c7faefbf449df825490a06 https://github.com/Perl/perl5/commit/89ef16d0f4e1b135d2c7faefbf449df825490a06 Author: Tony Cook <t...@develop-help.com> Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths: M .github/workflows/testsuite.yml Log Message: ----------- dist-modules: fix selection of a threaded perl I suspect I broke this when I re-worked it to add the pretty labels. Commit: 16522b534457519a5144242d42294da370734fdf https://github.com/Perl/perl5/commit/16522b534457519a5144242d42294da370734fdf Author: Tony Cook <t...@develop-help.com> Date: 2025-04-17 (Thu, 17 Apr 2025) Changed paths: M .github/workflows/testsuite.yml Log Message: ----------- dist-modules: remove perl 5.8, add 5.18 This was failing for threads.pm, threads-shared, Thread-Semaphore under 5.8.9 threaded. I wasn't able to make these fail with my local copy of 5.8.9 threaded. These are failing with messages like: Unbalanced string table refcount: (0) for "TRAP" during global destruction. Unbalanced string table refcount: (0) for "ERRNO" during global destruction. Unbalanced string table refcount: (0) for "setuid" during global destruction. Unbalanced string table refcount: (0) for "POSIX.pm" during global destruction. Unbalanced string table refcount: (0) for "SKIP" during global destruction. Unbalanced string table refcount: (0) for "load" during global destruction. Unbalanced string table refcount: (0) for "register::" during global destruction. Unbalanced string table refcount: (0) for "_filters" during global destruction. Unbalanced string table refcount: (0) for "gen_uid" during global destruction. Unbalanced string table refcount: (0) for "==" during global destruction. Unbalanced string table refcount: (0) for "FINALIZED" during global destruction. Unbalanced string table refcount: (0) for "event_tap" during global destruction. Unbalanced string table refcount: (0) for "confess" during global destruction. Unbalanced string table refcount: (0) for "CAN_SIGSYS" during global destruction. Unbalanced string table refcount: (0) for "NUM56" during global destruction. Unbalanced string table refcount: (0) for "tv_interval" during global destruction. Compare: https://github.com/Perl/perl5/compare/48e45e1c6dcd...16522b534457 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications