View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002304 | Xdebug | Uncategorized | public | 2024-11-12 15:08 | 2024-11-28 13:41 |
| Reporter | srjlewis | Assigned To | derick | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | duplicate | ||
| Platform | aarch64 | OS | Alma Linux | OS Version | 9.4 |
| Product Version | 3.4.0beta1 | ||||
| Fixed in Version | 3.4.0 | ||||
| Summary | 0002304: Seg fault on throw exception | ||||
| Description | I have been seeing a segfault on a thrown exception, all other exeption seem fine and work as expected and I cant seem to make a small script to reproduce it. It have seen it on folowing I cant find a way to make a script small enough to reproduce the problem, but I have attached a gdb full back trace, so hopefully that should help. | ||||
| Tags | No tags attached. | ||||
| Attached Files | xdebug-crash-gdb-output.txt (45,672 bytes)
PHP 8.4.0RC4 (cli) (built: Nov 5 2024 14:38:28) (NTS gcc aarch64)
Copyright (c) The PHP Group
Built by Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
Zend Engine v4.4.0RC4, Copyright (c) Zend Technologies
with Zend OPcache v8.4.0RC4, Copyright (c), by Zend Technologies
with Xdebug v3.4.0beta1, Copyright (c) 2002-2024, by Derick Rethans
Core was generated by `php-fpm: pool www '.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 xdebug_var_export_html (struc=0xffffe55cd048, struc@entry=0xffffe55cd130, str=str@entry=0xaaaafb1dcd20, level=level@entry=2, debug_zval=debug_zval@entry=0, options=options@entry=0xaaaafb1dbc20)
at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/lib/var_export_html.c:295
295 } else if (myht->nNumOfElements > 0) {
[Current thread is 1 (Thread 0xffff831fd020 (LWP 32487))]
File "<string>", line 751
match type_name:
^
SyntaxError: invalid syntax
(gdb) bt
#0 xdebug_var_export_html (struc=0xffffe55cd048, struc@entry=0xffffe55cd130, str=str@entry=0xaaaafb1dcd20, level=level@entry=2, debug_zval=debug_zval@entry=0, options=options@entry=0xaaaafb1dbc20)
at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/lib/var_export_html.c:295
#1 0x0000ffff826277a0 in xdebug_object_element_export_html (class_name=0xffff6c41f6f8 "Monolog\\Logger", options=0xaaaafb1dbc20, debug_zval=0, str=0xaaaafb1dcd20, level=1, hash_key=0xffff825e78c0, index_key=<optimized out>,
zv_nptr=0xffff69fa23e0, object=<optimized out>) at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/lib/var_export_html.c:109
#2 xdebug_var_export_html (struc=struc@entry=0xffffe55cd1b8, str=str@entry=0xaaaafb1dcd20, level=level@entry=1, debug_zval=debug_zval@entry=0, options=options@entry=0xaaaafb1dbc20)
at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/lib/var_export_html.c:291
#3 0x0000ffff82629674 in xdebug_get_zval_value_html (name=<optimized out>, val=<optimized out>, debug_zval=<optimized out>, options=0xaaaafb1dbc20)
at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/lib/var_export_html.c:356
#4 0x0000ffff8263cdd4 in xdebug_dump_used_var_with_contents (htmlq=<optimized out>, he=<optimized out>, argument=0xffffe55cd438) at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/develop/stack.c:609
#5 0x0000ffff82618314 in xdebug_hash_apply_with_argument (h=0xaaaafb1da870, user=0xffffe55cd33c, cb=0xffff8263ccc0 <xdebug_dump_used_var_with_contents>, argument=0xffffe55cd438)
at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/lib/hash.c:263
#6 0x0000ffff8263eb98 in xdebug_append_printable_stack (str=str@entry=0xffffe55cd438, html=<optimized out>) at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/develop/stack.c:859
#7 0x0000ffff8263ec88 in xdebug_develop_throw_exception_hook (exception=0xffff69f5d240, file=0xffff69f5d298, line=0xffff69f5d2a8, code=<optimized out>, code_str=<optimized out>, message=0xffff69f5d268)
at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/develop/stack.c:1215
#8 0x0000ffff8261c2e8 in xdebug_throw_exception_hook (exception=0xffff69f5d240) at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/base/base.c:1564
#9 xdebug_throw_exception_hook (exception=0xffff69f5d240) at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/base/base.c:1516
#10 0x0000aaaabc352254 in zend_throw_exception_internal (exception=0xffff69f5d240) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_exceptions.c:223
#11 0x0000aaaabc5aaf88 in ZEND_THROW_SPEC_TMPVAR_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:15167
#12 0x0000aaaabc5eabe4 in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:60653
#13 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#14 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#15 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#16 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#17 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#18 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#19 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#20 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#21 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#22 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#23 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#24 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#25 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#26 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#27 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#28 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#29 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#30 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#31 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#32 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#33 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#34 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#35 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#36 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#37 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#38 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#39 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#40 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#41 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#42 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#43 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#44 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#45 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#46 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#47 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
--Type <RET> for more, q to quit, c to continue without paging--c
#48 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#49 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
#50 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
#51 0x0000aaaabc5e8760 in zend_execute (op_array=op_array@entry=0xffff82402000, return_value=return_value@entry=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:64206
#52 0x0000aaaabc652964 in zend_execute_script (type=type@entry=8, retval=0x0, retval@entry=0xffffe55d0e70, file_handle=file_handle@entry=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend.c:1934
#53 0x0000aaaabc4de0fc in php_execute_script_ex (primary_file=0x0, retval=0xffffe55d0e70) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/main/main.c:2574
#54 0x0000aaaabc363f2c in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/sapi/fpm/fpm/fpm_main.c:1930
(gdb) info locals
ce = <optimized out>
myht = 0x0
tmp_str = <optimized out>
newlen = 281474529808824
num = <optimized out>
key = <optimized out>
val = <optimized out>
tmpz = 0xffff6c46fd58
z_type = <optimized out>
(gdb) bt full
#0 xdebug_var_export_html (struc=0xffffe55cd048, struc@entry=0xffffe55cd130, str=str@entry=0xaaaafb1dcd20, level=level@entry=2, debug_zval=debug_zval@entry=0, options=options@entry=0xaaaafb1dbc20)
at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/lib/var_export_html.c:295
ce = <optimized out>
myht = 0x0
tmp_str = <optimized out>
newlen = 281474529808824
num = <optimized out>
key = <optimized out>
val = <optimized out>
tmpz = 0xffff6c46fd58
z_type = <optimized out>
#1 0x0000ffff826277a0 in xdebug_object_element_export_html (class_name=0xffff6c41f6f8 "Monolog\\Logger", options=0xaaaafb1dbc20, debug_zval=0, str=0xaaaafb1dcd20, level=1, hash_key=0xffff825e78c0, index_key=<optimized out>,
zv_nptr=0xffff69fa23e0, object=<optimized out>) at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/lib/var_export_html.c:109
zv = 0xffffe55cd130
zv = <optimized out>
prop_class_name = <optimized out>
property_name = <optimized out>
property_type = <optimized out>
modifier = <optimized out>
#2 xdebug_var_export_html (struc=struc@entry=0xffffe55cd1b8, str=str@entry=0xaaaafb1dcd20, level=level@entry=1, debug_zval=debug_zval@entry=0, options=options@entry=0xaaaafb1dbc20)
at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/lib/var_export_html.c:291
_z = <optimized out>
_p = <optimized out>
__ht = 0xffff69fa1700
__key = 0xffff825e78c0
_idx = 0
_count = 2
__h = <optimized out>
_size = <optimized out>
__z = 0xffff69fa2400
ce = <optimized out>
myht = 0xffff69fa1700
tmp_str = <optimized out>
newlen = 281472869386672
num = <optimized out>
key = 0xffff825e78c0
val = <optimized out>
tmpz = 0xffff831fd7e0
z_type = <optimized out>
#3 0x0000ffff82629674 in xdebug_get_zval_value_html (name=<optimized out>, val=<optimized out>, debug_zval=<optimized out>, options=0xaaaafb1dbc20)
at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/lib/var_export_html.c:356
str = 0xaaaafb1dcd20
default_options = <optimized out>
#4 0x0000ffff8263cdd4 in xdebug_dump_used_var_with_contents (htmlq=<optimized out>, he=<optimized out>, argument=0xffffe55cd438) at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/develop/stack.c:609
html = 1
zvar = {value = {lval = 281472498334912, dval = 1.3906589167638749e-309, counted = 0xffff6c46fcc0, str = 0xffff6c46fcc0, arr = 0xffff6c46fcc0, obj = 0xffff6c46fcc0, res = 0xffff6c46fcc0, ref = 0xffff6c46fcc0,
ast = 0xffff6c46fcc0, zv = 0xffff6c46fcc0, ptr = 0xffff6c46fcc0, ce = 0xffff6c46fcc0, func = 0xffff6c46fcc0, ww = {w1 = 1816591552, w2 = 65535}}, u1 = {type_info = 776, v = {type = 8 '\b', type_flags = 3 '\003', u = {
extra = 0}}}, u2 = {next = 0, cache_slot = 0, opline_num = 0, lineno = 0, num_args = 0, fe_pos = 0, fe_iter_idx = 0, guard = 0, constant_flags = 0, extra = 0}}
contents = <optimized out>
name = 0xaaaafb1dc570
tmp_ht = 0x0
formats = 0xffff82671a58 <html_var_formats>
str = 0xffffe55cd438
#5 0x0000ffff82618314 in xdebug_hash_apply_with_argument (h=0xaaaafb1da870, user=0xffffe55cd33c, cb=0xffff8263ccc0 <xdebug_dump_used_var_with_contents>, argument=0xffffe55cd438)
--Type <RET> for more, q to quit, c to continue without paging--c
at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/lib/hash.c:263
j = <optimized out>
le = <optimized out>
i = <optimized out>
num_items = 7
pp_he_list = 0xaaaafb1db4c0
#6 0x0000ffff8263eb98 in xdebug_append_printable_stack (str=str@entry=0xffffe55cd438, html=<optimized out>) at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/develop/stack.c:859
tmp_hash = 0xaaaafb1da870
scope_nr = 20
printed_frames = <optimized out>
formats = 0xffff82671be8 <html_formats>
i = <optimized out>
fse = 0xaaaafb110d80
#7 0x0000ffff8263ec88 in xdebug_develop_throw_exception_hook (exception=0xffff69f5d240, file=0xffff69f5d298, line=0xffff69f5d2a8, code=<optimized out>, code_str=<optimized out>, message=0xffff69f5d268) at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/develop/stack.c:1215
exception_ce = 0xffff69f8d9f8
exception_trace = <optimized out>
tmp_str = {l = 42683, a = 45131, d = 0xaaaafb1e0730 "<tr><th align='left' bgcolor='#f57900' colspan=\"5\"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> Slim\\Exception\\HttpNotFoundException: Not found. in
/media/"...}
z_previous_exception = <optimized out>
z_last_exception_slot = <optimized out>
z_previous_trace = 0x0
previous_exception_obj = 0xffff69f5d240
dummy = {value = {lval = 529, dval = 2.6136072665001942e-321, counted = 0x211, str = 0x211, arr = 0x211, obj = 0x211, res = 0x211, ref = 0x211, ast = 0x211, zv = 0x211, ptr = 0x211, ce = 0x211, func = 0x211, ww = {w1 = 529, w2 = 0}}, u1 = {type_info
= 49152, v = {type = 0 '\000', type_flags = 192 '\300',
u = {extra = 0}}}, u2 = {next = 0,
cache_slot = 0, opline_num = 0, lineno = 0, num_args
= 0, fe_pos = 0, fe_iter_idx = 0, guard = 0, constant_flags = 0, extra = 0}}
#8 0x0000ffff8261c2e8 in xdebug_throw_exception_hook (exception=0xffff69f5d240) at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/base/base.c:1564
code = 0xffff69f5d288
message = 0xffff69f5d268
file = 0xffff69f5d298
line = 0xffff69f5d2a8
exception_ce = <optimized out>
code_str = 0xaaaafb146470 "404"
dummy = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500,
ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww = {w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848066368, v = {type = 64 '@', type_flags = 213 '\325', u = {extra = 58716}}}, u2 = {next = 65535,
cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535,
guard = 65535, constant_flags = 65535, extra = 65535}}
#9 xdebug_throw_exception_hook (exception=0xffff69f5d240) at /usr/src/debug/php-pecl-xdebug3-3.4.0~beta1-1.el9.remi.8.4.aarch64/src/src/base/base.c:1516
code = <optimized out>
message = <optimized out>
file = <optimized out>
line = <optimized out>
exception_ce = <optimized out>
code_str = 0x0
dummy = {value = {lval = <optimized out>, dval = <optimized out>, counted = <optimized out>, str = <optimized out>, arr = <optimized out>, obj = <optimized out>, res = <optimized out>, ref = <optimized out>, ast = <optimized out>,
zv = <optimized out>, ptr = <optimized out>, ce = <optimized out>, func = <optimized out>, ww = {w1 = <optimized out>, w2 = <optimized out>}}, u1 = {type_info = <optimized out>, v = {type = <optimized out>, type_flags = <optimized out>,
u = {extra = <optimized out>}}}, u2 = {next = <optimized out>, cache_slot = <optimized out>, opline_num = <optimized out>, lineno = <optimized out>, num_args = <optimized out>, fe_pos = <optimized out>, fe_iter_idx = <optimized out>, guard = <optimized out>,
constant_flags = <optimized out>, extra = <optimized out>}}
#10 0x0000aaaabc352254 in zend_throw_exception_internal (exception=0xffff69f5d240) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_exceptions.c:223
No locals.
#11 0x0000aaaabc5aaf88 in ZEND_THROW_SPEC_TMPVAR_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:15167
value = 0xffff824152f0
#12 0x0000aaaabc5eabe4 in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:60653
vm_stack_data = {orig_opline = 0xffff6c20d2a0, orig_execute_data = 0xffff82415070}
#13 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff82415190
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848066672, v
= {type = 112 'p', type_flags = 214 '\326', u = {extra = 58716}}},
u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535,
fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#14 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff69f46540, orig_execute_data = 0xffff82414e10}
#15 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff82415070
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = 281472459367680, dval = 1.3906587242401685e-309, counted = 0xffff69f46500, str = 0xffff69f46500, arr = 0xffff69f46500, obj = 0xffff69f46500, res = 0xffff69f46500, ref = 0xffff69f46500, ast = 0xffff69f46500, zv = 0xffff69f46500, ptr = 0xffff69f46500, ce = 0xffff69f46500, func =
0xffff69f46500, ww
= {w1 = 1777624320, w2 = 65535}}, u1 = {type_info = 3848067008, v = {type = 192 '\300', type_flags = 215 '\327', u = {extra = 58716}}}, u2 = {next
= 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#16 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c5ffb20, orig_execute_data = 0xffff82414d80}
#17 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff82414e10
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848067248, v
= {type = 176 '\260', type_flags =
216 '\330', u = {extra = 58716}}}, u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#18 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c5ffb20, orig_execute_data = 0xffff82414cf0}
#19 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff82414d80
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848067488, v
= {type = 160 '\240', type_flags =
217 '\331', u = {extra = 58716}}}, u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#20 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c375b80, orig_execute_data = 0xffff82414c30}
#21 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff82414cf0
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848067728, v
= {type = 144 '\220', type_flags =
218 '\332', u = {extra = 58716}}}, u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#22 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c2155c0, orig_execute_data = 0xffff82414a50}
#23 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff82414c30
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848067968, v
= {type = 128 '\200', type_flags =
219 '\333', u = {extra = 58716}}}, u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#24 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c27f840, orig_execute_data = 0xffff824149a0}
#25 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff82414a50
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848068208, v
= {type = 112 'p', type_flags = 220 '\334', u = {extra = 58716}}},
u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535,
fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#26 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c49fc00, orig_execute_data = 0xffff82414900}
#27 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff824149a0
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848068448, v
= {type = 96 '`', type_flags = 221
'\335', u = {extra = 58716}}}, u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#28 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c2e1ea0, orig_execute_data = 0xffff82414820}
#29 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff82414900
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848068688, v
= {type = 80 'P', type_flags = 222
'\336', u = {extra = 58716}}}, u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#30 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c49fc00, orig_execute_data = 0xffff82414780}
#31 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff82414820
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848068928, v
= {type = 64 '@', type_flags = 223
'\337', u = {extra = 58716}}}, u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#32 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c33ada0, orig_execute_data = 0xffff824146b0}
#33 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff82414780
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848069168, v = {type = 48 '0', type_flags = 224
'\340', u = {extra = 58716}}}, u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#34 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c49fc00, orig_execute_data = 0xffff82414610}
#35 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff824146b0
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848069408, v = {type = 32 ' ', type_flags = 225
'\341', u = {extra = 58716}}}, u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#36 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c3e7b40, orig_execute_data = 0xffff82414560}
#37 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff82414610
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848069648, v = {type = 16 '\020', type_flags = 226 '\342', u = {extra = 58716}}}, u2 = {next = 65535,
cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#38 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c49fc00, orig_execute_data = 0xffff824144c0}
#39 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff82414560
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = 281472498531264, dval = 1.3906589177339827e-309, counted = 0xffff6c49fbc0, str = 0xffff6c49fbc0, arr = 0xffff6c49fbc0, obj = 0xffff6c49fbc0, res = 0xffff6c49fbc0, ref = 0xffff6c49fbc0, ast = 0xffff6c49fbc0, zv = 0xffff6c49fbc0, ptr = 0xffff6c49fbc0, ce = 0xffff6c49fbc0, func =
0xffff6c49fbc0, ww
= {w1 = 1816787904, w2 = 65535}}, u1 = {type_info = 3848069888, v = {type = 0 '\000', type_flags = 227 '\343', u = {extra = 58716}}}, u2 = {next
= 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#40 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c5ffb20, orig_execute_data = 0xffff82414430}
#41 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff824144c0
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848070128, v = {type = 240 '\360', type_flags =
227 '\343', u = {extra = 58716}}}, u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#42 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c5592a0, orig_execute_data = 0xffff824142d0}
#43 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff82414430
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848070368, v = {type = 224 '\340', type_flags =
228 '\344', u = {extra = 58716}}}, u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#44 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c2016e0, orig_execute_data = 0xffff82414180}
#45 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff824142d0
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848070608, v = {type = 208 '\320', type_flags =
229 '\345', u = {extra = 58716}}}, u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#46 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff6c54ab80, orig_execute_data = 0xffff824140d0}
#47 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff82414180
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = 187650281469488, dval = 9.2711557506514287e-310, counted = 0xaaaabc5e7630 <ZEND_USER_OPCODE_SPEC_HANDLER+44>, str = 0xaaaabc5e7630 <ZEND_USER_OPCODE_SPEC_HANDLER+44>, arr = 0xaaaabc5e7630 <ZEND_USER_OPCODE_SPEC_HANDLER+44>,
obj = 0xaaaabc5e7630 <ZEND_USER_OPCODE_SPEC_HANDLER+44>, res = 0xaaaabc5e7630 <ZEND_USER_OPCODE_SPEC_HANDLER+44>, ref = 0xaaaabc5e7630 <ZEND_USER_OPCODE_SPEC_HANDLER+44>, ast = 0xaaaabc5e7630 <ZEND_USER_OPCODE_SPEC_HANDLER+44>,
zv = 0xaaaabc5e7630 <ZEND_USER_OPCODE_SPEC_HANDLER+44>, ptr = 0xaaaabc5e7630 <ZEND_USER_OPCODE_SPEC_HANDLER+44>, ce = 0xaaaabc5e7630 <ZEND_USER_OPCODE_SPEC_HANDLER+44>, func = 0xaaaabc5e7630 <ZEND_USER_OPCODE_SPEC_HANDLER+44>, ww = {w1 =
3160307248, w2 = 43690}}, u1 = {type_info = 3848070736, v = {type = 80 'P', type_flags = 230 '\346', u = {extra = 58716}}}, u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx =
65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#48 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff8248e0e0, orig_execute_data = 0xffff82414020}
#49 0x0000aaaabc35fe20 in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER () at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:2123
call = 0xffff824140d0
fbc = <optimized out>
ret = <optimized out>
retval = {value = {lval = -3734284465049197312, dval = -9.1509159903961946e+58, counted = 0xcc2d28106a7ba500, str = 0xcc2d28106a7ba500, arr = 0xcc2d28106a7ba500, obj = 0xcc2d28106a7ba500, res = 0xcc2d28106a7ba500, ref = 0xcc2d28106a7ba500, ast = 0xcc2d28106a7ba500, zv = 0xcc2d28106a7ba500, ptr = 0xcc2d28106a7ba500, ce = 0xcc2d28106a7ba500, func = 0xcc2d28106a7ba500, ww =
{w1 = 1786488064, w2 = 3425511440}}, u1 = {type_info = 3848071088, v = {type = 176 '\260', type_flags =
231 '\347', u = {extra = 58716}}}, u2 = {next = 65535, cache_slot = 65535, opline_num = 65535, lineno = 65535, num_args = 65535, fe_pos = 65535, fe_iter_idx = 65535, guard = 65535, constant_flags = 65535, extra = 65535}}
#50 0x0000aaaabc5f5e6c in execute_ex (ex=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:58829
vm_stack_data = {orig_opline = 0xffff82403000, orig_execute_data = 0x1}
#51 0x0000aaaabc5e8760 in zend_execute (op_array=op_array@entry=0xffff82402000, return_value=return_value@entry=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend_vm_execute.h:64206
execute_data = 0xffff82414020
object_or_called_scope = 0x0
call_info = <optimized out>
#52 0x0000aaaabc652964 in zend_execute_script (type=type@entry=8, retval=0x0, retval@entry=0xffffe55d0e70, file_handle=file_handle@entry=0x0) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/Zend/zend.c:1934
op_array = 0xffff82402000
ret = SUCCESS
#53 0x0000aaaabc4de0fc in php_execute_script_ex (primary_file=0x0, retval=0xffffe55d0e70) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/main/main.c:2574
realfile = "\210\371\263\202\377\377\000\000\000\360ł\377\377\000\000\340\327\037\203\377\377\000\000\350\000\000\000\000\000\000\000\320\001\000\000\000\000\000\000\bYƂ\377\377\000\000\260\331\037\203\377\377\000\000\200\375\\\345\377\377\000\000\r\000\000\000\000\000\000\000\340\375\\\345\377\377\000\000x\375\\\345\377\377\000\000\017\000\000\000\377\377\000\000\370\372ł\377\377\000\000\240\031\337\366\252\252\000\000\003\000\000\000\000\000\000\000\230\000\000\000\063",
'\000' <repeats 35 times>, "n\000\000\000[\000\000\000p\376\\\345\377\377\000\000\274(\256\202\377\377\000\000p\376\\\345\377\377\000\000\244)\256\202\377\377\000\000\220\204\016"...
__orig_bailout = 0xffffe55ce880
__bailout = {{__jmpbuf = {281474529824160, 281472866990432, 187651333212172, 187651333212285, 187651333212256, 0, 0, 187651333212272, 1, 281472866988032, 281474529823712, 17854224920113105924, 14712459608660354304, 17854142135542334556, 0, 0, 0, 0, 0, 0, 0, 0}, __mask_was_saved = 0, __saved_mask = {__val = {281474529823360, 187650280472852, 82048, 187650282032256, 281474529823552, 6, 281474529819256, 438, 402280, 281472867504128, 0,
8083786961437158703, 7146490648041842291, 7596554928000036210, 3348537804973485923, 187647128529008}}}}
prepend_file_p = <optimized out>
append_file_p = <optimized out>
prepend_file = {handle = {fp = 0xffff83603570, stream = {handle = 0xffff83603570, isatty = -446891872, reader = 0x0, fsizer = 0xffff00000001, closer = 0xffff83604f60}}, filename = 0xffffe55cf8c0, opened_path = 0x0, type = 1 '\001', primary_script = false, in_list = false, buf = 0x0, len = 0}
append_file = {handle = {fp = 0xcc2d28106a7ba500, stream = {handle = 0xcc2d28106a7ba500, isatty = -446887536, reader = 0xffff6eb233f4 <GetPolicyInfo+256>, fsizer = 0xffffe55cf991, closer = 0xffffe55cf997}}, filename = 0xffffe55cf960, opened_path = 0xffff6eaf9870 <ResetLinkedListIterator+48>, type = 144
'\220', primary_script = 9, in_list = 93, buf = 0xffff6eb23454 <GetPolicyInfo+352> "", len = 281474529823120}
old_cwd = 0x1e55cf880 <error: Cannot access memory at address 0x1e55cf880>
use_heap = false
result = <optimized out>
#54 0x0000aaaabc363f2c in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/php-8.4.0~rc4-1.el9.remi.aarch64/sapi/fpm/fpm/fpm_main.c:1930
primary_script = <optimized out>
__orig_bailout = <optimized out>
__bailout = {{__jmpbuf = {9, 187650283659264, 281474529825784, 2, 0, 0, 2, 187650283661632, 0, 0, 281474529825312, 17854224920112731820, 281472885809528, 17854142135542226988, 0, 0, 0, 0, 0, 0, 0, 0}, __mask_was_saved = 0, __saved_mask = {__val = {281472881645536, 1024, 464, 281472875780360, 281472881646000, 0, 1, 0, 0, 18446744069414584384, 281472875756280, 281474529824688, 16, 277082104104, 2, 0}}}}
exit_status = 0
cgi = 0
c = <optimized out>
use_extended_info = <optimized out>
file_handle = {handle = {fp = 0xffff82481000, stream = {handle = 0xffff82481000, isatty = 0, reader = 0xaaaabc4f64e4 <_php_stream_read>, fsizer = 0xaaaabc4dc290 <php_zend_stream_fsizer>, closer = 0xaaaabc4db510 <php_zend_stream_closer>}}, filename =
0xffff8247f080, opened_path = 0xffff8247f100, type = 2 '\002', primary_script = false, in_list = true, buf = 0xffff8245c080 "<?php\nrequire '../library/bootstrap.php';\n(new \\saoApp\\MVC\\App($settings))->run();\n", len = 83}
orig_optind = 1
orig_optarg = 0x0
ini_builder = {value = 0x0, length = 0}
max_requests = 0
requests = <optimized out>
fcgi_fd = <optimized out>
request = 0xaaaafb0e8b20
fpm_config = <optimized out>
fpm_prefix = 0x0
fpm_pid = 0x0
test_conf = 0
force_daemon = <optimized out>
force_stderr = <optimized out>
php_information = <optimized out>
php_allow_to_run_as_root = 0
__func__ = "main"
ret = <optimized out>
__orig_bailout = <optimized out>
__bailout = {{__jmpbuf = {<optimized out> <repeats 22 times>}, __mask_was_saved = <optimized out>, __saved_mask = {__val = {<optimized out> <repeats 16 times>}}}}
__str = <optimized out> | ||||
| Operating System | |||||
| PHP Version | 8.4-dev | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-11-12 15:08 | srjlewis | New Issue | |
| 2024-11-12 15:08 | srjlewis | File Added: xdebug-crash-gdb-output.txt | |
| 2024-11-27 15:44 | derick | Assigned To | => derick |
| 2024-11-27 15:44 | derick | Status | new => resolved |
| 2024-11-27 15:44 | derick | Resolution | open => duplicate |
| 2024-11-27 15:44 | derick | Fixed in Version | => 3.4dev |
| 2024-11-27 15:44 | derick | Note Added: 0007084 | |
| 2024-11-27 15:44 | derick | Relationship added | duplicate of 0002295 |
| 2024-11-28 13:41 | derick | Fixed in Version | 3.4dev => 3.4.0 |