Skip Menu |

This queue is for tickets about the Crypt-RSA CPAN distribution.

Report information
The Basics
Id: 19172
Status: resolved
Priority: 0/
Queue: Crypt-RSA

People
Owner: Nobody in particular
Requestors: rahul.sharma [...] hp.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 1.50
  • 1.55
  • 1.56
  • 1.57
Fixed in: (no value)



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.
From: rahul.sharma [...] hp.com
Here is analysis of Core generated by above error.. gdb -c core HP gdb 5.0 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00 and target hppa1.1-hp-hpux11.00. Copyright 1986 - 2001 Free Software Foundation, Inc. Hewlett-Packard Wildebeest 5.0 (based on GDB) is covered by the GNU General Public License. Type "show copying" to see the conditions to change it and/or distribute copies. Type "show warranty" for warranty/support. warning: Unknown symbols for 'core'; use the 'symbol-file' command. Core was generated by `perl'. Program terminated with signal 10, Bus error. #0 0xd0d1f838 in <unknown_procedure> ()
This is probably a Math::Pari issue. I think there might be a bug (or a fix!) for it now. If it work for you now, I'd appreciate an update since I don't have an HP-UX box to test this on.
Closing as Math::Pari build issue - please see the README file in Math::Pari distribution.