DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43317>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43317 ------- Additional Comments From [EMAIL PROTECTED] 2007-09-06 00:27 ------- I can confirm that the same segfault failure occurs when apache is compiled as a 32 bit application. In the following backtrace, libphp5.so was not loaded because we only have it built as a 64 bit library. (gdb) run -DSSL Starting program: /opt/apache2/bin/httpd -DSSL warning: Temporarily disabling breakpoints for unloaded shared library "/usr/lib/ld.so.1" warning: Lowest section in /lib/libpthread.so.1 is .dynamic at 00000074 warning: Lowest section in /lib/libdl.so.1 is .hash at 000000b4 Program received signal SIGSEGV, Segmentation fault. 0xfeed51c4 in _free_unlocked () from /lib/libc.so.1 (gdb) bt #0 0xfeed51c4 in _free_unlocked () from /lib/libc.so.1 #1 0xfeed516c in free () from /lib/libc.so.1 #2 0xfe8448d0 in CRYPTO_free () from /opt/lib/libcrypto.so.0.9.8 #3 0xfe8b72a8 in sk_free () from /opt/lib/libcrypto.so.0.9.8 #4 0xfe9aad18 in SSL_CTX_free () from /opt/lib/libssl.so.0.9.8 #5 0xfe9edff0 in ssl_init_ModuleKill (data=<value optimized out>) at ssl_engine_init.c:1233 #6 0xff195bf0 in apr_pool_clear (pool=0x14a4e0) at memory/unix/apr_pools.c:2034 #7 0x00026e54 in main (argc=-2115502080, argv=0x91d0203a) at main.c:667 -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
