https://bugzilla.redhat.com/show_bug.cgi?id=1849936 Bug ID: 1849936 Summary: perl-re-engine-PCRE2-0.16-5.fc33 FTBFS with Perl 5.32: t/s.t crashes Product: Fedora Version: rawhide URL: https://koji.fedoraproject.org/koji/taskinfo?taskID=45 996052 Status: ASSIGNED Component: perl-re-engine-PCRE2 Assignee: ppisar@xxxxxxxxxx Reporter: ppisar@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, ppisar@xxxxxxxxxx Target Milestone: --- Link ID: Github rurban/re-engine-PCRE2/issues/37 Classification: Fedora t/s.t fails or crashes with Perl 5.32.0 randomly: $ while (perl -Mblib t/s.t); do :; done 1..10 ok 1 - s/a//; 'ab' => 'b' ok 2 - s/.//g; 'abc' => '' ok 3 - s/.//g; 'abcd' => '' ok 4 - s/.//g; 'abcdefg' => '' ok 5 - s/..//g; 'aabbc' => 'c' ok 6 - s/./1+1/eg; 'a' => '2' ok 7 - s/./1+1/eg; 'abc' => '222' ok 8 - s/(.)/$1+1/eg; '3' => '4' ok 9 - s/(.)/$1+1/eg; '123' => '234' ok 10 - s/([0-9]+)/$1*2/e; 'abc123xyz' => ''abc246xyz' 1..10 ok 1 - s/a//; 'ab' => 'b' ok 2 - s/.//g; 'abc' => '' ok 3 - s/.//g; 'abcd' => '' ok 4 - s/.//g; 'abcdefg' => '' ok 5 - s/..//g; 'aabbc' => 'c' ok 6 - s/./1+1/eg; 'a' => '2' ok 7 - s/./1+1/eg; 'abc' => '222' ok 8 - s/(.)/$1+1/eg; '3' => '4' ok 9 - s/(.)/$1+1/eg; '123' => '234' ok 10 - s/([0-9]+)/$1*2/e; 'abc123xyz' => ''abc246xyz' free(): invalid pointer Aborted (core dumped) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx