DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19752>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19752 2.0.45 core dumps at startup when using custom layout. Summary: 2.0.45 core dumps at startup when using custom layout. Product: Apache httpd-2.0 Version: 2.0.45 Platform: Sun OS/Version: Solaris Status: NEW Severity: Major Priority: Other Component: mod_ssl AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I built 2.0.45 using a custom layout to define the directory structure. One of the elements of the configuration places the logfiledir outside of ${prefix}. logfiledir: /var/log/httpsd After compiling/installing the binaries, when I go to start the daemon, it core dumps (backtrace is below). Based on the backtrace information, I created a "logs" directory under ${prefix} and the daemon starts and runs properly. (gdb) bt #0 0xff04f6c0 in apr_file_close (file=0x0) at open.c:202 #1 0xff056974 in proc_mutex_fcntl_cleanup (mutex_=0x143cb0) at proc_mutex.c:499 #2 0xff0569fc in proc_mutex_fcntl_create (new_mutex=0x143cb0, fname=0xafd80 "/opt/apps/httpsd/logs/ssl_mutex.2907") at proc_mutex.c:523 #3 0xff056c94 in proc_mutex_create (new_mutex=0x143cb0, mech=720256, fname=0xafd80 "/opt/apps/httpsd/logs/ssl_mutex.2907") at proc_mutex.c:815 #4 0xff056ce0 in apr_proc_mutex_create (mutex=0x143ca4, fname=0xafd80 "/opt/apps/httpsd/logs/ssl_mutex.2907", mech=APR_LOCK_FCNTL, pool=0xb15f8) at proc_mutex.c:838 #5 0xff056020 in apr_global_mutex_create (mutex=0xaf894, fname=0xafd80 "/opt/apps/httpsd/logs/ssl_mutex.2907", mech=APR_LOCK_FCNTL, pool=0xb15f8) at global_mutex.c:94 #6 0x0003d880 in ssl_mutex_init (s=0xb5558, p=0xb15f8) at ssl_engine_mutex.c:76 #7 0x00037ed8 in ssl_init_Module (p=0xb15f8, plog=0xe96d8, ptemp=0xeb6e0, base_server=0xb5558) at ssl_engine_init.c:303 #8 0x00066308 in ap_run_post_config (pconf=0xb15f8, plog=0xe96d8, ptemp=0xeb6e0, s=0xb5558) at config.c:131 #9 0x0006b4cc in main (argc=3, argv=0xffbefc6c) at main.c:607 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
