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

apache child pid exit signal Segmentation fault (11)





------- Additional Comments From [EMAIL PROTECTED]  2002-11-20 13:29 -------
okey Jeff, the "ugly" mode works,
here is the full steps:

---

[EMAIL PROTECTED] /]# /etc/init.d/httpd stop
Stopping httpd:                                            [  OK  ]
[EMAIL PROTECTED] /]# gdb /usr/sbin/httpd
GNU gdb Red Hat Linux (5.2.1-4)
Copyright 2002 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) r -DONE_PROCESS
Starting program: /usr/sbin/httpd -DONE_PROCESS
[New Thread 8192 (LWP 8704)]

Program received signal SIGPIPE, Broken pipe.
[Switching to Thread 8192 (LWP 8704)]
0x4038f2a4 in writev () from /lib/libc.so.6
(gdb) where
#0  0x4038f2a4 in writev () from /lib/libc.so.6
#1  0x402259ce in apr_sendv () from /usr/lib/libapr.so.0
#2  0x08078555 in writev_it_all ()
#3  0x08079893 in core_output_filter ()
#4  0x0807169c in ap_pass_brigade ()
#5  0x0805decf in chunk_filter ()
#6  0x0807169c in ap_pass_brigade ()
#7  0x08073e6a in ap_content_length_filter ()
#8  0x0807169c in ap_pass_brigade ()
#9  0x4056af0f in completed.1 () from /etc/httpd/modules/libphp4.so
#10 0x405772a5 in completed.1 () from /etc/httpd/modules/libphp4.so
#11 0x40576919 in completed.1 () from /etc/httpd/modules/libphp4.so
#12 0x4056dca6 in completed.1 () from /etc/httpd/modules/libphp4.so
#13 0x4055f50f in completed.1 () from /etc/httpd/modules/libphp4.so
#14 0x4055f492 in completed.1 () from /etc/httpd/modules/libphp4.so
#15 0x4055f117 in completed.1 () from /etc/httpd/modules/libphp4.so
#16 0x4055294f in completed.1 () from /etc/httpd/modules/libphp4.so
#17 0x405606b6 in completed.1 () from /etc/httpd/modules/libphp4.so
#18 0x4056ef7a in completed.1 () from /etc/httpd/modules/libphp4.so
#19 0x4056b7bd in completed.1 () from /etc/httpd/modules/libphp4.so
#20 0x0807169c in ap_pass_brigade ()
#21 0x08078e27 in default_handler ()
#22 0x08065bf5 in ap_run_handler ()
#23 0x0806620d in ap_invoke_handler ()
#24 0x080629c6 in ap_process_request ()
#25 0x0805e0ac in ap_process_http_connection ()
#26 0x0806f0d5 in ap_run_process_connection ()
#27 0x08064238 in child_main ()
#28 0x0806445a in make_child ()
#29 0x080644b6 in startup_children ()
#30 0x08064cdf in ap_mpm_run ()
#31 0x0806ac5f in main ()
#32 0x402dd4ce in __libc_start_main () from /lib/libc.so.6
(gdb)

----------------------------------

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

Reply via email to