On Feb 26, 2014, at 11:58 , Zoltan Arpadffy <z...@polarhome.com> wrote:

> irix-cc - N/A
> irix-mips3-cc - N/A
> irix64-mips4-cc - N/A I do not have a licence (if anybody has a licence a 
> donation would be warm welcome)

I get segmentation faults and bus errors in irix-cc during make test in bntest 
and ectest. The other two 
(irix-mips3-cc and irix64-mips4-cc) work for me (IRIX 6.5.30f, cc 7.4.4), aside 
from the fact that 
parallel builds fail.

The segfault in bntest:


Process 49654 (bntest) stopped on signal SIGSEGV: Segmentation violation 
(default) at [bn_mul_mont_internal:40 ,0x1004e61c]
 40  lw        $8,0($8)
(dbx) >  0 bn_mul_mont_internal(0x1014ee40, 0x1014ee40, 0x1014ee40, 0x1014c160, 
0x9bd51557, 0x9bd51557, 0x0, 0x744c7604) 
["/usr/people/canavan/src/openssl/102/openssl/crypto/bn/mips-mont.s":40, 
0x1004e61c]
  1 BN_mod_mul_montgomery(0x7ffb7d90, 0x7ffb7d90, 0x7ffb7d90, 0x0, 0x9bd51557, 
0x9bd51557, 0x0, 0x744c7604) 
["/usr/people/canavan/src/openssl/102/openssl/crypto/bn/bn_mont.c":142, 
0x1004d6d4]
  2 BN_mod_exp_mont_consttime(0x1014ad00, 0x0, 0x1014af80, 0x1, 0x9bd51557, 
0x9bd51557, 0x0, 0x0) 
["/usr/people/canavan/src/openssl/102/openssl/crypto/bn/bn_exp.c":1061, 
0x10031ae4]
  3 test_mod_exp_mont5(0x1014ee40, 0x1014ad00, 0x1014ee40, 0x1014c160, 
0x9bd51557, 0x9bd51557, 0x0, 0x744c7604) 
["/usr/people/canavan/src/openssl/102/openssl/test/bntest.c":1069, 0x1002cc64]
  4 main(0x10029e40, 0x1014ad38, 0x1014ee40, 0x1014c160, 0x9bd51557, 
0x9bd51557, 0x0, 0x744c7604) 
["/usr/people/canavan/src/openssl/102/openssl/test/bntest.c":254, 0x1002a414]
  5 __start() 
["/xlv55/kudzu-apr12/work/irix/lib/libc/libc_n32_M4/csu/crt1text.s":177, 
0x10029e08]

Bus error in ectest:

verify group order ...Process 45758 (ectest) stopped on signal SIGBUS: Bus 
error (default) at [bn_mul_mont_internal:40 ,0x1006db2c]
 40  lw        $8,0($8)
(dbx) where
> 0 bn_mul_mont_internal(0x101d4f60, 0x101d4ea0, 0x101d4f40, 0x101b70c0, 0x0, 
> 0x0, 0x2, 0x2) 
> ["/usr/people/canavan/src/openssl/102/openssl/crypto/bn/mips-mont.s":40, 
> 0x1006db2c]
  1 BN_mod_mul_montgomery(r = 0x101d5aa8, a = 0x101d56bc, b = 0x101d5abc, mont 
= 0x101d4a08, ctx = 0x101d53c0) 
["/usr/people/canavan/src/openssl/102/openssl/crypto/bn/bn_mont.c":142, 
0x1006c940]
  2 ec_GFp_mont_field_mul(group = 0x101d3248, r = 0x101d5aa8, a = 0x101d56bc, b 
= 0x101d5abc, ctx = 0x101d53c0) 
["/usr/people/canavan/src/openssl/102/openssl/crypto/ec/ecp_mont.c":266, 
0x10063608]
  3 ec_GFp_simple_dbl(group = 0x101d3248, r = 0x101d58b8, a = 0x101d56b8, ctx = 
0x101d53c0) 
["/usr/people/canavan/src/openssl/102/openssl/crypto/ec/ecp_smpl.c":887, 
0x10065ed0]
  4 EC_POINT_dbl(group = 0x101d3248, r = 0x101d58b8, a = 0x101d56b8, ctx = 
0x101d53c0) 
["/usr/people/canavan/src/openssl/102/openssl/crypto/ec/ec_lib.c":942, 
0x1003ab18]
  5 ec_wNAF_mul(group = 0x101d3248, r = 0x101d5340, scalar = 0x101d4e40, num = 
0, points = 0x7ffb7d20, scalars = 0x7ffb7d24, ctx = 0x101d53c0) 
["/usr/people/canavan/src/openssl/102/openssl/crypto/ec/ec_mult.c":642, 
0x100620cc]
  6 EC_POINTs_mul(group = 0x101d3248, r = 0x101d5340, scalar = 0x101d4e40, num 
= 0, points = 0x7ffb7d20, scalars = 0x7ffb7d24, ctx = 0x101d53c0) 
["/usr/people/canavan/src/openssl/102/openssl/crypto/ec/ec_lib.c":1058, 
0x1003b1c8]
  7 EC_POINT_mul(group = 0x101d3248, r = 0x101d5340, g_scalar = 0x101d4e40, 
point = (nil), p_scalar = (nil), ctx = 0x101d53c0) 
["/usr/people/canavan/src/openssl/102/openssl/crypto/ec/ec_lib.c":1074, 
0x1003b2bc]
  8 group_order_tests(group = 0x101d3248) 
["/usr/people/canavan/src/openssl/102/openssl/test/ectest.c":207, 0x100299c4]
  9 prime_field_tests() 
["/usr/people/canavan/src/openssl/102/openssl/test/ectest.c":424, 0x1002c548]
  10 main(argc = 1, argv = 0x7ffb7ef4) 
["/usr/people/canavan/src/openssl/102/openssl/test/ectest.c":1468, 0x10037ee4]
  11 __start() 
["/xlv55/kudzu-apr12/work/irix/lib/libc/libc_n32_M4/csu/crt1text.s":177, 
0x10029848]


regards,


rainer______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to