Edit report at http://bugs.php.net/bug.php?id=52814&edit=1
ID: 52814
Comment by: matthew dot scott dot day at gmail dot com
Reported by: tom at ctors dot net
Summary: Using PHPUnit 3.4.15 getMockFromWsdl() causes PHP to
segfault
Status: Bogus
Type: Bug
Package: Unknown/Other Function
Operating System: Ubuntu Linux 10.04
PHP Version: 5.3.3
Block user comment: N
Private report: N
New Comment:
I've also submitted a bug for this with xdebug, but the man named Derick
who maintains xdebug said it looked like a php memory bug and told me to
file a bug report here.
Previous Comments:
------------------------------------------------------------------------
[2011-02-08 00:30:56] matthew dot scott dot day at gmail dot com
I have not been successful with being able to reproduce this with a
small script. But this happens exactly like the original bug report. I'm
using the newest version of xdebug (2.10) and using php 5.3.3
I'm able to reproduce this on ubuntu 10.10 with php5.3.5 and fedora 14
desktop.
Here is a pretty hefty core dump.
Please tell me how I can help with more info. I've seen similar bug
reports like this one that go on for pages and pages of people saying
"me too" since 2008. I've tried turning php garbage collection off and
also tried using the env. variable export ZEND_ALLOC=0
warning: core file may not match specified executable file.
Missing separate debuginfo for
/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so
Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install
/usr/lib/debug/.build-id/72/9136de0eaacd9a954bddbfa3b701ba7be9dbf9
/var/cache/abrt-di/usr/lib/debug/.build-id/72/9136de0eaacd9a954bddbfa3b701ba7be9dbf9
Missing separate debuginfo for
/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/solr.so
Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install
/usr/lib/debug/.build-id/ef/58c8a07956d87e06f6235cf0c03606ccfe11de
/var/cache/abrt-di/usr/lib/debug/.build-id/ef/58c8a07956d87e06f6235cf0c03606ccfe11de
Missing separate debuginfo for
/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/igbinary.so
Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install
/usr/lib/debug/.build-id/b4/b6b1d226ca81d9538e288a16c253f37ba6eebd
/var/cache/abrt-di/usr/lib/debug/.build-id/b4/b6b1d226ca81d9538e288a16c253f37ba6eebd
Missing separate debuginfo for
/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/memcached.so
Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install
/usr/lib/debug/.build-id/0c/0be6f66577260457a9a0682847c5403108c6e5
/var/cache/abrt-di/usr/lib/debug/.build-id/0c/0be6f66577260457a9a0682847c5403108c6e5
Missing separate debuginfo for
/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/apc.so
Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install
/usr/lib/debug/.build-id/51/7bd7643bf31d9563576a7ca2b65123f2888e1e
/var/cache/abrt-di/usr/lib/debug/.build-id/51/7bd7643bf31d9563576a7ca2b65123f2888e1e
Missing separate debuginfo for
Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install
/usr/lib/debug/.build-id/bb/59d9741d29c8d4ef59c5aa92df45b808bb0eb9
/var/cache/abrt-di/usr/lib/debug/.build-id/bb/59d9741d29c8d4ef59c5aa92df45b808bb0eb9
[New Thread 9659]
Core was generated by `/usr/local/php/bin/php /usr/local/php/bin/phpunit
--coverage-html /home/alex0/b'.
Program terminated with signal 11, Segmentation fault.
#0 _zend_mm_free_int (heap=0x1cec2d0, p=0x4696370) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_alloc.c:2018
2018 if (ZEND_MM_IS_FREE_BLOCK(next_block)) {
Thread 1 (Thread 9659):
#0 _zend_mm_free_int (heap=0x1cec2d0, p=0x4696370) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_alloc.c:2018
mm_block = 0x4696360
next_block = 0x4d718e0
size = 7189888
#1 0x00000000006db5c1 in _zval_dtor (zval_ptr=0x7fff90745628) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_variables.h:35
No locals.
#2 _zval_ptr_dtor (zval_ptr=0x7fff90745628) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_execute_API.c:443
No locals.
#3 0x000000000070aead in zend_std_write_property (object=0x46d2340,
member=0x393e258, value=0x469a908) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_object_handlers.c:447
garbage = 0x4695738
zobj = 0x4699780
tmp_member = 0x0
variable_ptr = 0x4696038
property_info = <value optimized out>
#4 0x0000000000769b80 in zend_assign_to_object
(execute_data=0x7f7478b721a8) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_execute.c:589
object = 0x46d2340
free_value = {var = 0x0}
value = 0x469a908
retval = 0x7f7478b72470
#5 ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_HANDLER
(execute_data=0x7f7478b721a8) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:17678
opline = 0x393e208
op_data = 0x393e280
property_name = 0x393e258
#6 0x000000000070d5dc in execute (op_array=0x394c6e8) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b721a8
nested = 1 '\001'
original_in_execution = 1 '\001'
#7 0x00007f747967dcd9 in xdebug_execute (op_array=0x394c6e8) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0xb53
edata = 0x7f7478b71e18
fse = 0x2f09a90
xfse = 0x4034236a0
magic_cookie = 0x0
do_return = 0
function_nr = 948515
le = 0x7f7478b71e18
eval_id = 0
#8 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b71e18) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x352d9e0
should_change_scope = 1 '\001'
#9 0x000000000070d5dc in execute (op_array=0x3baaaa0) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b71e18
nested = 1 '\001'
original_in_execution = 1 '\001'
#10 0x00007f747967dcd9 in xdebug_execute (op_array=0x3baaaa0) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0xb64
edata = 0x7f7478b71b40
fse = 0x258b970
xfse = 0x4006f6f2e
magic_cookie = 0x0
do_return = 0
function_nr = 948212
le = 0x7f7478b71b40
eval_id = 0
#11 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b71b40) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x352e5a8
should_change_scope = 1 '\001'
#12 0x000000000070d5dc in execute (op_array=0x3528798) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b71b40
nested = 1 '\001'
original_in_execution = 1 '\001'
#13 0x00007f747967dcd9 in xdebug_execute (op_array=0x3528798) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x7f7478a123b0
edata = 0x7fff90745d10
fse = 0x258b6f0
xfse = 0x3528798
magic_cookie = 0x0
do_return = 0
function_nr = 948211
le = 0x20d
eval_id = 0
#14 0x00000000006dd27c in zend_call_function (fci=0x7fff90745e40,
fci_cache=<value optimized out>) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_execute_API.c:964
i = <value optimized out>
original_return_value = 0x0
calling_symbol_table = 0x1f6d368
original_op_array = 0x46cc1a0
original_opline_ptr = 0x7f7478b716c0
current_scope = 0x2d45028
current_called_scope = 0x2d45028
calling_scope = 0x46cc1a0
called_scope = 0x0
current_this = 0x4693148
execute_data = {opline = 0x0, function_state = {function =
0x3528798, arguments = 0x7f7478b71b38}, fbc = 0x0, called_scope = 0x0,
op_array = 0x0, object = 0x469a908, Ts = 0x7f7478b71778, CVs =
0x7f7478b71758, symbol_table = 0x1f6d368, prev_execute_data =
0x7f7478b716c0, old_error_reporting = 0x0, nested = 0 '\000',
original_return_value = 0x0, current_scope = 0x7f7478b71738,
current_called_scope = 0x456d5c0, current_this = 0x0, current_object =
0x0, call_opline = 0x0}
#15 0x00000000006ff6c7 in zend_call_method (object_pp=0x7fff90745f68,
obj_ce=<value optimized out>, fn_proxy=0x3b408b8, function_name=0x9d1c3e
"__tostring", function_name_len=<value optimized out>,
retval_ptr_ptr=0x7fff90745f78, param_count=0, arg1=0x0, arg2=0x0) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_interfaces.c:97
fcic = {initialized = 1 '\001', function_handler = 0x3528798,
calling_scope = 0x3b406c8, called_scope = 0x3b406c8, object_ptr =
0x469a908}
result = <value optimized out>
fci = {size = 72, function_table = 0x46cc1a0, function_name =
0x7fff90745ec0, symbol_table = 0x0, retval_ptr_ptr = 0x7fff90745f78,
param_count = 0, params = 0x7fff90745ee0, object_ptr = 0x469a908,
no_separation = 1 '\001'}
z_fname = {value = {lval = 206158430224, dval =
1.0185579797423812e-312, str = {val = 0x3000000010 <Address 0x3000000010
out of bounds>, len = -1871421504}, ht = 0x3000000010, obj = {handle =
16, handlers = 0x7fff90745fc0}}, refcount__gc = 2423545584, type = 255
'\377', is_ref__gc = 127 '\177'}
retval = <value optimized out>
function_table = <value optimized out>
params = {0x7fff90745f48, 0x7fff90745f50}
#16 0x000000000070905c in zend_std_cast_object_tostring
(readobj=0x469a908, writeobj=0x7fff90745ff0, type=<value optimized out>)
at /home/alex0/Downloads/php-5.3.4/Zend/zend_object_handlers.c:1266
retval = <value optimized out>
ce = 0x3b406c8
#17 0x00000000006ea54f in zend_make_printable_zval (expr=0x469a908,
expr_copy=0x7fff90745ff0, use_copy=0x7fff90746028) at
/home/alex0/Downloads/php-5.3.4/Zend/zend.c:243
No locals.
#18 0x00000000006e5c91 in concat_function (result=0x7f7478b719a8,
op1=0x4606558, op2=0x469a908) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_operators.c:1234
op1_copy = {value = {lval = 140735616933984, dval =
6.9532633473355079e-310, str = {val = 0x7fff90746060 " \315\317", len =
2036855975}, ht = 0x7fff90746060, obj = {handle = 2423545952, handlers =
0x7f747967f4a7}}, refcount__gc = 73425616, type = 0 '\000', is_ref__gc =
0 '\000'}
op2_copy = {value = {lval = 49312080, dval =
2.4363404652975217e-316, str = {val = 0x2f07150 "\320p\360\002", len =
49322992}, ht = 0x2f07150, obj = {handle = 49312080, handlers =
0x2f09bf0}}, refcount__gc = 21, type = 0 '\000', is_ref__gc = 0 '\000'}
use_copy1 = 0
use_copy2 = 0
#19 0x000000000070f7e2 in ZEND_CONCAT_SPEC_CONST_CV_HANDLER
(execute_data=0x7f7478b716c0) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:4193
opline = 0x4606528
#20 0x000000000070d5dc in execute (op_array=0x46cc1a0) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b716c0
nested = 1 '\001'
original_in_execution = 1 '\001'
#21 0x00007f747967dcd9 in xdebug_execute (op_array=0x46cc1a0) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x7f747969571e
edata = 0x7f7478b714c0
fse = 0x2f09920
xfse = 0x696690
magic_cookie = 0x0
do_return = 0
function_nr = 946126
le = 0x46d2340
eval_id = 0
#22 0x000000000072dc05 in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER
(execute_data=0x7f7478b714c0) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:8637
opline = 0x2d8c310
new_op_array = <value optimized out>
return_value_used = 0
free_op1 = {var = 0x46d2340}
inc_filename = <value optimized out>
tmp_inc_filename = {value = {lval = 140735616934624, dval =
6.9532633473671281e-310, str = {val = 0x7fff907462e0
"\300\024\267xt\177", len = 2036855975}, ht = 0x7fff907462e0, obj =
{handle = 2423546592, handlers = 0x7f747967f4a7}}, refcount__gc = 1,
type = 0 '\000', is_ref__gc = 0 '\000'}
failure_retval = 0 '\000'
#23 0x000000000070d5dc in execute (op_array=0x2d89cb8) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b714c0
nested = 1 '\001'
original_in_execution = 1 '\001'
#24 0x00007f747967dcd9 in xdebug_execute (op_array=0x2d89cb8) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x370
edata = 0x7f7478b71278
fse = 0x2f06f90
xfse = 0x301f2c9c0
magic_cookie = 0x0
do_return = 0
function_nr = 946124
le = 0x7f7478b71278
eval_id = 0
#25 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b71278) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x2dcd5d0
should_change_scope = 1 '\001'
#26 0x000000000070d5dc in execute (op_array=0x2deba50) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b71278
nested = 1 '\001'
original_in_execution = 1 '\001'
#27 0x00007f747967dcd9 in xdebug_execute (op_array=0x2deba50) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x69
edata = 0x7f7478b70830
fse = 0x2f06e30
xfse = 0x303955690
magic_cookie = 0x0
do_return = 0
function_nr = 946116
le = 0x7f7478b70830
eval_id = 0
#28 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b70830) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x3a391b0
should_change_scope = 1 '\001'
#29 0x000000000070d5dc in execute (op_array=0x3a2ceb0) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b70830
nested = 1 '\001'
original_in_execution = 1 '\001'
#30 0x00007f747967dcd9 in xdebug_execute (op_array=0x3a2ceb0) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x4696c50
edata = 0x7fff90746930
fse = 0x3955930
xfse = 0x7f747969571e
magic_cookie = 0x0
do_return = 0
function_nr = 946070
le = 0x400000003
eval_id = 0
#31 0x00000000006dd27c in zend_call_function (fci=0x7fff90746a50,
fci_cache=<value optimized out>) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_execute_API.c:964
i = <value optimized out>
original_return_value = 0x7fff90747038
calling_symbol_table = 0x0
original_op_array = 0x2d9a318
original_opline_ptr = 0x7f7478b70670
current_scope = 0x2d8a080
current_called_scope = 0x2d45028
calling_scope = 0x2d9a318
called_scope = 0x7fff90747038
current_this = 0x3bd3d48
execute_data = {opline = 0x0, function_state = {function =
0x3a2ceb0, arguments = 0x7f7478b70828}, fbc = 0x0, called_scope = 0x0,
op_array = 0x0, object = 0x45fc198, Ts = 0x7f7478b70738, CVs =
0x7f7478b70708, symbol_table = 0x0, prev_execute_data = 0x7f7478b70670,
old_error_reporting = 0x0, nested = 0 '\000', original_return_value =
0x7fff90747038, current_scope = 0x2d8a080, current_called_scope =
0x2d45028, current_this = 0x3bd3d48, current_object = 0x0, call_opline =
0x45d5c08}
#32 0x0000000000627047 in zif_call_user_func_array (ht=<value optimized
out>, return_value=0x45fcd10, return_value_ptr=<value optimized out>,
this_ptr=<value optimized out>, return_value_used=<value optimized out>)
at /home/alex0/Downloads/php-5.3.4/ext/standard/basic_functions.c:4796
params = 0x4696c50
retval_ptr = 0x0
fci = {size = 72, function_table = 0x3a2c690, function_name =
0x45b1b18, symbol_table = 0x0, retval_ptr_ptr = 0x7fff90746ad0,
param_count = 2, params = 0x46d5830, object_ptr = 0x45fc198,
no_separation = 1 '\001'}
fci_cache = {initialized = 1 '\001', function_handler =
0x3a2ceb0, calling_scope = 0x3a2c660, called_scope = 0x3a2c660,
object_ptr = 0x45fc198}
#33 0x00007f747967e081 in xdebug_execute_internal
(current_execute_data=0x7f7478b70670, return_value_used=1) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1339
edata = 0x7f7478b70670
fse = 0x3955c80
cur_opcode = 0xcfcd20
do_return = 0
function_nr = 946069
#34 0x0000000000739a74 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b70670) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:318
opline = 0x2d9b9a0
should_change_scope = 0 '\000'
#35 0x000000000070d5dc in execute (op_array=0x2d9a318) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b70670
nested = 1 '\001'
original_in_execution = 1 '\001'
#36 0x00007f747967dcd9 in xdebug_execute (op_array=0x2d9a318) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x38
edata = 0x7fff90746dd0
fse = 0x39557f0
xfse = 0x2debba8
magic_cookie = 0x0
do_return = 0
function_nr = 946020
le = 0x4
eval_id = 0
#37 0x00000000006dd27c in zend_call_function (fci=0x7fff90746f00,
fci_cache=<value optimized out>) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_execute_API.c:964
i = <value optimized out>
original_return_value = 0x0
calling_symbol_table = 0x1f26490
original_op_array = 0x45a5f70
original_opline_ptr = 0x7f7478b6ee88
current_scope = 0x0
current_called_scope = 0x2d45028
calling_scope = 0x45a5f70
called_scope = 0x0
current_this = 0x3bd3d48
execute_data = {opline = 0x0, function_state = {function =
0x2d9a318, arguments = 0x7f7478b70668}, fbc = 0x0, called_scope = 0x0,
op_array = 0x0, object = 0x3bd3d48, Ts = 0x7f7478b6ef70, CVs =
0x7f7478b6ef20, symbol_table = 0x1f26490, prev_execute_data =
0x7f7478b6ee88, old_error_reporting = 0x0, nested = 0 '\000',
original_return_value = 0x0, current_scope = 0x2d45028,
current_called_scope = 0x2d45028, current_this = 0x3bd3d48,
current_object = 0x0, call_opline = 0x2}
#38 0x00000000006ff6c7 in zend_call_method (object_pp=0x7fff90747028,
obj_ce=<value optimized out>, fn_proxy=0x2d45208, function_name=0xa0136c
"__call", function_name_len=<value optimized out>,
retval_ptr_ptr=0x7fff90747038, param_count=2, arg1=0x46d4208,
arg2=0x46d59a0) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_interfaces.c:97
fcic = {initialized = 1 '\001', function_handler = 0x2d9a318,
calling_scope = 0x2d45028, called_scope = 0x2d45028, object_ptr =
0x3bd3d48}
result = <value optimized out>
fci = {size = 72, function_table = 0x38, function_name =
0x7fff90746f80, symbol_table = 0x0, retval_ptr_ptr = 0x7fff90747038,
param_count = 2, params = 0x7fff90746fa0, object_ptr = 0x3bd3d48,
no_separation = 1 '\001'}
z_fname = {value = {lval = 8, dval = 3.9525251667299724e-323,
str = {val = 0x8 <Address 0x8 out of bounds>, len = 2025260624}, ht =
0x8, obj = {handle = 8, handlers = 0x7f7478b70650}}, refcount__gc = 0,
type = 0 '\000', is_ref__gc = 0 '\000'}
retval = <value optimized out>
function_table = <value optimized out>
params = {0x7fff90747008, 0x7fff90747010}
#39 0x000000000070894e in zend_std_call_user_call (ht=<value optimized
out>, return_value=0x4696c20, return_value_ptr=<value optimized out>,
this_ptr=0x3bd3d48, return_value_used=<value optimized out>) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_object_handlers.c:713
func = 0x46933c0
method_name_ptr = 0x46d4208
method_args_ptr = 0x46d59a0
method_result_ptr = 0x0
ce = 0x2d45028
#40 0x00007f747967e081 in xdebug_execute_internal
(current_execute_data=0x7f7478b6ee88, return_value_used=1) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1339
edata = 0x7f7478b6ee88
fse = 0x39552e0
cur_opcode = 0xcfcd20
do_return = 0
function_nr = 946019
#41 0x0000000000739a74 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b6ee88) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:318
opline = 0x46fe228
should_change_scope = 1 '\001'
#42 0x000000000070d5dc in execute (op_array=0x45a5f70) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b6ee88
nested = 1 '\001'
original_in_execution = 1 '\001'
#43 0x00007f747967dcd9 in xdebug_execute (op_array=0x45a5f70) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x7f747969571e
edata = 0x7f7478b6ec88
fse = 0x31c9ab0
xfse = 0x696690
magic_cookie = 0x0
do_return = 0
function_nr = 941982
le = 0x4686c98
eval_id = 0
#44 0x000000000072dc05 in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER
(execute_data=0x7f7478b6ec88) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:8637
opline = 0x2d8c310
new_op_array = <value optimized out>
return_value_used = 0
free_op1 = {var = 0x4686c98}
inc_filename = <value optimized out>
tmp_inc_filename = {value = {lval = 140735616938976, dval =
6.9532633475821454e-310, str = {val = 0x7fff907473e0
"\210\354\266xt\177", len = 2036855975}, ht = 0x7fff907473e0, obj =
{handle = 2423550944, handlers = 0x7f747967f4a7}}, refcount__gc = 1,
type = 0 '\000', is_ref__gc = 0 '\000'}
failure_retval = 0 '\000'
#45 0x000000000070d5dc in execute (op_array=0x2d89cb8) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b6ec88
nested = 1 '\001'
original_in_execution = 1 '\001'
#46 0x00007f747967dcd9 in xdebug_execute (op_array=0x2d89cb8) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x370
edata = 0x7f7478b6ea40
fse = 0x3a60eb0
xfse = 0x301f2c9c0
magic_cookie = 0x0
do_return = 0
function_nr = 941980
le = 0x7f7478b6ea40
eval_id = 0
#47 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b6ea40) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x2dcd5d0
should_change_scope = 1 '\001'
#48 0x000000000070d5dc in execute (op_array=0x2deba50) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b6ea40
nested = 1 '\001'
original_in_execution = 1 '\001'
#49 0x00007f747967dcd9 in xdebug_execute (op_array=0x2deba50) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x31c
edata = 0x7f7478b6e390
fse = 0x3a61380
xfse = 0x3033af300
magic_cookie = 0x0
do_return = 0
function_nr = 941973
le = 0x7f7478b6e390
eval_id = 0
#50 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b6e390) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x22158f8
should_change_scope = 1 '\001'
#51 0x000000000070d5dc in execute (op_array=0x220fc40) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b6e390
nested = 1 '\001'
original_in_execution = 1 '\001'
#52 0x00007f747967dcd9 in xdebug_execute (op_array=0x220fc40) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x8f
edata = 0x7f7478b6d8d8
fse = 0x39a84c0
xfse = 0x3033aa0e0
magic_cookie = 0x0
do_return = 0
function_nr = 941880
le = 0x7f7478b6d8d8
eval_id = 0
#53 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b6d8d8) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x2cf3448
should_change_scope = 1 '\001'
#54 0x000000000070d5dc in execute (op_array=0x2ce7e90) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b6d8d8
nested = 1 '\001'
original_in_execution = 1 '\001'
#55 0x00007f747967dcd9 in xdebug_execute (op_array=0x2ce7e90) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x14b
edata = 0x7f7478b6d5d0
fse = 0x32b5860
xfse = 0x301f5fc60
magic_cookie = 0x0
do_return = 0
function_nr = 941862
le = 0x7f7478b6d5d0
eval_id = 0
#56 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b6d5d0) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x21e2808
should_change_scope = 1 '\001'
#57 0x000000000070d5dc in execute (op_array=0x21e0740) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b6d5d0
nested = 1 '\001'
original_in_execution = 1 '\001'
#58 0x00007f747967dcd9 in xdebug_execute (op_array=0x21e0740) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x3c5
edata = 0x7f7478b6bbb0
fse = 0x39a5560
xfse = 0x302b7ed80
magic_cookie = 0x0
do_return = 0
function_nr = 941860
le = 0x7f7478b6bbb0
eval_id = 0
#59 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b6bbb0) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x2192fd8
should_change_scope = 1 '\001'
#60 0x000000000070d5dc in execute (op_array=0x217d4c0) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b6bbb0
nested = 1 '\001'
original_in_execution = 1 '\001'
#61 0x00007f747967dcd9 in xdebug_execute (op_array=0x217d4c0) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0xcd
edata = 0x7f7478b6b4d0
fse = 0x286e300
xfse = 0x300000000
magic_cookie = 0x0
do_return = 0
function_nr = 938537
le = 0x7f7478b6b4d0
eval_id = 0
#62 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b6b4d0) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x1fe6998
should_change_scope = 1 '\001'
#63 0x000000000070d5dc in execute (op_array=0x250f780) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b6b4d0
nested = 1 '\001'
original_in_execution = 1 '\001'
#64 0x00007f747967dcd9 in xdebug_execute (op_array=0x250f780) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x39
edata = 0x7f7478b6b1a8
fse = 0x29239d0
xfse = 0x202cc6fb0
magic_cookie = 0x0
do_return = 0
function_nr = 938483
le = 0x7f7478b6b1a8
eval_id = 0
#65 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b6b1a8) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x250cfd8
should_change_scope = 1 '\001'
#66 0x000000000070d5dc in execute (op_array=0x23eb188) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b6b1a8
nested = 1 '\001'
original_in_execution = 1 '\001'
#67 0x00007f747967dcd9 in xdebug_execute (op_array=0x23eb188) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x69b68d
edata = 0x7fff90748520
fse = 0x2cc6d40
xfse = 0x2cc6d23
magic_cookie = 0x0
do_return = 0
function_nr = 933530
le = 0x0
eval_id = 0
#68 0x00000000006dd27c in zend_call_function (fci=0x7fff90748650,
fci_cache=<value optimized out>) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_execute_API.c:964
i = <value optimized out>
original_return_value = 0x7f7478b699a8
calling_symbol_table = 0x0
original_op_array = 0x2515c18
original_opline_ptr = 0x7f7478b6a5d8
current_scope = 0x0
current_called_scope = 0x1e55110
calling_scope = 0x2515c18
called_scope = 0x7f7478b699a8
current_this = 0x3af8748
execute_data = {opline = 0x0, function_state = {function =
0x23eb188, arguments = 0x7f7478b6b1a0}, fbc = 0x0, called_scope = 0x0,
op_array = 0x0, object = 0x25292e8, Ts = 0x7f7478b6a6c0, CVs =
0x7f7478b6a670, symbol_table = 0x0, prev_execute_data = 0x7f7478b6a5d8,
old_error_reporting = 0x0, nested = 0 '\000', original_return_value =
0x0, current_scope = 0x1fde068, current_called_scope = 0x23eacf8,
current_this = 0x25292e8, current_object = 0x0, call_opline = 0x0}
#69 0x00000000005a46e2 in zim_reflection_method_invokeArgs (ht=<value
optimized out>, return_value=0x461e660, return_value_ptr=<value
optimized out>, this_ptr=<value optimized out>, return_value_used=<value
optimized out>) at
/home/alex0/Downloads/php-5.3.4/ext/reflection/php_reflection.c:2745
retval_ptr = <value optimized out>
params = 0x459e458
object = 0x25292e8
intern = 0x46e5ba0
mptr = 0x23eb188
argc = 0
result = <value optimized out>
fci = {size = 72, function_table = 0x0, function_name = 0x0,
symbol_table = 0x0, retval_ptr_ptr = 0x7fff907486e8, param_count = 0,
params = 0x459e458, object_ptr = 0x25292e8, no_separation = 1 '\001'}
fcc = {initialized = 1 '\001', function_handler = 0x23eb188,
calling_scope = 0x23eacf8, called_scope = 0x23eacf8, object_ptr =
0x25292e8}
obj_ce = 0x23eacf8
param_array = 0x459c5e8
#70 0x00007f747967e081 in xdebug_execute_internal
(current_execute_data=0x7f7478b6a5d8, return_value_used=1) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1339
edata = 0x7f7478b6a5d8
fse = 0x2cc6bb0
cur_opcode = 0xcfcd20
do_return = 0
function_nr = 933529
#71 0x0000000000739a74 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b6a5d8) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:318
opline = 0x20696a8
should_change_scope = 1 '\001'
#72 0x000000000070d5dc in execute (op_array=0x2515c18) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b6a5d8
nested = 1 '\001'
original_in_execution = 1 '\001'
#73 0x00007f747967dcd9 in xdebug_execute (op_array=0x2515c18) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x273
edata = 0x7f7478b693f8
fse = 0x2f0f030
xfse = 0x302c2ae20
magic_cookie = 0x0
do_return = 0
function_nr = 933525
le = 0x7f7478b693f8
eval_id = 0
#74 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b693f8) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x2061da8
should_change_scope = 1 '\001'
#75 0x000000000070d5dc in execute (op_array=0x2515b20) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b693f8
nested = 1 '\001'
original_in_execution = 1 '\001'
#76 0x00007f747967dcd9 in xdebug_execute (op_array=0x2515b20) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x275
edata = 0x7f7478b682c0
fse = 0x28d07d0
xfse = 0x303a5e5c0
magic_cookie = 0x0
do_return = 0
function_nr = 919955
le = 0x7f7478b682c0
eval_id = 0
#77 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b682c0) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x25d4898
should_change_scope = 1 '\001'
#78 0x000000000070d5dc in execute (op_array=0x25a21e8) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b682c0
nested = 1 '\001'
original_in_execution = 1 '\001'
#79 0x00007f747967dcd9 in xdebug_execute (op_array=0x25a21e8) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x250edf8
edata = 0x7f7478b67220
fse = 0x1f79fd0
xfse = 0x25292e8
magic_cookie = 0x0
do_return = 0
function_nr = 919941
le = 0x7fff90748df0
eval_id = 0
#80 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b67220) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x205ec60
should_change_scope = 1 '\001'
#81 0x000000000070d5dc in execute (op_array=0x2515a28) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b67220
nested = 1 '\001'
original_in_execution = 1 '\001'
#82 0x00007f747967dcd9 in xdebug_execute (op_array=0x2515a28) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x330000000d
edata = 0x7f7478b67108
fse = 0x3458500
xfse = 0x0
magic_cookie = 0x0
do_return = 0
function_nr = 919923
le = 0x7fff90749020
eval_id = 0
#83 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b67108) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x22ecc20
should_change_scope = 1 '\001'
#84 0x000000000070d5dc in execute (op_array=0x22ee6e8) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b67108
nested = 1 '\001'
original_in_execution = 1 '\001'
#85 0x00007f747967dcd9 in xdebug_execute (op_array=0x22ee6e8) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x0
edata = 0x7f7478b65db8
fse = 0x3ac4340
xfse = 0x43b3490
magic_cookie = 0x0
do_return = 0
function_nr = 919922
le = 0x7fff90749250
eval_id = 0
#86 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b65db8) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x2310ac0
should_change_scope = 1 '\001'
#87 0x000000000070d5dc in execute (op_array=0x22eab18) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b65db8
nested = 1 '\001'
original_in_execution = 1 '\001'
#88 0x00007f747967dcd9 in xdebug_execute (op_array=0x22eab18) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x0
edata = 0x7f7478b64a50
fse = 0x2d18eb0
xfse = 0x23e57e0
magic_cookie = 0x0
do_return = 0
function_nr = 854232
le = 0x7fff90749480
eval_id = 0
#89 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b64a50) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x230d550
should_change_scope = 1 '\001'
#90 0x000000000070d5dc in execute (op_array=0x22eab18) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b64a50
nested = 1 '\001'
original_in_execution = 1 '\001'
#91 0x00007f747967dcd9 in xdebug_execute (op_array=0x22eab18) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x2559568
edata = 0x7f7478b62520
fse = 0x24c8420
xfse = 0x1f2c9c0
magic_cookie = 0x0
do_return = 0
function_nr = 24484
le = 0x7fff907496b0
eval_id = 0
#92 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b62520) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x255c4c0
should_change_scope = 1 '\001'
#93 0x000000000070d5dc in execute (op_array=0x23e8c48) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b62520
nested = 1 '\001'
original_in_execution = 1 '\001'
#94 0x00007f747967dcd9 in xdebug_execute (op_array=0x23e8c48) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x1f52ab0
edata = 0x7f7478b61580
fse = 0x24c8680
xfse = 0x1f2bea0
magic_cookie = 0x0
do_return = 0
function_nr = 14326
le = 0x7fff907498e0
eval_id = 0
#95 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b61580) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x1f55dc8
should_change_scope = 1 '\001'
#96 0x000000000070d5dc in execute (op_array=0x1f4ee68) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b61580
nested = 1 '\001'
original_in_execution = 1 '\001'
#97 0x00007f747967dcd9 in xdebug_execute (op_array=0x1f4ee68) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0xf
edata = 0x7f7478b61370
fse = 0x1f78c30
xfse = 0x7fff90749af8
magic_cookie = 0x0
do_return = 0
function_nr = 5726
le = 0x7fff90749b10
eval_id = 0
#98 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b61370) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x1f50e80
should_change_scope = 1 '\001'
#99 0x000000000070d5dc in execute (op_array=0x1f180d8) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b61370
nested = 1 '\001'
original_in_execution = 1 '\001'
#100 0x00007f747967dcd9 in xdebug_execute (op_array=0x1f180d8) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x1701f08a58
edata = 0x7f7478b61050
fse = 0x1f6e220
xfse = 0x0
magic_cookie = 0x0
do_return = 0
function_nr = 5725
le = 0x1f1cf10
eval_id = 0
#101 0x0000000000739761 in zend_do_fcall_common_helper_SPEC
(execute_data=0x7f7478b61050) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:340
opline = 0x1f08cb0
should_change_scope = 1 '\001'
#102 0x000000000070d5dc in execute (op_array=0x1f04910) at
/home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
ret = <value optimized out>
execute_data = 0x7f7478b61050
nested = 1 '\001'
original_in_execution = 0 '\000'
#103 0x00007f747967dcd9 in xdebug_execute (op_array=0x1f04910) at
/home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
dummy = 0x30aa874bba
edata = 0x0
fse = 0x1f2c0a0
xfse = 0x0
magic_cookie = 0x0
do_return = 0
function_nr = 0
le = 0x1
eval_id = 0
#104 0x00000000006eaf4a in zend_execute_scripts (type=8, retval=0x0,
file_count=3) at /home/alex0/Downloads/php-5.3.4/Zend/zend.c:1194
files = {{gp_offset = 40, fp_offset = 32767, overflow_arg_area =
0x7fff9074a090, reg_save_area = 0x7fff9074a020}}
i = <value optimized out>
file_handle = 0x7fff9074c550
orig_op_array = 0x0
orig_retval_ptr_ptr = 0x0
#105 0x0000000000699292 in php_execute_script
(primary_file=0x7fff9074c550) at
/home/alex0/Downloads/php-5.3.4/main/main.c:2265
realfile = "/usr/local/php/bin/phpunit\000\022
$T\000\000\000\000\000\000\000\000\000\340%b\252\060\000\000\000\210D\200\252\060\000\000\000\000\300\243\177t\177\000\000\004\000\001\000\001\000\000\000\020\305t\220\377\177\000\000\377\377\377\377\000\000\000\000L\033A",
'\000' <repeats 13 times>, "\001\000\000\000\000\000\000\000\200f\315",
'\000' <repeats 13 times>, "x\302t\220\377\177", '\000' <repeats 18
times>"\241,
\334@\252\060\000\000\000\001\000\000\000\377\177\000\000\000\000\000\000\000\000\000\000\210D\200\252\060\000\000\000\003\000\000\000\000\000\000\000\360\261t\220\377\177\000\000
\310\317\000\000\000\000\000@\312\317\000\000\000\000\000@\312\317\000\000\000\000\000
\315\317\000\000\000\000\000\225HA\252\060\000\000\000\260\336\271\252\060\000\000\000Q\000\000\000\000\000\000\000\034\000\000\000\000\000\000\000"...
__orig_bailout = 0x7fff9074c330
__bailout = {{__jmpbuf = {13618464, 6934147492352453919,
140735616963947, 0, 140735616963947, 0, 6934147489059925279,
-6934370945383305953}, __mask_was_saved = 0, __saved_mask = {__val =
{10522688, 10522688, 48, 30330048, 32689072, 32689104, 7300309, 48, 7,
140735616958960, 9416, 30672944, 140735616958960, 0, 32689072, 0}}}}
prepend_file_p = <value optimized out>
append_file_p = 0x0
prepend_file = {type = ZEND_HANDLE_FILENAME, filename = 0x0,
opened_path = 0x0, handle = {fd = 0, fp = 0x0, stream = {handle = 0x0,
isatty = 0, mmap = {len = 0, pos = 0, map = 0x0, buf = 0x0, old_handle =
0x0, old_closer = 0}, reader = 0, fsizer = 0, closer = 0}},
free_filename = 0 '\000'}
append_file = {type = ZEND_HANDLE_FILENAME, filename = 0x0,
opened_path = 0x0, handle = {fd = 0, fp = 0x0, stream = {handle = 0x0,
isatty = 0, mmap = {len = 0, pos = 0, map = 0x0, buf = 0x0, old_handle =
0x0, old_closer = 0}, reader = 0, fsizer = 0, closer = 0}},
free_filename = 0 '\000'}
old_cwd = 0x7fff9074a0a0 ""
use_heap = 0 '\000'
retval = 0
#106 0x000000000077ccc3 in main (argc=4, argv=0x7fff9074c7c8) at
/home/alex0/Downloads/php-5.3.4/sapi/cli/php_cli.c:1193
__orig_bailout = 0x0
__bailout = {{__jmpbuf = {110, -6934370154013430497, 13598656,
13370784, 0, 0, 6934147492341968159, -6934370929438003937},
__mask_was_saved = 0, __saved_mask = {__val = {209018964832,
140735616959296, 0, 140138331847208, 0, 140138331828776,
140138334371840, 209048315851, 209019013120, 209048308648, 209014788730,
4294968440, 140735616959616, 20233565, 140735616960032, 17}}}}
exit_status = 0
c = <value optimized out>
file_handle = {type = ZEND_HANDLE_MAPPED, filename =
0x7fff9074d56b "/usr/local/php/bin/phpunit", opened_path = 0x0, handle =
{fd = 32525376, fp = 0x1f04c40, stream = {handle = 0x1f04c40, isatty =
0, mmap = {len = 2113, pos = 0, map = 0x7f747fc92000, buf =
0x7f747fc92019 <Address 0x7f747fc92019 out of bounds>, old_handle =
0x1f2c0a0, old_closer = 0x6fe790 <zend_stream_stdio_closer>}, reader =
0x6fe880 <zend_stream_stdio_reader>, fsizer = 0x6fe7c0
<zend_stream_stdio_fsizer>, closer = 0x6fe810
<zend_stream_mmap_closer>}}, free_filename = 0 '\000'}
behavior = 1
reflection_what = 0x0
orig_optind = 1
orig_optarg = 0x0
arg_free = <value optimized out>
arg_excp = <value optimized out>
script_file = <value optimized out>
interactive = <value optimized out>
module_started = 1
request_started = 1
lineno = 2
exec_direct = 0x0
exec_run = 0x0
exec_begin = 0x0
exec_end = 0x0
param_error = <value optimized out>
hide_argv = 0
ini_entries_len = <value optimized out>
>From To Syms Read Shared Object
Library
0x00000039dc400c50 0x00000039dc405d18 Yes
/lib64/libcrypt.so.1
0x00000030acc038c0 0x00000030acc13498 Yes
/lib64/libresolv.so.2
0x00000030ab402190 0x00000030ab4057c8 Yes /lib64/librt.so.1
0x00000039da821a40 0x00000039da855df8 Yes
/usr/lib64/mysql/libmysqlclient.so.16
0x00007f747fa452a0 0x00007f747fa5e238 Yes
/usr/lib64/libmcrypt.so.4
0x00000030b000c730 0x00000030b006e318 Yes
/usr/lib64/libfreetype.so.6
0x00000030afc04830 0x00000030afc1e7a8 Yes
/usr/lib64/libpng12.so.0
0x00000030abc01e70 0x00000030abc0e678 Yes /lib64/libz.so.1
0x00000030be6059e0 0x00000030be631588 Yes
/usr/lib64/libjpeg.so.62
0x00000039dfc0f840 0x00000039dfc4d778 Yes
/usr/lib64/libcurl.so.4
0x00000030ab803ef0 0x00000030ab8447a8 Yes /lib64/libm.so.6
0x00000030ab000de0 0x00000030ab001988 Yes /lib64/libdl.so.2
0x00000030bca03f90 0x00000030bca11c08 Yes /lib64/libnsl.so.1
0x00000030b482c9a0 0x00000030b490a728 Yes
/usr/lib64/libxml2.so.2
0x00000030b40145b0 0x00000030b4046e58 Yes
/usr/lib64/libssl.so.10
0x00000030b2c5c8c0 0x00000030b2d21e38 Yes
/lib64/libcrypto.so.10
0x00000030aa81eb60 0x00000030aa94a1dc Yes /lib64/libc.so.6
0x00007f747f7dd230 0x00007f747f81c918 Yes
/lib64/libfreebl3.so
0x00000030aac05680 0x00000030aac11048 Yes
/lib64/libpthread.so.0
0x00000030aa400b20 0x00000030aa419956 Yes
/lib64/ld-linux-x86-64.so.2
0x00000030b9802f00 0x00000030b9807418 Yes /lib64/libidn.so.11
0x00000039df403590 0x00000039df40a878 Yes
/usr/lib64/liblber-2.4.so.2
0x00000039df80e050 0x00000039df839d78 Yes
/usr/lib64/libldap-2.4.so.2
0x00000030b3007d80 0x00000030b3030c28 Yes
/lib64/libgssapi_krb5.so.2
0x00000030b341a1f0 0x00000030b348d188 Yes /lib64/libkrb5.so.3
0x00000030b3804260 0x00000030b381bea8 Yes
/lib64/libk5crypto.so.3
0x00000030b24013b0 0x00000030b2401f98 Yes
/lib64/libcom_err.so.2
0x00000039de407b60 0x00000039de42a1e8 Yes
/usr/lib64/libssl3.so
0x00000039de809880 0x00000039de821be8 Yes
/usr/lib64/libsmime3.so
0x00000039dd018570 0x00000039dd0fd2c8 Yes
/usr/lib64/libnss3.so
0x00000039dd408560 0x00000039dd413888 Yes
/usr/lib64/libnssutil3.so
0x00000039dd800ea0 0x00000039dd801d48 Yes /lib64/libplds4.so
0x00000039de0013c0 0x00000039de002b78 Yes /lib64/libplc4.so
0x00000039ddc0cf60 0x00000039ddc2c868 Yes /lib64/libnspr4.so
0x00000030bda04bf0 0x00000030bda1ffa8 Yes
/usr/lib64/libssh2.so.1
0x00000039df0046a0 0x00000039df014408 Yes
/usr/lib64/libsasl2.so.2
0x00000030b3c027a0 0x00000030b3c07898 Yes
/lib64/libkrb5support.so.0
0x00000030b2800aa0 0x00000030b2800fa8 Yes
/lib64/libkeyutils.so.1
0x00000030ac405640 0x00000030ac415758 Yes
/lib64/libselinux.so.1
0x00007f747967a2e0 0x00007f747969e6e8 Yes
/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so
0x00007f7479447550 0x00007f7479462018 Yes
/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/solr.so
0x00007f747922cc60 0x00007f7479236418 Yes
/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/igbinary.so
0x00007f7479020f70 0x00007f7479026b18 Yes
/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/memcached.so
0x0000003598203e30 0x000000359820f908 Yes
/usr/lib64/libmemcached.so.5
0x00000030ac0028f0 0x00000030ac0122b8 Yes
/lib64/libgcc_s.so.1
0x00007f7478df79e0 0x00007f7478e0a288 Yes
/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/apc.so
0x00007f7478be40d0 0x00007f7478beb358 Yes
/lib64/libnss_files.so.2
$1 = 0x0
No symbol "__glib_assert_msg" in current context.
rax 0x0 0
rbx 0x6db580 7189888
rcx 0xb 11
rdx 0x6e8ed0 7245520
rsi 0x4696370 74015600
rdi 0x1cec2d0 30327504
rbp 0x1cec2d0 0x1cec2d0
rsp 0x7fff90745560 0x7fff90745560
r8 0x1 1
r9 0x88d6e8e71717ca58 -8586419560312747432
r10 0x39431f0 60043760
r11 0x4696020 74014752
r12 0x4696370 74015600
r13 0x4696360 74015584
r14 0x4d718e0 81205472
r15 0x7f7478b72260 140138218201696
rip 0x6cab63 0x6cab63 <_zend_mm_free_int+163>
eflags 0x10206 [ PF IF RF ]
cs 0x33 51
ss 0x2b 43
ds 0x0 0
es 0x0 0
fs 0x0 0
gs 0x0 0
Dump of assembler code for function _zend_mm_free_int:
0x00000000006caac0 <+0>: mov %rbp,-0x20(%rsp)
0x00000000006caac5 <+5>: mov %r12,-0x18(%rsp)
0x00000000006caaca <+10>: mov %rdi,%rbp
0x00000000006caacd <+13>: mov %rbx,-0x28(%rsp)
0x00000000006caad2 <+18>: mov %r13,-0x10(%rsp)
0x00000000006caad7 <+23>: mov %rsi,%r12
0x00000000006caada <+26>: mov %r14,-0x8(%rsp)
0x00000000006caadf <+31>: sub $0x28,%rsp
0x00000000006caae3 <+35>: test %rsi,%rsi
0x00000000006caae6 <+38>: je 0x6cab2c <_zend_mm_free_int+108>
0x00000000006caae8 <+40>: mov -0x10(%rsi),%rbx
0x00000000006caaec <+44>: lea -0x10(%rsi),%r13
0x00000000006caaf0 <+48>: and $0xfffffffffffffffc,%rbx
0x00000000006caaf4 <+52>: cmp $0x21f,%rbx
0x00000000006caafb <+59>: ja 0x6cab49
<_zend_mm_free_int+137>
0x00000000006caafd <+61>: mov 0x90(%rdi),%eax
0x00000000006cab03 <+67>: cmp $0x3ffff,%eax
0x00000000006cab08 <+72>: ja 0x6cab49 <_zend_mm_free_int+137>
0x00000000006cab0a <+74>: mov %rbx,%rdx
0x00000000006cab0d <+77>: lea (%rax,%rbx,1),%ebx
0x00000000006cab10 <+80>: shr $0x3,%rdx
0x00000000006cab14 <+84>: add $0xe,%rdx
0x00000000006cab18 <+88>: mov 0x8(%rdi,%rdx,8),%rcx
0x00000000006cab1d <+93>: mov %rcx,0x10(%r13)
0x00000000006cab21 <+97>: mov %r13,0x8(%rdi,%rdx,8)
0x00000000006cab26 <+102>: mov %ebx,0x90(%rdi)
0x00000000006cab2c <+108>: mov (%rsp),%rbx
0x00000000006cab30 <+112>: mov 0x8(%rsp),%rbp
0x00000000006cab35 <+117>: mov 0x10(%rsp),%r12
0x00000000006cab3a <+122>: mov 0x18(%rsp),%r13
0x00000000006cab3f <+127>: mov 0x20(%rsp),%r14
0x00000000006cab44 <+132>: add $0x28,%rsp
0x00000000006cab48 <+136>: retq
0x00000000006cab49 <+137>: mov 0x60ac48(%rip),%rax #
0xcd5798
0x00000000006cab50 <+144>: mov (%rax),%rax
0x00000000006cab53 <+147>: test %rax,%rax
0x00000000006cab56 <+150>: je 0x6cab5a <_zend_mm_free_int+154>
0x00000000006cab58 <+152>: callq *%rax
0x00000000006cab5a <+154>: lea 0x0(%r13,%rbx,1),%r14
0x00000000006cab5f <+159>: sub %rbx,0x68(%rbp)
=> 0x00000000006cab63 <+163>: testb $0x1,(%r14)
0x00000000006cab67 <+167>: je 0x6cabe3 <_zend_mm_free_int+291>
0x00000000006cab69 <+169>: mov -0x8(%r12),%rax
0x00000000006cab6e <+174>: test $0x1,%al
0x00000000006cab70 <+176>: je 0x6cabc8 <_zend_mm_free_int+264>
0x00000000006cab72 <+178>: cmpq $0x3,0x8(%r13)
0x00000000006cab77 <+183>: jne 0x6cab87 <_zend_mm_free_int+199>
0x00000000006cab79 <+185>: mov 0x0(%r13,%rbx,1),%rax
0x00000000006cab7e <+190>: and $0x3,%eax
0x00000000006cab81 <+193>: cmp $0x3,%rax
0x00000000006cab85 <+197>: je 0x6cabf6 <_zend_mm_free_int+310>
0x00000000006cab87 <+199>: mov %rbx,0x0(%r13)
0x00000000006cab8b <+203>: mov %rbx,0x8(%r13,%rbx,1)
0x00000000006cab90 <+208>: mov %r13,%rsi
0x00000000006cab93 <+211>: mov %rbp,%rdi
0x00000000006cab96 <+214>: callq 0x6ca650
<zend_mm_add_to_free_list>
0x00000000006cab9b <+219>: mov 0x609ece(%rip),%rax #
0xcd4a70
0x00000000006caba2 <+226>: mov (%rax),%rax
0x00000000006caba5 <+229>: test %rax,%rax
0x00000000006caba8 <+232>: je 0x6cab2c <_zend_mm_free_int+108>
0x00000000006cabaa <+234>: mov (%rsp),%rbx
0x00000000006cabae <+238>: mov 0x8(%rsp),%rbp
0x00000000006cabb3 <+243>: mov 0x10(%rsp),%r12
0x00000000006cabb8 <+248>: mov 0x18(%rsp),%r13
0x00000000006cabbd <+253>: mov 0x20(%rsp),%r14
0x00000000006cabc2 <+258>: add $0x28,%rsp
0x00000000006cabc6 <+262>: jmpq *%rax
0x00000000006cabc8 <+264>: and $0xfffffffffffffffc,%eax
0x00000000006cabcb <+267>: mov %rbp,%rdi
0x00000000006cabce <+270>: neg %eax
0x00000000006cabd0 <+272>: cltq
0x00000000006cabd2 <+274>: add %rax,%r13
0x00000000006cabd5 <+277>: mov %r13,%rsi
0x00000000006cabd8 <+280>: callq 0x6ca950
<zend_mm_remove_from_free_list>
0x00000000006cabdd <+285>: add 0x0(%r13),%rbx
0x00000000006cabe1 <+289>: jmp 0x6cab72 <_zend_mm_free_int+178>
0x00000000006cabe3 <+291>: mov %r14,%rsi
0x00000000006cabe6 <+294>: mov %rbp,%rdi
0x00000000006cabe9 <+297>: callq 0x6ca950
<zend_mm_remove_from_free_list>
0x00000000006cabee <+302>: add (%r14),%rbx
0x00000000006cabf1 <+305>: jmpq 0x6cab69 <_zend_mm_free_int+169>
0x00000000006cabf6 <+310>: mov 0x40(%rbp),%rax
0x00000000006cabfa <+314>: lea -0x10(%r13),%rsi
0x00000000006cabfe <+318>: lea 0x40(%rbp),%rdx
0x00000000006cac02 <+322>: cmp %rsi,%rax
0x00000000006cac05 <+325>: je 0x6cac14 <_zend_mm_free_int+340>
0x00000000006cac07 <+327>: lea 0x8(%rax),%rdx
0x00000000006cac0b <+331>: mov 0x8(%rax),%rax
0x00000000006cac0f <+335>: cmp %rsi,%rax
0x00000000006cac12 <+338>: jne 0x6cac07 <_zend_mm_free_int+327>
0x00000000006cac14 <+340>: mov 0x8(%rsi),%rax
0x00000000006cac18 <+344>: mov 0x48(%rbp),%rdi
0x00000000006cac1c <+348>: mov %rax,(%rdx)
0x00000000006cac1f <+351>: mov (%rsi),%rax
0x00000000006cac22 <+354>: sub %rax,0x50(%rbp)
0x00000000006cac26 <+358>: mov (%rdi),%rax
0x00000000006cac29 <+361>: callq *0x30(%rax)
0x00000000006cac2c <+364>: jmpq 0x6cab9b <_zend_mm_free_int+219>
End of assembler dump.
Debuginfo absent: 0c0be6f66577260457a9a0682847c5403108c6e5
Debuginfo absent: 433cd3e174dfc89e9e8ecb5bf3021cd36cc52c80
Debuginfo absent: 517bd7643bf31d9563576a7ca2b65123f2888e1e
Debuginfo absent: 729136de0eaacd9a954bddbfa3b701ba7be9dbf9
Debuginfo absent: b4b6b1d226ca81d9538e288a16c253f37ba6eebd
Debuginfo absent: ef58c8a07956d87e06f6235cf0c03606ccfe11de
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/bug.php?id=52814
--
Edit this bug report at http://bugs.php.net/bug.php?id=52814&edit=1