ID:               32963
 User updated by:  jason at amp-design dot net
 Reported By:      jason at amp-design dot net
 Status:           Open
 Bug Type:         Reproducible crash
 Operating System: CentOS 4 / RHEL 3
 PHP Version:      5CVS-2005-05-06 (dev)
 New Comment:

While i remember, something I did notice was the fact this segfault
seems to only happen under MSIE on the PC, Firefox on Windows, and
Linux. It does not crash when using a KHTML browser such as Safari 1.3,
or Konqueror (I used the version from KDE 3.3).

No segfault occurs when I use the CLI. This is most odd as non of my
code has anything that tries to sniff or do anything based on a
specific browser. I'm sure the PHP code making it crash has nothing to
do with the what browser is making the request. As you can see this is
just one of many factors that seem to make this crash very hard for me
to pin-point what is going wrong and provide sample PHP code. 

I am using Apache 2.0.46 and 2.0.52.


Previous Comments:
------------------------------------------------------------------------

[2005-05-06 14:21:33] jason at amp-design dot net

Description:
------------
I have found this a complete **** to get to the bottom of. Basically,
I'm pretty sure it's to do with something I'm using with the SPL and
some class(es) implementing the ArrayAccess interface.

It seems there is no execute() call made in the backtrace so I can not
isolate a command. I have had similar issues before and everytime I
have traced them back, they normally trace back to an assignment
operator with objects implementing ArrayAccess for both the l and r
values (quite often different classes), both the l and r value use the
array subscripts, therefore the offsetGet() and offsetSet() operator
overloading methods are involved.

I am using the lastest CVS version (as seen by backtrace). However I
have had this issue throughout PHP5.0.x and PHP 5.1.0.dev

I will try and provide some more detailed information if I can find
time this afternoon. If you require more info, please shout.

Reproduce code:
---------------
Could not isolate code for test case. Seems like segfaults require a
number of conditions to be present inorder to happen. See back trace
below

Expected result:
----------------
Anything but a segfault!

Actual result:
--------------
backtrace generated from gdb httpd, run -X ...

#0  0x0041c17c in memcpy () from /lib/tls/libc.so.6
#1  0x012f52e9 in _mem_block_check (ptr=0xbfff5ae8, silent=0, 
    __zend_filename=0x14475c4
"/root/php/php5-200505060830/Zend/zend_object_handlers.c",
__zend_lineno=357, 
    __zend_orig_filename=0x1444440
"/root/php/php5-200505060830/Zend/zend_execute.h",
__zend_orig_lineno=64)
    at /root/php/php5-200505060830/Zend/zend_alloc.c:736
#2  0x012f52b5 in _mem_block_check (ptr=0xbfff5ae8, silent=1, 
    __zend_filename=0x14475c4
"/root/php/php5-200505060830/Zend/zend_object_handlers.c",
__zend_lineno=357, 
    __zend_orig_filename=0x1444440
"/root/php/php5-200505060830/Zend/zend_execute.h",
__zend_orig_lineno=64)
    at /root/php/php5-200505060830/Zend/zend_alloc.c:728
#3  0x012f45ef in _efree (ptr=0xbfff5ae8, 
    __zend_filename=0x14475c4
"/root/php/php5-200505060830/Zend/zend_object_handlers.c",
__zend_lineno=357, 
    __zend_orig_filename=0x1444440
"/root/php/php5-200505060830/Zend/zend_execute.h",
__zend_orig_lineno=64)
    at /root/php/php5-200505060830/Zend/zend_alloc.c:287
#4  0x013025fb in safe_free_zval_ptr_rel (p=0xbfff5ae8, 
    __zend_filename=0x14475c4
"/root/php/php5-200505060830/Zend/zend_object_handlers.c",
__zend_lineno=357, 
    __zend_orig_filename=0x1443f94
"/root/php/php5-200505060830/Zend/zend_execute_API.c",
__zend_orig_lineno=392) at zend_execute.h:64
#5  0x012ffbbc in _zval_ptr_dtor (zval_ptr=0xbfff4a64, 
    __zend_filename=0x14475c4
"/root/php/php5-200505060830/Zend/zend_object_handlers.c",
__zend_lineno=357)
    at /root/php/php5-200505060830/Zend/zend_execute_API.c:392
#6  0x01322f89 in zend_std_read_dimension (object=0xa798a2c, 
    offset=0xbfff5ae8, type=0)
    at /root/php/php5-200505060830/Zend/zend_object_handlers.c:357
#7  0x01330a88 in zend_fetch_dimension_address (result=0xbfff5afc, 
    container_ptr=0xbfff5ad8, dim=0xbfff5ae8, type=0)
---Type <return> to continue, or q <return> to quit---
    at /root/php/php5-200505060830/Zend/zend_execute.c:1205
#8  0x01349947 in ZEND_FETCH_DIM_R_SPEC_VAR_TMP_HANDLER (
    execute_data=0xbfff6260) at zend_vm_execute.h:9881
#9  0x01331166 in execute (op_array=0xa24963c) at zend_vm_execute.h:78
#10 0x01334969 in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER (
    execute_data=0xbfff74c0) at zend_vm_execute.h:1844
#11 0x01331166 in execute (op_array=0xa511c2c) at zend_vm_execute.h:78
#12 0x0130c669 in zend_execute_scripts (type=8, retval=0x0,
file_count=3)
    at /root/php/php5-200505060830/Zend/zend.c:1063
#13 0x012cbd67 in php_execute_script (primary_file=0xbfff9830)
    at /root/php/php5-200505060830/main/main.c:1653
#14 0x01381b0c in php_handler (r=0xa608a98)
    at
/root/php/php5-200505060830/sapi/apache2handler/sapi_apache2.c:557
#15 0x080685c5 in ap_run_handler ()
#16 0x08068bdf in ap_invoke_handler ()
#17 0x080657f5 in ap_internal_redirect ()
#18 0x00289275 in ?? () from /etc/httpd/modules/mod_rewrite.so
#19 0x09d4c520 in ?? ()
#20 0x09d4c5b8 in ?? ()
#21 0x00000000 in ?? ()


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


-- 
Edit this bug report at http://bugs.php.net/?id=32963&edit=1

Reply via email to