https://issues.apache.org/bugzilla/show_bug.cgi?id=44975
--- Comment #22 from Michael Chen <[email protected]> 2009-01-15 11:48:51 PST --- (In reply to comment #21) > ERR_free_strings and CRYPTO_cleanup_all_ex_data are never called by mod_ssl > in the httpd 2.0.x tree now. Apparently they might never have been. > Therefore this ticket doesn't apply at all to 2.0. If you have memory issues > they are elsewhere in the code, see similar tickets. Also note that not much > attention was paid in 2.0 to OpenSSL 0.9.8 as 0.9.7 was current. You really > must upgrade your software in sync, you can't expect project maintainers to > be in sync with every flavor of dependent library releases, especially ancient > and future ones. > Suggestions; revert to OpenSSL 0.9.7, or upgrade to httpd 2.2.x. > Closing I feel puzzled about your comment: Suggestions; revert to OpenSSL 0.9.7, or upgrade to httpd 2.2.x. I download the following installer from Apache web site: apache2.0.63-x86-openssl-0.9.7m.msi It uses OpenSSL 0.9.7 alreay and still has the same problem. The summary field for this bug is "memory leak with mod_ssl and zlib compression" and I can use the same test sequence to reproduce the problem, e.g. abs -n 100000 -c 149 -f tls1 https://localhost:443/. Should I report it in a seperate bug? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
