https://issues.apache.org/bugzilla/show_bug.cgi?id=56091
--- Comment #2 from Sean Timmins <[email protected]> --- The version os of APR are those that come with the particular version of the source. From the outpout of httpd -V: httpd v2.2.11 -> apr v1.3.3, apr-util v1.3.4 httpd v2.2.22 -> apr v1.4.5, apr-util v1.4.1 httpd v2.2.26 -> apr v1.4.8, apr-util v1.5.2 The configure line used to build all three versions was: ./configure \ --prefix=/apps/wps/common/httpd-2.2.26 \ --enable-so \ --with-mpm=worker \ --enable-cgid \ --with-ssl=/usr/local/ssl \ --enable-mods-shared="all ssl cache proxy authn_alias mem_cache file_cache charset_lite dav_lock disk_cache" But no other changes to the configure environment were made. We don't actually use sqlite3. We are getting both "exit signal Bus error (10)" and "exit signal Segmentation fault (11)" but no cores at the moment, I'll find out what is happening to them and get a backtrace. We are only getting these on the production server which is running the shibboleth apache module. "SSLMutex pthread" got rid of the Deadlock warning on the server we are testing this on (which is not producing any cores). And I can generate the SSL error without any core messages in the error log on the production server. I'll continue digging -- 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]
