Test: /sapi/phpdbg/tests/watch_003.phpt - Version 7.2.14RC1    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
008+ prompt> ASAN:SIGSEGV
009+ =================================================================
010+ ==22297==ERROR: AddressSanitizer: SEGV on unknown address 0x7fce9aa1e030 (pc 0x000001391c72 bp 0x7ffe3676e520 sp 0x7ffe3676e3d0 T0)
011+ #0 0x1391c71 in ZEND_ASSIGN_DIM_SPEC_CV_CONST_OP_DATA_CONST_HANDLER /opt/p7/php-src-php-7.2.14RC1/Zend/zend_vm_execute.h:36972
012+ #1 0x14e7b3f in zend_vm_call_opcode_handler /opt/p7/php-src-php-7.2.14RC1/Zend/zend_vm_execute.h:69321
013+ #2 0x1519e5d in phpdbg_execute_ex /opt/p7/php-src-php-7.2.14RC1/sapi/phpdbg/phpdbg_prompt.c:1900
014+ #3 0x14e5398 in zend_execute /opt/p7/php-src-php-7.2.14RC1/Zend/zend_vm_execute.h:63776
015+ #4 0x150eab8 in phpdbg_do_run /opt/p7/php-src-php-7.2.14RC1/sapi/phpdbg/phpdbg_prompt.c:942
016+ #5 0x15519fd in phpdbg_internal_stack_execute /opt/p7/php-src-php-7.2.14RC1/sapi/phpdbg/phpdbg_cmd.c:703
017+ #6 0x1551c95 in phpdbg_stack_execute /opt/p7/php-src-php-7.2.14RC1/sapi/phpdbg/phpdbg_cmd.c:733
018+ #7 0x151588d in phpdbg_interactive /opt/p7/php-src-php-7.2.14RC1/sapi/phpdbg/phpdbg_prompt.c:1631
019+ #8 0x14f4c5e in main /opt/p7/php-src-php-7.2.14RC1/sapi/phpdbg/phpdbg.c:2001
008- prompt> [Breaking on watchpoint $a[0]]
009- Old value: 1
010- New value: 2
011- >00008: $a = [0 => 3, 1 => 4];
012- 00009:
013- prompt> [Breaking on watchpoint $a[0]]
014- Old value: 2
015- New value: 3
016- >00009:
017- prompt> [$a[0] has been removed, removing watchpoint]
018- [Script ended normally]
019- prompt>
020+ #9 0x7fce9fe3e82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)
021+ #10 0x425d78 in _start (/opt/p7/php-src-php-7.2.14RC1/sapi/phpdbg/phpdbg+0x425d78)
022+
023+ AddressSanitizer can not provide additional info.
024+ SUMMARY: AddressSanitizer: SEGV /opt/p7/php-src-php-7.2.14RC1/Zend/zend_vm_execute.h:36972 ZEND_ASSIGN_DIM_SPEC_CV_CONST_OP_DATA_CONST_HANDLER
025+ ==22297==ABORTING