Hi,

I've tried installing OpenSSL 0.9.8h from source on several FreeBSD  
4.x systems, but they all fail the same test while running 'make test'  
after a successful compile (this is on FreeBSD 4.4 on an i386):

$ ./config -d --prefix=/usr --openssldir=/etc/ssl shared
$ gmake
[...]
$ gmake test
[...]
starting big number library test, could take a while...
test BN_add
test BN_sub
test BN_lshift1
test BN_lshift (fixed)
test BN_lshift
test BN_rshift1
test BN_rshift
test BN_sqr
Segmentation fault - core dumped
gmake[1]: *** [test_bn] Error 139
gmake[1]: Leaving directory `/usr/local/tmp/openssl-0.9.8h/test'
gmake: *** [tests] Error 2
$ cd test
$ gdb bntest bntest.core
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and  
you are
welcome to change it and/or distribute copies of it under certain  
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for  
details.
This GDB was configured as "i386-unknown-freebsd"...
Core was generated by `bntest'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/local/tmp/openssl-0.9.8h/test/../util/../ 
libcrypto.so.0.9.8...done.
Reading symbols from /usr/local/tmp/openssl-0.9.8h/test/../util/../ 
libssl.so.0.9.8...done.
Reading symbols from /usr/lib/libc_r.so.4...done.
Reading symbols from /usr/libexec/ld-elf.so.1...done.
#0  0x280ccfc1 in bn_mul_add_words ()
    from /usr/local/tmp/openssl-0.9.8h/test/../util/../libcrypto.so. 
0.9.8
(gdb) bt
#0  0x280ccfc1 in bn_mul_add_words ()
    from /usr/local/tmp/openssl-0.9.8h/test/../util/../libcrypto.so. 
0.9.8
#1  0x8 in ?? ()
Cannot access memory at address 0xff0000ff.
(gdb) quit


I should also mention that OpenSSL 0.9.7m compiles and completes all  
tests successfully. This problem seems to apply to 0.9.8 only.

Regards,
Gunnar

-- 
Gunnar Helliesen, Norwegian at large.
Blog at http://luni.net/



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to