Skip to content

Fix GH-20905: assertion in zend_lazy_object_del_info during unclean s…#21447

Open
Fourier-SemperFi wants to merge 1 commit intophp:masterfrom
Fourier-SemperFi:fix-lazy-object-del-info-assert-gh20905
Open

Fix GH-20905: assertion in zend_lazy_object_del_info during unclean s…#21447
Fourier-SemperFi wants to merge 1 commit intophp:masterfrom
Fourier-SemperFi:fix-lazy-object-del-info-assert-gh20905

Conversation

@Fourier-SemperFi
Copy link

…hutdown
Fixes an assertion failure (Assertion 'res == SUCCESS' failed) in zend_lazy_object_del_info() that occurs in debug builds when a lazy object's
__clone() method triggers a fatal error (E_ERROR) leading to zend_bailout().
Closes #20905

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assertion failure in zend_lazy_object_del_info when cloning lazy proxy

1 participant