浏览文章的时候,ie说找不到页面,按照上次atppp说的方法,信息如下。不知哪里的问题...
[root@triple ~]# /www/bin/apachectl stop
/www/bin/apachectl stop: httpd stopped
[root@triple ~]# gdb /www/bin/httpd
GNU gdb Red Hat Linux (6.3.0.0-1.84rh)
Copyright 2004 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-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run -X -f /www/conf/httpd.conf
Starting program: /www/bin/httpd -X -f /www/conf/httpd.conf
Reading symbols from shared object read from target memory...(no debugging symbols found)...done.
Loaded system supplied DSO at 0xd82000
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1208604992 (LWP 2511)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208604992 (LWP 2511)]
0x007f9906 in zend_hash_index_update_or_next_insert (ht=0x0, h=1, pData=0xbf870418, nDataSize=4, pDest=0x0, flag=1)
at /root/gm/bbssrc/php-4.4.1/Zend/zend_hash.c:390
390 p = ht->arBuckets[nIndex];
(gdb) bt
#0 0x007f9906 in zend_hash_index_update_or_next_insert (ht=0x0, h=1, pData=0xbf870418, nDataSize=4, pDest=0x0, flag=1)
at /root/gm/bbssrc/php-4.4.1/Zend/zend_hash.c:390
#1 0x0038efbc in zif_bbs_get_records_from_id (ht=4, return_value=0xa0bf18c, this_ptr=0x0, return_value_used=1) at phpbbs.article.c:148
#2 0x0080c24e in execute (op_array=0xa0b15ac) at /root/gm/bbssrc/php-4.4.1/Zend/zend_execute.c:1675
#3 0x007f6e9d in zend_execute_scripts (type=8, retval=Variable "retval" is not available.
) at /root/gm/bbssrc/php-4.4.1/Zend/zend.c:938
#4 0x007cfc52 in php_execute_script (primary_file=0xbf874688) at /root/gm/bbssrc/php-4.4.1/main/main.c:1743
#5 0x008108ca in apache_php_module_main (r=0xa0ac1dc, display_source_mode=0) at /root/gm/bbssrc/php-4.4.1/sapi/apache/sapi_apache.c:54
#6 0x00811127 in send_php (r=0xa0ac1dc, display_source_mode=0, filename=0x0) at /root/gm/bbssrc/php-4.4.1/sapi/apache/mod_php4.c:627
#7 0x08069e53 in ap_invoke_handler ()
#8 0x0807e798 in process_request_internal ()
#9 0x0807e7f8 in ap_process_request ()
#10 0x08075787 in child_main ()
#11 0x080759aa in make_child ()
#12 0x08075afe in startup_children ()
#13 0x0807610c in standalone_main ()
#14 0x08076913 in main ()
(gdb)
--
FROM 61.50.141.*