Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 651014

Summary: dev-perl/Unicode-Map8-0.130.0-r1 fails t/map8.t: Non-zero wait status: 11
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal CC: kentnl
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://rt.cpan.org/Ticket/Display.html?id=126031
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 300119, 805089    
Attachments: emerge-info.txt
dev-perl:Unicode-Map8-0.130.0-r1:20180320-183140.log
emerge-history.txt
environment
etc.portage.tbz2
temp.tbz2
tests.tbz2

Description Toralf Förster gentoo-dev 2018-03-20 18:34:50 UTC
Result: FAIL
Failed 1/4 test programs. 0/6 subtests failed.
make: *** [Makefile:1205: test_dynamic] Error 255
 * ERROR: dev-perl/Unicode-Map8-0.130.0-r1::gentoo failed (test phase):
 *   emake failed
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome_test_20180318-222900

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)




emerge -qpv dev-perl/Unicode-Map8
[ebuild  N    ] dev-perl/Unicode-Map8-0.130.0-r1
Comment 1 Toralf Förster gentoo-dev 2018-03-20 18:34:53 UTC
Created attachment 524568 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-03-20 18:34:56 UTC
Created attachment 524570 [details]
dev-perl:Unicode-Map8-0.130.0-r1:20180320-183140.log
Comment 3 Toralf Förster gentoo-dev 2018-03-20 18:34:59 UTC
Created attachment 524572 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-03-20 18:35:02 UTC
Created attachment 524574 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-03-20 18:35:05 UTC
Created attachment 524576 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-03-20 18:35:08 UTC
Created attachment 524578 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-03-20 18:35:11 UTC
Created attachment 524580 [details]
tests.tbz2
Comment 8 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2018-03-20 20:22:30 UTC
This looks like a SEGFAULT

Can you provide segfault context / stack trace?
Comment 9 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2018-08-10 07:23:09 UTC
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/callback.t ..
1..2
ok 1
ok 2
ok
t/compat.t ....
1..2
ok 1
ok 2
ok
t/map8.t ...... No subtests run
t/unistr.t ....
1..2
ok 1
U+03b6 U+03c8 U+03b5
<GREEK SMALL LETTER ZETA> <GREEK SMALL LETTER PSI> <GREEK SMALL LETTER EPSILON>
ok 2
ok


DMESG:

[2434503.942358] traps: perl[243205] general protection ip:7f5bc86df74b sp:7ffeea60b950 error:0
[2434503.942365]  in Map8.so[7f5bc86de000+5000]
[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
Comment 10 Andreas K. Hüttel archtester gentoo-dev 2021-10-16 20:10:33 UTC
Hmm. Works here. (-r2)