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

segfault - assertion "rv == APR_SUCCESS" failed

           Summary: segfault - assertion "rv == APR_SUCCESS" failed
           Product: Apache httpd-2.0
           Version: 2.0.48
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I've encountered the following crash during a nightly restart of Apache. 2.0.48
running on OpenBSD 3.3. This was after about 49 days uptime of Apache.

error.log:
[Wed Jan 07 00:00:06 2004] [notice] Graceful restart requested, doing restart
[Wed Jan 07 00:00:06 2004] [warn] (22)Invalid argument: connect to listener
[Wed Jan 07 00:00:06 2004] [crit] [Wed Jan 07 00:00:06 2004] file config.c, line
1864, assertion "rv == APR_SUCCESS" failed
[Wed Jan 07 00:00:06 2004] [notice] seg fault or similar nasty error detected in
the parent process

Backtrache from httpd.core:
(gdb) core-file  httpd.core
Core was generated by `httpd'.
Program terminated with signal 6, Abort trap.
Reading symbols from /usr/libexec/ld.so...done.
Reading symbols from /usr/lib/libssl.so.7.0...done.
Reading symbols from /usr/lib/libcrypto.so.9.0...done.
Reading symbols from /usr/local/apache2/lib/libaprutil-0.so.9.5...done.
Reading symbols from /usr/local/lib/libexpat.so.3.0...done.
Reading symbols from /usr/local/apache2/lib/libapr-0.so.9.5...done.
Reading symbols from /usr/lib/libm.so.1.0...done.
Reading symbols from /usr/lib/libpthread.so.1.0...done.
Reading symbols from /usr/lib/libc.so.29.0...done.
#0  0x402c6fdb in _thread_sys_kill ()
(gdb) where
#0  0x402c6fdb in _thread_sys_kill ()
#1  0x402c68c7 in abort ()
#2  0x6ef29 in ap_log_assert (szExp=0x6d5cd "rv == APR_SUCCESS",
    szFile=0x6a627 "config.c", nLine=1864) at log.c:728
#3  0x6d710 in init_server_config (process=0xc9098, p=0xcb018) at config.c:1864
#4  0x6d7a5 in ap_read_config (process=0xc9098, ptemp=0x11d018,
    filename=0x705eb "conf/httpd.conf", conftree=0xb6b70) at config.c:1883
#5  0x70ec0 in L112 () at main.c:631


I know it's probably not much info, but as I still have the core file I can
provide any more info you want.

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

Reply via email to