看到你的帖子了,使用gdb调试的结果如下:
访问
http://MYSITE/wForum/index.php得到如下结果:
Program received signal SIGINT, Interrupt.
[Switching to Thread -1208326464 (LWP 12881)]
0x00110402 in __kernel_vsyscall ()
(gdb) bt
#0 0x00110402 in __kernel_vsyscall ()
#1 0x00bc0a8b in poll () from /lib/libc.so.6
#2 0x0015dbe5 in apr_poll (aprset=0xbf91ce44, num=1, nsds=0xbf91ce58,
timeout=300000) at poll.c:130
#3 0x0015dd07 in apr_wait_for_io_or_timeout (f=0x0, s=0x88c3118, for_read=1)
at waitio.c:54
#4 0x00152f10 in apr_socket_recv (sock=0x88c3118, buf=0x88c9460 "",
len=0xbf91cf04) at sendrecv.c:87
#5 0x00116c57 in socket_bucket_read (a=0x88c5460, str=0xbf91cf08,
len=0xbf91cf04, block=APR_BLOCK_READ) at apr_buckets_socket.c:36
#6 0x00116689 in apr_brigade_split_line (bbOut=0x88c8110, bbIn=0x88c35a0,
block=APR_BLOCK_READ, maxbytes=8192) at apr_brigade.c:289
#7 0x08098085 in core_input_filter (f=0x88c3568, b=0x88c8110,
mode=AP_MODE_GETLINE, block=APR_BLOCK_READ, readbytes=0) at core.c:3802
#8 0x08092ccb in ap_rgetline_core (s=0x88c7498, n=8192, read=0xbf91d008,
r=0x88c7480, fold=0, bb=0x88c8110) at protocol.c:230
#9 0x080935df in ap_read_request (conn=0x88c31f0) at protocol.c:586
#10 0x0806b06d in ap_process_http_connection (c=0x88c31f0) at http_core.c:246
#11 0x0808ddf9 in ap_run_process_connection (c=0x88c31f0) at connection.c:43
#12 0x0808114a in child_main (child_num_arg=<value optimized out>)
at prefork.c:610
#13 0x0808138a in make_child (s=0x870f848, slot=0) at prefork.c:650
#14 0x08081494 in startup_children (number_to_start=5) at prefork.c:722
---Type <return> to continue, or q <return> to quit---
【 在 atppp (Big Mouse) 的大作中提到: 】
: 调试httpd
: 往前翻,有步骤
--
FROM 218.249.60.*