You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Cliff Woolley <jw...@virginia.edu> on 2002/07/14 00:45:07 UTC

rh6.2 1.3.22 backtrace

This backtrace is from RH6.2's 1.3.22 RPM running with a (possibly
mismatched) version of mod_ssl.

The backtrace doesn't make much sense to me... does it ring any bells to
anybody else?  I already told the guy he might have to just rebuild the
whole thing.

But...

--Cliff

---------- Forwarded message ----------
Date: Sat, 13 Jul 2002 18:21:14 -0400
From: Shaun T. Erickson <st...@ste-land.com>
To: Cliff Woolley <jw...@apache.org>
Subject: Re: URGENT: need mod_ssl rpm to work with RedHat's apache_1.3.22
    rpm on RH6.2

[root@ny2 sbin]# gdb ./httpd
GNU gdb 19991004
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
(no debugging symbols found)...
(gdb) run -X
Starting program: /usr/sbin/./httpd -X

Program received signal SIGSEGV, Segmentation fault.
0x806b5bf in ap_ctx_set ()
(gdb) bt
#0  0x806b5bf in ap_ctx_set ()
#1  0x404d16fc in ssl2_set_certificate () from /usr/lib/libssl.so.0
#2  0x80533f0 in ap_cleanup_method_ptrs ()
#3  0x80534c8 in ap_run_post_read_request ()
#4  0x805e5fb in ap_read_request ()
#5  0x805bee4 in ap_child_terminate ()
#6  0x805bf9b in ap_child_terminate ()
#7  0x805c099 in ap_child_terminate ()
#8  0x805c575 in ap_child_terminate ()
#9  0x805cb9f in main ()
#10 0x400bd9cb in __libc_start_main (main=0x805c920 <main>, argc=2,
    argv=0xbffffb84, init=0x804f39c <_init>, fini=0x807b78c <_fini>,
    rtld_fini=0x4000aea0 <_dl_fini>, stack_end=0xbffffb7c)
    at ../sysdeps/generic/libc-start.c:92
(gdb) quit
The program is running.  Exit anyway? (y or n) y
[root@ny2 sbin]#

    -ste