Hi, My application runs fine with OpenSSL 0.9.8g on SUSE LINUX Enterprise Server 9 (s390x) VERSION = 9 PATCHLEVEL = 4 . I re-compiled my application with libcrypto.a and libssl.a of OpenSSL 0.9.8o (w/o FIPS). Now when I run my application I get the "segmentation fault" error with a core dump. Below is the function call stack from the core. The above exercise on HPPA 11.00 gives no problem and the application runs fine there. Did anyone get the same error and help me resolve this.
Thanks in advance for your help. jbhamra Program terminated with signal 11, Segmentation fault. #0 0x000002008001bb8c in ?? () (gdb) where #0 0x000002008001bb8c in ?? () #1 0x00000200000b87b0 in bnrand () from /lib64/libblsrp.so #2 0x00000200000b8abc in BN_rand () from /lib64/libblsrp.so #3 0x00000200000abc48 in BN_generate_prime_ex () from /lib64/libblsrp.so #4 0x0000020000355fb0 in RSA_generate_key_ex () from /lib64/libnc.so #5 0x00000200002ecb60 in RSA_generate_key () from /lib64/libnc.so #6 0x0000020000251e78 in bl_openssl_create_self_signed_certificate () from /lib64/libnc.so #7 0x0000020000253d8c in create_rscd_certificate_if_not_exist () from /lib64/libnc.so #8 0x0000020000283cea in r_init_rscd () from /lib64/libnc.so #9 0x0000000080030c5a in xercesc_2_7::DTDEntityDecl::isSerializable () #10 0x0000020000e79598 in __libc_start_main () from /lib64/libc.so.6 #11 0x000000008001f96a in xercesc_2_7::DTDEntityDecl::isSerializable () (gdb)