https://issues.apache.org/bugzilla/show_bug.cgi?id=54357
--- Comment #4 from Alexander Pyhalov <[email protected]> --- 32-bit/x86 Apache 2.4 crashes at startup on OpenIndiana (illumos distribution) with similar stack trace when ssl is enabled. 64 bit apache 2.4 is not affected. Apache 2.2 (both 32-bit and 64 bit) are not affected. (gdb) bt #0 0xfeaf9d40 in ?? () #1 0xfe99dd5c in int_free_ex_data () from /lib/libcrypto.so.1.0.0 #2 0xfe99daea in CRYPTO_free_ex_data () from /lib/libcrypto.so.1.0.0 #3 0xfea1df45 in x509_cb () from /lib/libcrypto.so.1.0.0 #4 0xfea22a39 in asn1_item_combine_free () from /lib/libcrypto.so.1.0.0 #5 0xfea22c33 in ASN1_item_free () from /lib/libcrypto.so.1.0.0 #6 0xfea1e132 in X509_free () from /lib/libcrypto.so.1.0.0 #7 0xfe524657 in ssl_pphrase_Handle (s=0x8117ab8, p=0x811bb60) at /export/home/alp/srcs/oi-userland/components/apache24/httpd-2.4.7/modules/ssl/ssl_engine_pphrase.c:116 #8 0xfe51183e in ssl_init_Module (p=0x80f2870, plog=0x8119b58, ptemp=0x811bb60, base_server=0x8117ab8) at /export/home/alp/srcs/oi-userland/components/apache24/httpd-2.4.7/modules/ssl/ssl_engine_init.c:54 #9 0x0809f33b in ap_run_post_config (pconf=0x80f2870, plog=0x8119b58, ptemp=0x811bb60, s=0x8117ab8) at /export/home/alp/srcs/oi-userland/components/apache24/httpd-2.4.7/server/config.c:87 #10 0x0807c5ff in main (argc=3, argv=0x8047d9c) at /export/home/alp/srcs/oi-userland/components/apache24/httpd-2.4.7/server/main.c:333 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
