We have an internal webserver that crashes periodically with SIGSEGV. The backtrace is always the same:
#0 0x104e02ef in ssl3_write_pending () from /usr/local/lib/libssl.so.3 #1 0x104e01f7 in do_ssl3_write () from /usr/local/lib/libssl.so.3 #2 0x104dfedb in ssl3_write_bytes () from /usr/local/lib/libssl.so.3 #3 0x104de329 in ssl3_write () from /usr/local/lib/libssl.so.3 #4 0x104e6066 in SSL_write () from /usr/local/lib/libssl.so.3 #5 0x1048bbf8 in SSL_writev () from /usr/local/libexec/apache/libssl.so #6 0x1048bb24 in ssl_io_hook_writev () from /usr/local/libexec/apache/libssl.so #7 0x806e41f in ap_hook_call_func () #8 0x806e018 in ap_hook_call () #9 0x8052fd7 in writev_it_all () #10 0x805326d in large_write () #11 0x805330c in ap_bwrite () #12 0x8061e3b in ap_send_fb_length () #13 0x8061c18 in ap_send_fb () #14 0x102a2db0 in cgi_handler () from /usr/local/libexec/apache/mod_cgi.so #15 0x8053ea9 in ap_invoke_handler () #16 0x80646ec in process_request_internal () #17 0x806474d in ap_process_request () #18 0x805d7f2 in child_main () #19 0x805da2d in make_child () #20 0x805e155 in standalone_main () #21 0x805e6ff in main () #22 0x804fd0e in _start () I have seen a few references to this problem in google searches, but no references to a solution. Any suggestions? ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
