Richard Levitte - VMS Whacker wrote:
In message <[EMAIL PROTECTED]> on Tue, 28 Jun 2005 09:29:54 -0700, Rodney Thayer 
<[EMAIL PROTECTED]> said:

rodney> 'make test' never works.  in the EC test, it runs a long time
rodney> (tracing the output gives multiple gigabytes of text, it seems
rodney> to take on the order of an hour or more).  the failure is a
rodney> memory fault of some kind.  After I confirm this isn't a known
rodney> problem I'll run it again and post the last bit of the
rodney> output.

We will also need to know exactly how you configured it, and what the
configuration output was.

with openssl-0.9.7g, on fedora core 3 on an intel box:

  ./config
  ./config no-shared
  ./config no-shared no-idea
  ./config no-shared no-idea no-rc5
  ./config no-shared no-idea no-rc5 -d    work


with openssl-0.9.8-beta6, on fedora core 3 on an intel box, for example:

  "./config no-shared no-idea no-rc5 -d"  FAILS
  "./config no-shared no-idea no-rc5"     works
  "./config no-shared no-idea"            works
  "./config no-shared"                    works
  "./config"                              works

attached is the config output from 0.9.8 beta 6 in the bad case (with the -d)

./config no-shared no-idea no-rc5 -d

Operating system: i686-whatever-linux2
Configuring for debug-linux-elf
Configuring for debug-linux-elf
    no-gmp          [default]  OPENSSL_NO_GMP (skip dir)
    no-idea         [option]   OPENSSL_NO_IDEA (skip dir)
    no-krb5         [krb5-flavor not specified] OPENSSL_NO_KRB5
    no-mdc2         [default]  OPENSSL_NO_MDC2 (skip dir)
    no-rc5          [option]   OPENSSL_NO_RC5 (skip dir)
    no-shared       [option]
    no-zlib         [default]
    no-zlib-dynamic [default]
