Subject: | Make Test gives an error--Bus Error on t/11_wrapper.t |
For Crypt-RSA1.57 on HP-UX 11.11, Perl version 5.8.6, make is a
success but make test generates error in wrapper tests.
PERL_DL_NONLAZY=1 /opt/psoft/perl586/bin/perl "-
MExtUtils::Command::MM" "-e" "test_harness
(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-errorhandler....ok
t/01-i2osp...........ok
t/02-os2ip...........ok
t/03-random_octet....ok
t/04-octet_xor.......ok
t/05-primitives......ok
t/06-oaep............ok
t/07-pss.............ok
t/08-secretkey.......ok
t/09-publickey.......ok
t/10-keygen..........ok
t/11-wrapper.........dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 1-12
Failed 12/12 tests, 0.00% okay
t/12-versioning......ok
t/13-es-pkcs1v15.....ok
t/14-ss-pkcs1v15.....ok
t/15-benchmark.......Name "main::sigcrt" used only once: possible typo
at t/15-benchmark.t line 46.
Name "main::pub" used only once: possible typo at t/15-benchmark.t
line 36.
Name "main::pub2" used only once: possible typo at t/15-benchmark.t
line 40.
Name "main::priv2" used only once: possible typo at t/15-benchmark.t
line 40.
Name "main::keychain" used only once: possible typo at t/15-
benchmark.t line 34.
Name "main::sig" used only once: possible typo at t/15-benchmark.t
line 43.
Name "main::sigcrtpkcs" used only once: possible typo at t/15-
benchmark.t line 51.
Name "main::sigpkcs" used only once: possible typo at t/15-benchmark.t
line 43.
t/15-benchmark.......ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-----------------------------------------------------------------------
--------
t/11-wrapper.t 0 138 12 24 200.00% 1-12
Failed 1/16 test scripts, 93.75% okay. 12/94 subtests failed, 87.23%
okay.
make: *** [test_dynamic] Error 2
The output from perl -Mlib ./t/11-wrapper.t is
1..12
.+(23).+(43)......+.........+...........+...........+
(62)...+..+..+..............+..............+..+....+..+..+(89)...+
(117)....+....+.....................+....+...........+..........+.+....
...+............+...........+
(150)........+............+..+...............+......+(192)
..+.......+(37)......+............+........+...+.......+
(56)..............+.+..................+(79)....+..................+
(135)......+................+........+..........................+......
.+(192)
Bus error(coredump)
Please help and let me know what to do for the same. I need to use
SFTP and this is roadblock.