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=18730>.
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=18730

apache 2.0.45 seg faults when SSL is enabled.

           Summary: apache 2.0.45 seg faults when SSL is enabled.
           Product: Apache httpd-2.0
           Version: 2.0.45
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: All
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I built apache 2.0.45 with the same configuration my 2.0.44 build had: 
./configure --enable-layout=Debian --enable-rewrite --enable-ssl  
--with-suexec-userdir --with-so By default, running 'httpd' apache runs fine, 
but when I run 'httpd -DSSL' it segfaults on me. I applied the patch that fixed 
the config files so that config.layout was used properly, but to no avail. I'm 
no genius with debuging tools, but I tried to take some basic info from gdb: 
(gdb) run -DSSL Starting program: /usr/sbin/httpd -DSSL [New Thread 1024 (LWP 
3641)]  Program received signal SIGSEGV, Segmentation fault. [Switching to 
Thread 1024 (LWP 3641)] 0x401f3601 in apr_file_close (file=0x0) at open.c:202 
202         return apr_pool_cleanup_run(file->pool, file, 
apr_unix_file_cleanup); (gdb) list 197         return APR_SUCCESS; 198     } 
199      200     APR_DECLARE(apr_status_t) apr_file_close(apr_file_t *file) 201 
    { 202         return apr_pool_cleanup_run(file->pool, file, 
apr_unix_file_cleanup); 203     } 204      205     APR_DECLARE(apr_status_t) 
apr_file_remove(const char *path, apr_pool_t *pool) 206     { (gdb) quit  Sorry 
if that isn't too help full. System: Gentoo Linux 2.4.20 gcc 2.95 pentium1 
Again, 2.0.44 works fine with the exact same configuration and is what I am 
still using right now. Thanks for any help you can give

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to