Re: [PHP-DEV] Re: PHP 4.0 Bug #7975 Updated: mod_perl and PHP From: The BOFH (TheBOFH <email protected>)
Date: 12/04/00

At 05:22 PM 12/4/2000 +0200, you wrote:
>On Mon, 4 Dec 2000, The BOFH wrote:
>
> >At 01:39 PM 12/4/2000 +0000, you wrote:
> >
> >>Could you please provide a gdb backtrace of this crash?
> >
> >How does one go about this?
>
>http://bugs.php.net/bugs-generating-backtrace.php
>
>--Jani

[root <email protected> apache]# gdb /usr/local/apache/bin/httpd
GNU gdb 5.0
Copyright 2000 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 "i586-mandrake-linux"...

(gdb) run -X
Starting program: /usr/local/apache/bin/httpd -X
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.

Program received signal SIGSEGV, Segmentation fault.
0x402db1fb in ?? ()
(gdb) bt
#0 0x402db1fb in ?? ()
#1 0x402db3df in ?? ()
#2 0x808d659 in ap_invoke_handler ()
#3 0x80a23cf in process_request_internal ()
#4 0x80a243a in ap_process_request ()
#5 0x8099536 in child_main ()
#6 0x8099711 in make_child ()
#7 0x809988c in startup_children ()
#8 0x8099eed in standalone_main ()
#9 0x809a73c in main ()
#10 0x401accbe in __libc_start_main () from /lib/libc.so.6

It's configuration. Crashes whether started with SSL or not:

[Mon Dec 4 12:19:43 2000] [notice] Apache/1.3.14 (Unix) PHP/4.0.3pl1
mod_perl/1.24_01 mod_ssl/2.7.1 OpenSSL/0.9.6 configured -- resuming normal
operations

Thank you.

S

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>