[root@blackwidow logs]# gdb /usr/local/apache/bin/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"...
(gdb) run -X -f /usr/local/apache/conf/http_debug.conf
Starting program: /usr/local/apache/bin/httpd -X -f
/usr/local/apache/conf/http_debug.conf
WARNING: detected MinSpareServers set to non-positive.
Resetting to 1 to avoid almost certain Apache failure.
Please read the documentation.

Program received signal SIGSEGV, Segmentation fault.
0x4021a17c in chunk_free (ar_ptr=0x402aef40, p=0x81e2ed0) at malloc.c:3119
3119    malloc.c: No such file or directory.
(gdb) bt
#0  0x4021a17c in chunk_free (ar_ptr=0x402aef40, p=0x81e2ed0) at
malloc.c:3119
#1  0x4021a005 in __libc_free (mem=0x81e2ed8) at malloc.c:3031
#2  0x40321039 in _efree (ptr=0x81e2ee4) at zend_alloc.c:238
#3  0x40333bcd in destroy_op_array (op_array=0x818fda4) at
zend_opcode.c:172
#4  0x4032e772 in execute (op_array=0x8198ba4) at ./zend_execute.c:2081
#5  0x4033a150 in zend_execute_scripts (type=8, file_count=3) at
zend.c:729
#6  0x4034b261 in php_execute_script (primary_file=0xbffff8b4) at
main.c:1221
#7  0x40347ca2 in apache_php_module_main (r=0x818457c,
display_source_mode=0) at sapi_apache.c:89
#8  0x403485c3 in send_php (r=0x818457c, display_source_mode=0,
filename=0x0) at mod_php4.c:516
#9  0x403485f4 in send_parsed_php (r=0x818457c) at mod_php4.c:527
#10 0x8094ae3 in ap_invoke_handler ()
#11 0x80a8a89 in process_request_internal ()
#12 0x80a8eb8 in ap_internal_redirect ()
#13 0x8067cad in handle_dir ()
#14 0x8094ae3 in ap_invoke_handler ()
#15 0x80a8a89 in process_request_internal ()
#16 0x80a8aec in ap_process_request ()
#17 0x80a002e in child_main ()
#18 0x80a01dc in make_child ()
#19 0x80a0339 in startup_children ()
#20 0x80a0976 in standalone_main ()
#21 0x80a1113 in main ()
#22 0x401d89bb in __libc_start_main (main=0x80a0dbc <main>, argc=4,
argv=0xbffffaf4, init=0x8054ce8 <_init>,
    fini=0x80d7a80 <_fini>, rtld_fini=0x4000af40 <_dl_fini>,
stack_end=0xbffffaec) at ../sysdeps/generic/libc-start.c:92
(gdb) continue
Continuing.

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb)

Any ideas :) I've recompiled up the ying yang

Connected to localhost.
Escape character is '^]'.
HEAD / HTTP/1.0

HTTP/1.1 200 OK
Date: Fri, 27 Apr 2001 04:32:13 GMT
Server: Apache/1.3.19 (Unix) PHP/4.0.4pl1 AuthMySQL/2.20 mod_ssl/2.8.2
OpenSSL/0.9.5a
Content-Location: index.html.en
Vary: negotiate,accept-language,accept-charset
TCN: choice
Last-Modified: Sat, 07 Apr 2001 21:17:24 GMT
ETag: "36cca-a71-3acf83e4;3adfb0bb"
Accept-Ranges: bytes
Content-Length: 2673
Connection: close
Content-Type: text/html
Content-Language: en
Expires: Fri, 27 Apr 2001 04:32:13 GMT

Connection closed by foreign host.
[root@blackwidow logs]#

PHP:
./configure  --with-mysql --with-apxs=/usr/local/apache/bin/apxs
--enable-track-vars --with-gd=/usr/local --with-jpeg-dir=/usr/lib
--with-imap=/usr/local

Apache:

./configure \
"--with-layout=Apache" \
"--enable-module=so" \
"--activate-module=src/modules/auth_mysql/libauth_mysql.a" \
"--enable-module=ssl" \
"--enable-module=rewrite" \
"$@"


Thanks!

Eric


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to