Subject: | SEGV running t/map8.t + warning: implicit declaration of map8_recode8 |
t/map8.t fails tests as follows:
t/map8.t ...... No subtests run
And dmesg shows:
[2437096.245171] traps: perl[460396] general protection ip:7feedff8974b sp:7ffccd09c150 error:0 [2437096.245175] in Map8.so[7feedff88000+5000]
Possibly related:
Map8.xs: In function ‘XS_Unicode__Map8_recode8’:
Map8.xs:358:6: warning: implicit declaration of function ‘map8_recode8’; did you mean ‘map8_recode_8’? [-Wimplicit-function-declaration]
map8_recode8(m1, m2, str, res, len, &rlen);
^~~~~~~~~~~~
map8_recode_8
Of course, seeing this message on Perl 5.28 ( which is where I'm producing it ) requires patching a bunch of the other bugs first.
--
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
t/map8.t ...... No subtests run
And dmesg shows:
[2437096.245171] traps: perl[460396] general protection ip:7feedff8974b sp:7ffccd09c150 error:0 [2437096.245175] in Map8.so[7feedff88000+5000]
Possibly related:
Map8.xs: In function ‘XS_Unicode__Map8_recode8’:
Map8.xs:358:6: warning: implicit declaration of function ‘map8_recode8’; did you mean ‘map8_recode_8’? [-Wimplicit-function-declaration]
map8_recode8(m1, m2, str, res, len, &rlen);
^~~~~~~~~~~~
map8_recode_8
Of course, seeing this message on Perl 5.28 ( which is where I'm producing it ) requires patching a bunch of the other bugs first.
--
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )