|
Posted by Andy Hassall on 10/23/83 11:59
On 16 Sep 2006 22:14:54 -0700, "madunix" <madunix@gmail.com> wrote:
>i have done gdb this mu output:
>oracle@king:~/apache/bin> gdb ~/apache/bin/httpd ~/apache/core
>GNU gdb 6.3
>#0 zend_hash_find (ht=0x0, arKey=0x81c38bc "resp_charset",
>nKeyLength=13, pData=0xbfffae74)
> at /opt/oracle/php-4.4.2/Zend/zend_hash.h:196
>196 while (arKey < arEnd) {
>(gdb) bt
>#0 zend_hash_find (ht=0x0, arKey=0x81c38bc "resp_charset",
>nKeyLength=13, pData=0xbfffae74)
> at /opt/oracle/php-4.4.2/Zend/zend_hash.h:196
>#1 0x40306f22 in zend_fetch_var_address (opline=0x81f6ed0,
>Ts=0xbfffaea0, type=1) at /opt/oracle/php-4.4.2/Zend/zend_execute.c:594
>#2 0x4030aa8b in execute (op_array=0x8199944) at
>/opt/oracle/php-4.4.2/Zend/zend_execute.c:1286
>#3 0x4030eb04 in execute (op_array=0x819914c) at
>/opt/oracle/php-4.4.2/Zend/zend_execute.c:1719
>#4 0x4030eb04 in execute (op_array=0x8259544) at
>/opt/oracle/php-4.4.2/Zend/zend_execute.c:1719
>#5 0x402fbfde in zend_execute_scripts (type=8, retval=0x0,
>file_count=3) at /opt/oracle/php-4.4.2/Zend/zend.c:934
>#6 0x402d4e1a in php_execute_script (primary_file=0xbfffea84) at
>/opt/oracle/php-4.4.2/main/main.c:1753
>#7 0x4031487a in apache_php_module_main (r=0x813b23c,
>display_source_mode=0) at
>/opt/oracle/php-4.4.2/sapi/apache/sapi_apache.c:54
>#8 0x40315343 in send_php (r=0x813b23c, display_source_mode=0,
>filename=0x0) at /opt/oracle/php-4.4.2/sapi/apache/mod_php4.c:627
>#9 0x40315396 in send_parsed_php (r=0x813b23c) at
>/opt/oracle/php-4.4.2/sapi/apache/mod_php4.c:642
>#10 0x0806d249 in ap_invoke_handler ()
>#11 0x08084e6c in process_request_internal ()
>#12 0x08084ee2 in ap_process_request ()
>#13 0x0807aef0 in child_main ()
>#14 0x0807b16a in make_child ()
>#15 0x0807b518 in perform_idle_server_maintenance ()
>#16 0x0807bb8c in standalone_main ()
>#17 0x0807c1dc in main ()
Doesn't appear to have crashed in the OCI8 code - which may mean it's a bug
elsewhere (the variable names look like something to do with the response
characterset), or a previous request corrupted memory and it's only showing up
on a subsequent request (in which case it'll be a pain to find), or something
else.
Does it reproduce on the latest version of that branch? (4.4.4)
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|