View Issue Details

IDProjectCategoryView StatusLast Update
0001256Xdebugpublic2016-02-27 15:58
Reporterrazvanphp Assigned Toderick  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionunable to reproduce 
PlatformLinuxOSDebian JessieOS Version8
Product Version2.4.0rc3 
Summary0001256: SEGSEGV in xdebug_var_export_fancy with PHP 7.0.2
Description

I'm using the latest stable version for PHP 7, and this happens when I try to var_dump some object in Laravel 5 framework (Lumen), not really something special..

Additional Information

root@server:~# gdb /usr/local/php7/sbin/php-fpm /tmp/core.php-fpm.2015
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/local/php7/sbin/php-fpm...done.
[New LWP 2015]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `php-fpm: pool www '.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007fb47e9ba90f in xdebug_var_export_fancy (struc=0x7ffcf23f4210, struc@entry=0x7ffcf23f42d8,
str=str@entry=0x7ffcf23f4410, level=level@entry=3, debug_zval=debug_zval@entry=0, options=options@entry=0x2348f70)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug_var.c:2413
2413 struc = &tmpz;
(gdb) bt
#0 0x00007fb47e9ba90f in xdebug_var_export_fancy (struc=0x7ffcf23f4210, struc@entry=0x7ffcf23f42d8,
str=str@entry=0x7ffcf23f4410, level=level@entry=3, debug_zval=debug_zval@entry=0, options=options@entry=0x2348f70)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug_var.c:2413
#1 0x00007fb47e9bb0d8 in xdebug_object_element_export_fancy (class_name=0x7fb477320108 "Illuminate\Session\Store",
options=0x2348f70, debug_zval=0, str=0x7ffcf23f4410, level=2, hash_key=<optimized out>, index=<optimized out>,
zv_nptr=0x7fb47ee77108) at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug_var.c:2381
0000002 xdebug_var_export_fancy (struc=struc@entry=0x7ffcf23f4398, str=str@entry=0x7ffcf23f4410, level=level@entry=2,
debug_zval=debug_zval@entry=0, options=options@entry=0x2348f70)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug_var.c:2509
0000003 0x00007fb47e9bb0d8 in xdebug_object_element_export_fancy (class_name=0x7fb47731bbc0 "Illuminate\Auth\Guard",
options=0x2348f70, debug_zval=0, str=0x7ffcf23f4410, level=1, hash_key=<optimized out>, index=<optimized out>,
zv_nptr=0x7fb47ee75e68) at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug_var.c:2381
0000004 xdebug_var_export_fancy (struc=struc@entry=0x7ffcf23f43f8, str=str@entry=0x7ffcf23f4410, level=level@entry=1,
debug_zval=debug_zval@entry=0, options=options@entry=0x2348f70)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug_var.c:2509
0000005 0x00007fb47e9bb447 in xdebug_get_zval_value_fancy (name=name@entry=0x0, val=val@entry=0x7fb47ee72330,
len=len@entry=0x7ffcf23f446c, debug_zval=debug_zval@entry=0, options=0x2348f70, options@entry=0x0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug_var.c:2579
0000006 0x00007fb47e9a0894 in zif_xdebug_var_dump (execute_data=<optimized out>, return_value=<optimized out>)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:2211
0000007 0x00007fb47e99ee5d in xdebug_execute_internal (current_execute_data=0x7fb47ee14b80, return_value=0x7fb47ee14b60)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:2018
0000008 0x00000000008c6530 in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:844
0000009 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000010 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee14af0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000011 0x00000000008386b3 in zend_call_function (fci=fci@entry=0x7ffcf23f4740, fci_cache=fci_cache@entry=0x7ffcf23f4710)
---Type <return> to continue, or q <return> to quit---
at /home/vagrant/php-7-debian/php-src/Zend/zend_execute_API.c:860
0000012 0x00000000006b8050 in zim_reflection_class_newInstanceArgs (execute_data=<optimized out>,
return_value=0x7fb47ee14a50) at /home/vagrant/php-7-debian/php-src/ext/reflection/php_reflection.c:4743
0000013 0x00007fb47e99ee5d in xdebug_execute_internal (current_execute_data=0x7fb47ee14a80, return_value=0x7fb47ee14a50)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:2018
0000014 0x00000000008c6530 in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:844
0000015 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000016 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee14970)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000017 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000018 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000019 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee148a0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000020 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000021 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000022 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee14790)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000023 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000024 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000025 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee146a0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
---Type <return> to continue, or q <return> to quit---
0000026 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000027 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000028 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee145f0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000029 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000030 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000031 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee14490)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000032 0x00000000008386b3 in zend_call_function (fci=fci@entry=0x7ffcf23f4eb0, fci_cache=fci_cache@entry=0x7ffcf23f4e80)
at /home/vagrant/php-7-debian/php-src/Zend/zend_execute_API.c:860
0000033 0x000000000074b7c2 in zif_call_user_func (execute_data=<optimized out>, return_value=0x7fb47ee143f0)
at /home/vagrant/php-7-debian/php-src/ext/standard/basic_functions.c:4781
0000034 0x00007fb47e99ee5d in xdebug_execute_internal (current_execute_data=0x7fb47ee14410, return_value=0x7fb47ee143f0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:2018
#35 0x00000000008c6530 in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:844
0000036 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000037 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee14360)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000038 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000039 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000040 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee142a0)
---Type <return> to continue, or q <return> to quit---
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000041 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000042 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000043 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee14160)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000044 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000045 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000046 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee140c0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000047 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000048 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
#49 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee13ff0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000050 0x00000000008386b3 in zend_call_function (fci=fci@entry=0x7ffcf23f5540, fci_cache=fci_cache@entry=0x7ffcf23f5510)
at /home/vagrant/php-7-debian/php-src/Zend/zend_execute_API.c:860
#51 0x000000000074b7c2 in zif_call_user_func (execute_data=<optimized out>, return_value=0x7fb47ee13f50)
at /home/vagrant/php-7-debian/php-src/ext/standard/basic_functions.c:4781
0000052 0x00007fb47e99ee5d in xdebug_execute_internal (current_execute_data=0x7fb47ee13f70, return_value=0x7fb47ee13f50)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:2018
0000053 0x00000000008c6530 in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:844
0000054 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
---Type <return> to continue, or q <return> to quit---
0000055 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee13ed0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000056 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000057 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000058 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee13e40)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000059 0x00000000008386b3 in zend_call_function (fci=fci@entry=0x7ffcf23f5920, fci_cache=fci_cache@entry=0x7ffcf23f58f0)
at /home/vagrant/php-7-debian/php-src/Zend/zend_execute_API.c:860
0000060 0x000000000074b95e in zif_call_user_func_array (execute_data=0x7fb47ee13dc0, return_value=0x7fb47ee13d90)
at /home/vagrant/php-7-debian/php-src/ext/standard/basic_functions.c:4810
0000061 0x00007fb47e99ee5d in xdebug_execute_internal (current_execute_data=0x7fb47ee13dc0, return_value=0x7fb47ee13d90)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:2018
0000062 0x00000000008c6530 in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:844
0000063 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000064 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee13ce0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000065 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000066 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000067 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee13c40)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000068 0x00000000008386b3 in zend_call_function (fci=fci@entry=0x7ffcf23f5d00, fci_cache=fci_cache@entry=0x7ffcf23f5cd0)
at /home/vagrant/php-7-debian/php-src/Zend/zend_execute_API.c:860
0000069 0x000000000074b95e in zif_call_user_func_array (execute_data=0x7fb47ee13bc0, return_value=0x7fb47ee13b90)
---Type <return> to continue, or q <return> to quit---
at /home/vagrant/php-7-debian/php-src/ext/standard/basic_functions.c:4810
0000070 0x00007fb47e99ee5d in xdebug_execute_internal (current_execute_data=0x7fb47ee13bc0, return_value=0x7fb47ee13b90)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:2018
0000071 0x00000000008c6530 in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:844
0000072 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000073 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee13ae0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000074 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000075 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000076 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee13a20)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000077 0x00000000008386b3 in zend_call_function (fci=fci@entry=0x7ffcf23f60e0, fci_cache=fci_cache@entry=0x7ffcf23f60b0)
at /home/vagrant/php-7-debian/php-src/Zend/zend_execute_API.c:860
0000078 0x000000000074b95e in zif_call_user_func_array (execute_data=0x7fb47ee139a0, return_value=0x7fb47ee13970)
at /home/vagrant/php-7-debian/php-src/ext/standard/basic_functions.c:4810
0000079 0x00007fb47e99ee5d in xdebug_execute_internal (current_execute_data=0x7fb47ee139a0, return_value=0x7fb47ee13970)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:2018
0000080 0x00000000008c6530 in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:844
0000081 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000082 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee138c0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000083 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
---Type <return> to continue, or q <return> to quit---
0000084 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000085 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee13790)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000086 0x00000000008386b3 in zend_call_function (fci=fci@entry=0x7ffcf23f64c0, fci_cache=fci_cache@entry=0x7ffcf23f6490)
at /home/vagrant/php-7-debian/php-src/Zend/zend_execute_API.c:860
0000087 0x000000000074b95e in zif_call_user_func_array (execute_data=0x7fb47ee13710, return_value=0x7fb47ee136e0)
at /home/vagrant/php-7-debian/php-src/ext/standard/basic_functions.c:4810
0000088 0x00007fb47e99ee5d in xdebug_execute_internal (current_execute_data=0x7fb47ee13710, return_value=0x7fb47ee136e0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:2018
0000089 0x00000000008c6530 in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:844
0000090 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000091 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee13630)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000092 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000093 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000094 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee13570)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000095 0x00000000008386b3 in zend_call_function (fci=fci@entry=0x7ffcf23f68a0, fci_cache=fci_cache@entry=0x7ffcf23f6870)
at /home/vagrant/php-7-debian/php-src/Zend/zend_execute_API.c:860
0000096 0x000000000074b95e in zif_call_user_func_array (execute_data=0x7fb47ee134f0, return_value=0x7fb47ee134c0)
at /home/vagrant/php-7-debian/php-src/ext/standard/basic_functions.c:4810
0000097 0x00007fb47e99ee5d in xdebug_execute_internal (current_execute_data=0x7fb47ee134f0, return_value=0x7fb47ee134c0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:2018
0000098 0x00000000008c6530 in ZEND_DO_FCALL_SPEC_HANDLER ()
---Type <return> to continue, or q <return> to quit---
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:844
0000099 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000100 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee13410)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000101 0x00000000008386b3 in zend_call_function (fci=fci@entry=0x7ffcf23f6bb0, fci_cache=fci_cache@entry=0x7ffcf23f6b80)
at /home/vagrant/php-7-debian/php-src/Zend/zend_execute_API.c:860
0000102 0x000000000074b7c2 in zif_call_user_func (execute_data=<optimized out>, return_value=0x7fb47ee13370)
at /home/vagrant/php-7-debian/php-src/ext/standard/basic_functions.c:4781
0000103 0x00007fb47e99ee5d in xdebug_execute_internal (current_execute_data=0x7fb47ee13390, return_value=0x7fb47ee13370)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:2018
0000104 0x00000000008c6530 in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:844
0000105 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000106 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee132e0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000107 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000108 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000109 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee13220)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000110 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000111 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000112 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee13160)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
---Type <return> to continue, or q <return> to quit---
0000113 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000114 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000115 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee130c0)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000116 0x00000000008c665d in ZEND_DO_FCALL_SPEC_HANDLER ()
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:800
0000117 0x000000000088313b in execute_ex (ex=<optimized out>)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:414
0000118 0x00007fb47e99e33f in xdebug_execute_ex (execute_data=0x7fb47ee13030)
at /home/vagrant/xdebug-XDEBUG_2_4_0RC3/xdebug.c:1871
0000119 0x00000000008d5ed7 in zend_execute (op_array=op_array@entry=0x7fb47ee75000, return_value=return_value@entry=0x0)
at /home/vagrant/php-7-debian/php-src/Zend/zend_vm_execute.h:458
0000120 0x0000000000846734 in zend_execute_scripts (type=type@entry=8, retval=retval@entry=0x0,
file_count=file_count@entry=3) at /home/vagrant/php-7-debian/php-src/Zend/zend.c:1427
0000121 0x00000000007eaac0 in php_execute_script (primary_file=0x7ffcf23f96c0)
at /home/vagrant/php-7-debian/php-src/main/main.c:2471
0000122 0x00000000004491ee in main (argc=36432595, argv=0x22bea4c)
at /home/vagrant/php-7-debian/php-src/sapi/fpm/fpm/fpm_main.c:1944
(gdb)

TagsNo tags attached.
Operating System
PHP Version7.0.0-7.0.4

Activities

derick

2016-01-19 22:32

administrator   ~0003425

Please try Xdebug 2.4.0RC4-dev from GitHub's master.

If that doesn't fix the problem, can you provide a short reproducible script for this?

Or, if that doesn't work - do a file_put_contents( "/tmp/data.php", var_export( $theVarYouRunVarDumpOn, true ) ); and attach the file please?

Without a reproducible case, I am unlikely to find and fix this.

cheers,
Derick

derick

2016-02-08 21:09

administrator   ~0003455

Can you please answer the questions from the previous note?

derick

2016-02-27 15:58

administrator   ~0003522

Closing this out, as I can't reproduce this and not reproducible case was submitted.

Issue History

Date Modified Username Field Change
2016-01-19 13:35 razvanphp New Issue
2016-01-19 22:32 derick Note Added: 0003425
2016-01-19 22:32 derick Assigned To => derick
2016-01-19 22:32 derick Status new => feedback
2016-02-08 21:09 derick Note Added: 0003455
2016-02-27 15:58 derick Note Added: 0003522
2016-02-27 15:58 derick Status feedback => resolved
2016-02-27 15:58 derick Resolution open => unable to reproduce
2016-07-31 12:35 derick Category Debug client (console) => debugclient (debugging tool)
2016-07-31 12:35 derick Category debugclient (debugging tool) => (No Category)