Skip to content

Commit 16522b5

Browse files
tonycozhaarg
authored andcommitted
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.
1 parent 89ef16d commit 16522b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testsuite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,8 +819,8 @@ jobs:
819819
perl-version:
820820
- '5.38'
821821
- '5.24'
822+
- '5.18'
822823
- '5.10'
823-
- '5.8'
824824
threads:
825825
- enable: true
826826
label: -Dusethreads

0 commit comments

Comments
 (0)