IsMK1MF=0
CC            =gcc
CFLAG =-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -mcpu=pentium -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM
EX_LIBS       =-lefence -ldl
CPUID_OBJ     =x86cpuid-elf.o
BN_ASM        =bn86-elf.o co86-elf.o
DES_ENC       =dx86-elf.o yx86-elf.o
AES_ASM_OBJ   =ax86-elf.o
BF_ENC        =bx86-elf.o
CAST_ENC      =cx86-elf.o
RC4_ENC       =rx86-elf.o
RC5_ENC       =r586-elf.o
MD5_OBJ_ASM   =mx86-elf.o
SHA1_OBJ_ASM  =sx86-elf.o s512sse2-elf.o
RMD160_OBJ_ASM=rm86-elf.o
PROCESSOR     =
RANLIB        =/usr/bin/ranlib
ARFLAGS       =
PERL          =/usr/bin/perl
THIRTY_TWO_BIT mode
DES_PTR used
DES_RISC1 used
DES_UNROLL used
BN_LLONG mode
RC4_INDEX mode
RC4_CHUNK is undefined
e_os2.h => include/openssl/e_os2.h
making links in crypto...
make[1]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto'
crypto.h => ../include/openssl/crypto.h
tmdiff.h => ../include/openssl/tmdiff.h
opensslv.h => ../include/openssl/opensslv.h
opensslconf.h => ../include/openssl/opensslconf.h
ebcdic.h => ../include/openssl/ebcdic.h
symhacks.h => ../include/openssl/symhacks.h
ossl_typ.h => ../include/openssl/ossl_typ.h
making links in crypto/objects...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/objects'
objects.h => ../../include/openssl/objects.h
obj_mac.h => ../../include/openssl/obj_mac.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/objects'
making links in crypto/md2...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/md2'
md2.h => ../../include/openssl/md2.h
md2test.c => ../../test/md2test.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/md2'
making links in crypto/md4...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/md4'
md4.h => ../../include/openssl/md4.h
md4test.c => ../../test/md4test.c
md4.c => ../../apps/md4.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/md4'
making links in crypto/md5...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/md5'
md5.h => ../../include/openssl/md5.h
md5test.c => ../../test/md5test.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/md5'
making links in crypto/sha...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/sha'
sha.h => ../../include/openssl/sha.h
shatest.c => ../../test/shatest.c
sha1test.c => ../../test/sha1test.c
sha256t.c => ../../test/sha256t.c
sha512t.c => ../../test/sha512t.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/sha'
making links in crypto/hmac...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/hmac'
hmac.h => ../../include/openssl/hmac.h
hmactest.c => ../../test/hmactest.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/hmac'
making links in crypto/ripemd...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/ripemd'
ripemd.h => ../../include/openssl/ripemd.h
rmdtest.c => ../../test/rmdtest.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/ripemd'
making links in crypto/des...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/des'
des.h => ../../include/openssl/des.h
des_old.h => ../../include/openssl/des_old.h
destest.c => ../../test/destest.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/des'
making links in crypto/aes...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/aes'
aes.h => ../../include/openssl/aes.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/aes'
making links in crypto/rc2...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/rc2'
rc2.h => ../../include/openssl/rc2.h
rc2test.c => ../../test/rc2test.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/rc2'
making links in crypto/rc4...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/rc4'
rc4.h => ../../include/openssl/rc4.h
rc4test.c => ../../test/rc4test.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/rc4'
making links in crypto/bf...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/bf'
blowfish.h => ../../include/openssl/blowfish.h
bftest.c => ../../test/bftest.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/bf'
making links in crypto/cast...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/cast'
cast.h => ../../include/openssl/cast.h
casttest.c => ../../test/casttest.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/cast'
making links in crypto/bn...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/bn'
bn.h => ../../include/openssl/bn.h
bntest.c => ../../test/bntest.c
exptest.c => ../../test/exptest.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/bn'
making links in crypto/ec...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/ec'
ec.h => ../../include/openssl/ec.h
ectest.c => ../../test/ectest.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/ec'
making links in crypto/rsa...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/rsa'
rsa.h => ../../include/openssl/rsa.h
rsa_test.c => ../../test/rsa_test.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/rsa'
making links in crypto/dsa...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/dsa'
dsa.h => ../../include/openssl/dsa.h
dsatest.c => ../../test/dsatest.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/dsa'
making links in crypto/ecdsa...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/ecdsa'
ecdsa.h => ../../include/openssl/ecdsa.h
ecdsatest.c => ../../test/ecdsatest.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/ecdsa'
making links in crypto/dh...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/dh'
dh.h => ../../include/openssl/dh.h
dhtest.c => ../../test/dhtest.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/dh'
making links in crypto/ecdh...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/ecdh'
ecdh.h => ../../include/openssl/ecdh.h
ecdhtest.c => ../../test/ecdhtest.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/ecdh'
making links in crypto/dso...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/dso'
dso.h => ../../include/openssl/dso.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/dso'
making links in crypto/engine...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/engine'
engine.h => ../../include/openssl/engine.h
enginetest.c => ../../test/enginetest.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/engine'
making links in crypto/buffer...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/buffer'
buffer.h => ../../include/openssl/buffer.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/buffer'
making links in crypto/bio...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/bio'
bio.h => ../../include/openssl/bio.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/bio'
making links in crypto/stack...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/stack'
stack.h => ../../include/openssl/stack.h
safestack.h => ../../include/openssl/safestack.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/stack'
making links in crypto/lhash...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/lhash'
lhash.h => ../../include/openssl/lhash.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/lhash'
making links in crypto/rand...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/rand'
rand.h => ../../include/openssl/rand.h
randtest.c => ../../test/randtest.c
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/rand'
making links in crypto/err...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/err'
err.h => ../../include/openssl/err.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/err'
making links in crypto/evp...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/evp'
evp.h => ../../include/openssl/evp.h
evp_test.c => ../../test/evp_test.c
cp evptests.txt ../../test
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/evp'
making links in crypto/asn1...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/asn1'
asn1.h => ../../include/openssl/asn1.h
asn1_mac.h => ../../include/openssl/asn1_mac.h
asn1t.h => ../../include/openssl/asn1t.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/asn1'
making links in crypto/pem...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/pem'
pem.h => ../../include/openssl/pem.h
pem2.h => ../../include/openssl/pem2.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/pem'
making links in crypto/x509...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/x509'
x509.h => ../../include/openssl/x509.h
x509_vfy.h => ../../include/openssl/x509_vfy.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/x509'
making links in crypto/x509v3...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/x509v3'
x509v3.h => ../../include/openssl/x509v3.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/x509v3'
making links in crypto/conf...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/conf'
conf.h => ../../include/openssl/conf.h
conf_api.h => ../../include/openssl/conf_api.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/conf'
making links in crypto/txt_db...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/txt_db'
txt_db.h => ../../include/openssl/txt_db.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/txt_db'
making links in crypto/pkcs7...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/pkcs7'
pkcs7.h => ../../include/openssl/pkcs7.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/pkcs7'
making links in crypto/pkcs12...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/pkcs12'
pkcs12.h => ../../include/openssl/pkcs12.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/pkcs12'
making links in crypto/comp...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/comp'
comp.h => ../../include/openssl/comp.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/comp'
making links in crypto/ocsp...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/ocsp'
ocsp.h => ../../include/openssl/ocsp.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/ocsp'
making links in crypto/ui...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/ui'
ui.h => ../../include/openssl/ui.h
ui_compat.h => ../../include/openssl/ui_compat.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/ui'
making links in crypto/krb5...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/krb5'
krb5_asn.h => ../../include/openssl/krb5_asn.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/krb5'
making links in crypto/store...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/store'
store.h => ../../include/openssl/store.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/store'
making links in crypto/pqueue...
make[2]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/pqueue'
pqueue.h => ../../include/openssl/pqueue.h
pq_compat.h => ../../include/openssl/pq_compat.h
make[2]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto/pqueue'
make[1]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/crypto'
making links in ssl...
make[1]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/ssl'
ssl.h => ../include/openssl/ssl.h
ssl2.h => ../include/openssl/ssl2.h
ssl3.h => ../include/openssl/ssl3.h
ssl23.h => ../include/openssl/ssl23.h
tls1.h => ../include/openssl/tls1.h
dtls1.h => ../include/openssl/dtls1.h
kssl.h => ../include/openssl/kssl.h
ssltest.c => ../test/ssltest.c
make[1]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/ssl'
making links in engines...
make[1]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/engines'
make[1]: Nothing to be done for `links'.
make[1]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/engines'
making links in apps...
make[1]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/apps'
make[1]: Nothing to be done for `links'.
make[1]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/apps'
making links in test...
make[1]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/test'
make[1]: Nothing to be done for `links'.
make[1]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/test'
making links in tools...
make[1]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/tools'
make[1]: Nothing to be done for `links'.
make[1]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/tools'
generating dummy tests (if needed)...
make[1]: Entering directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/test'
make[1]: Nothing to be done for `generate'.
make[1]: Leaving directory 
`/cj/hotcell/research/ssl/fail/openssl-0.9.8-beta6/test'

Since you've disabled or enabled at least one algorithm, you need to do
the following before building:

        make depend

Configured for debug-linux-elf.

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

Reply via email to