View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000663 | Xdebug | Uncategorized | public | 2011-02-07 23:24 | 2011-02-09 09:34 |
Reporter | mday | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | random |
Status | resolved | Resolution | duplicate | ||
Platform | linux | OS | fedora | OS Version | fedora 14 |
Product Version | 2.1.0 | ||||
Summary | 0000663: phpunit with code coverage seg fault | ||||
Description | hi derick, upgrading my php version still didn't solve it (although the last ticket was closed because i thought it did). I'm still able to reproduce the issue, but it takes a huge amount of code to do it, and none of my slimmed down tests are able to do it. It seems like a race condition, but i have a much more indepth core dump now at least. Also I'm able to reproduce this seg fault on both ubuntu 10.10 and this fedora desktop edition. also this is using php 5.3.5, which isn't an option below | ||||
Steps To Reproduce | phpunit --coverage-html ~/blah | ||||
Additional Information | 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
#1 0x00000000006db5c1 in _zval_dtor (zval_ptr=0x7fff90745628) at /home/alex0/Downloads/php-5.3.4/Zend/zend_variables.h:35 No locals. 0000002 _zval_ptr_dtor (zval_ptr=0x7fff90745628) at /home/alex0/Downloads/php-5.3.4/Zend/zend_execute_API.c:443 No locals. 0000003 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
0000004 0x0000000000769b80 in zend_assign_to_object (execute_data=0x7f7478b721a8) at /home/alex0/Downloads/php-5.3.4/Zend/zend_execute.c:589
0000005 ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_HANDLER (execute_data=0x7f7478b721a8) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:17678
0000006 0x000000000070d5dc in execute (op_array=0x394c6e8) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000007 0x00007f747967dcd9 in xdebug_execute (op_array=0x394c6e8) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000008 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
0000009 0x000000000070d5dc in execute (op_array=0x3baaaa0) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000010 0x00007f747967dcd9 in xdebug_execute (op_array=0x3baaaa0) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000011 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
0000012 0x000000000070d5dc in execute (op_array=0x3528798) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000013 0x00007f747967dcd9 in xdebug_execute (op_array=0x3528798) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000014 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
0000015 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
0000016 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
0000017 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. 0000018 0x00000000006e5c91 in concat_function (result=0x7f7478b719a8, op1=0x4606558, op2=0x469a908) at /home/alex0/Downloads/php-5.3.4/Zend/zend_operators.c:1234
0000019 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
0000020 0x000000000070d5dc in execute (op_array=0x46cc1a0) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000021 0x00007f747967dcd9 in xdebug_execute (op_array=0x46cc1a0) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000022 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
0000023 0x000000000070d5dc in execute (op_array=0x2d89cb8) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000024 0x00007f747967dcd9 in xdebug_execute (op_array=0x2d89cb8) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000025 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
0000026 0x000000000070d5dc in execute (op_array=0x2deba50) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000027 0x00007f747967dcd9 in xdebug_execute (op_array=0x2deba50) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000028 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
0000029 0x000000000070d5dc in execute (op_array=0x3a2ceb0) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000030 0x00007f747967dcd9 in xdebug_execute (op_array=0x3a2ceb0) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000031 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
0000032 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
0000033 0x00007f747967e081 in xdebug_execute_internal (current_execute_data=0x7f7478b70670, return_value_used=1) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1339
0000034 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
#35 0x000000000070d5dc in execute (op_array=0x2d9a318) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000036 0x00007f747967dcd9 in xdebug_execute (op_array=0x2d9a318) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000037 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
0000038 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
0000039 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
0000040 0x00007f747967e081 in xdebug_execute_internal (current_execute_data=0x7f7478b6ee88, return_value_used=1) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1339
0000041 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
0000042 0x000000000070d5dc in execute (op_array=0x45a5f70) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000043 0x00007f747967dcd9 in xdebug_execute (op_array=0x45a5f70) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000044 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
0000045 0x000000000070d5dc in execute (op_array=0x2d89cb8) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000046 0x00007f747967dcd9 in xdebug_execute (op_array=0x2d89cb8) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000047 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
0000048 0x000000000070d5dc in execute (op_array=0x2deba50) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
#49 0x00007f747967dcd9 in xdebug_execute (op_array=0x2deba50) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000050 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
#51 0x000000000070d5dc in execute (op_array=0x220fc40) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000052 0x00007f747967dcd9 in xdebug_execute (op_array=0x220fc40) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000053 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
0000054 0x000000000070d5dc in execute (op_array=0x2ce7e90) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000055 0x00007f747967dcd9 in xdebug_execute (op_array=0x2ce7e90) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000056 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
0000057 0x000000000070d5dc in execute (op_array=0x21e0740) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000058 0x00007f747967dcd9 in xdebug_execute (op_array=0x21e0740) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000059 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
0000060 0x000000000070d5dc in execute (op_array=0x217d4c0) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000061 0x00007f747967dcd9 in xdebug_execute (op_array=0x217d4c0) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000062 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
0000063 0x000000000070d5dc in execute (op_array=0x250f780) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000064 0x00007f747967dcd9 in xdebug_execute (op_array=0x250f780) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000065 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
0000066 0x000000000070d5dc in execute (op_array=0x23eb188) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000067 0x00007f747967dcd9 in xdebug_execute (op_array=0x23eb188) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000068 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
0000069 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
0000070 0x00007f747967e081 in xdebug_execute_internal (current_execute_data=0x7f7478b6a5d8, return_value_used=1) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1339
0000071 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
0000072 0x000000000070d5dc in execute (op_array=0x2515c18) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000073 0x00007f747967dcd9 in xdebug_execute (op_array=0x2515c18) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000074 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
0000075 0x000000000070d5dc in execute (op_array=0x2515b20) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000076 0x00007f747967dcd9 in xdebug_execute (op_array=0x2515b20) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000077 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
0000078 0x000000000070d5dc in execute (op_array=0x25a21e8) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000079 0x00007f747967dcd9 in xdebug_execute (op_array=0x25a21e8) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000080 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
0000081 0x000000000070d5dc in execute (op_array=0x2515a28) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000082 0x00007f747967dcd9 in xdebug_execute (op_array=0x2515a28) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000083 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
0000084 0x000000000070d5dc in execute (op_array=0x22ee6e8) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000085 0x00007f747967dcd9 in xdebug_execute (op_array=0x22ee6e8) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000086 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
0000087 0x000000000070d5dc in execute (op_array=0x22eab18) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000088 0x00007f747967dcd9 in xdebug_execute (op_array=0x22eab18) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000089 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
0000090 0x000000000070d5dc in execute (op_array=0x22eab18) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000091 0x00007f747967dcd9 in xdebug_execute (op_array=0x22eab18) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000092 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
0000093 0x000000000070d5dc in execute (op_array=0x23e8c48) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000094 0x00007f747967dcd9 in xdebug_execute (op_array=0x23e8c48) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000095 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
0000096 0x000000000070d5dc in execute (op_array=0x1f4ee68) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000097 0x00007f747967dcd9 in xdebug_execute (op_array=0x1f4ee68) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000098 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
0000099 0x000000000070d5dc in execute (op_array=0x1f180d8) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000100 0x00007f747967dcd9 in xdebug_execute (op_array=0x1f180d8) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000101 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
0000102 0x000000000070d5dc in execute (op_array=0x1f04910) at /home/alex0/Downloads/php-5.3.4/Zend/zend_vm_execute.h:107
0000103 0x00007f747967dcd9 in xdebug_execute (op_array=0x1f04910) at /home/alex0/Downloads/xdebug-2.1.0/xdebug.c:1272
0000104 0x00000000006eaf4a in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /home/alex0/Downloads/php-5.3.4/Zend/zend.c:1194
0000105 0x0000000000699292 in php_execute_script (primary_file=0x7fff9074c550) at /home/alex0/Downloads/php-5.3.4/main/main.c:2265
0000106 0x000000000077ccc3 in main (argc=4, argv=0x7fff9074c7c8) at /home/alex0/Downloads/php-5.3.4/sapi/cli/php_cli.c:1193
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 | ||||
Tags | No tags attached. | ||||
Operating System | fedora 14 desktop edition | ||||
PHP Version | 5.3.3 | ||||
|
just a quick note for what it's worth, is that if I allow some time to go by, or restart my box, the first test always runs fine, and generates all my code coverage files, but if i do it again right afterward, i get the seg fault. |
|
Please don't open a new bug for the same issue->reopen the old one. |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-02-07 23:24 | mday | New Issue | |
2011-02-08 00:11 | mday | Note Added: 0001663 | |
2011-02-09 09:34 | derick | Note Added: 0001664 | |
2011-02-09 09:34 | derick | Relationship added | duplicate of 0000661 |
2011-02-09 09:34 | derick | Status | new => resolved |
2011-02-09 09:34 | derick | Resolution | open => duplicate |
2011-02-09 09:34 | derick | Assigned To | => derick |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |