Date: Wed, 26 Feb 2020 16:09:02 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 244435] Freebsd 11.3 i386 www/mod_php72 crashes apache24 in openssl initialization Message-ID: <bug-244435-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244435 Bug ID: 244435 Summary: Freebsd 11.3 i386 www/mod_php72 crashes apache24 in openssl initialization Product: Ports & Packages Version: Latest Hardware: i386 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: tz@freebsd.org Reporter: satz@iranger.com Flags: maintainer-feedback?(tz@freebsd.org) Assignee: tz@freebsd.org Building www/mod_php72 after building lang/php72 causes apache24 to crash w= ith the following backtrace: Program received signal SIGSEGV, Segmentation fault. 0x284c7150 in strcmp () from /lib/libc.so.7 (gdb) bt #0 0x284c7150 in strcmp () from /lib/libc.so.7 #1 0x28b2acec in OBJ_NAME_init () from /lib/libcrypto.so.8 #2 0x28b219a9 in lh_insert () from /lib/libcrypto.so.8 #3 0x28b2b007 in OBJ_NAME_add () from /lib/libcrypto.so.8 #4 0x28b2a864 in EVP_add_cipher () from /lib/libcrypto.so.8 #5 0x296b1e65 in OPENSSL_init_ssl () from /usr/local/lib/libssl.so.11 #6 0x283949be in pthread_once () from /lib/libthr.so.3 #7 0x298666bb in CRYPTO_THREAD_run_once () from /usr/local/lib/libcrypto.s= o.11 #8 0x296b1cc6 in OPENSSL_init_ssl () from /usr/local/lib/libssl.so.11 #9 0x293cbe6d in zm_startup_openssl () from /usr/local/lib/php/20170718/openssl.so #10 0x28e27378 in zend_startup_module_ex () from /usr/local/libexec/apache24/libphp7.so #11 0x28e2776d in zend_startup_modules () from /usr/local/libexec/apache24/libphp7.so #12 0x28e33d24 in zend_hash_apply () from /usr/local/libexec/apache24/libphp7.so #13 0x28e275f5 in zend_startup_modules () from /usr/local/libexec/apache24/libphp7.so #14 0x28dc98dd in php_module_startup () from /usr/local/libexec/apache24/libphp7.so #15 0x28edf252 in zend_check_arg_type () from /usr/local/libexec/apache24/libphp7.so ---Type <return> to continue, or q <return> to quit--- #16 0x28edebf2 in zend_check_arg_type () from /usr/local/libexec/apache24/libphp7.so #17 0x08094c1c in ap_run_post_config () #18 0x08073911 in main () Tried rebuilding openssl-1.1.1d and php72-openssl-7.2.28 with no difference. Thanks. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244435-7788>