-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault (stack overflow) in AppendIterator #15911
Labels
Comments
seems spl issue, might be wrong. |
Well, that's infinite recursion. See #9104. |
Related to #15672 |
DanielEScherzer
added a commit
to DanielEScherzer/php-src
that referenced
this issue
Oct 18, 2024
DanielEScherzer
added a commit
to DanielEScherzer/php-src
that referenced
this issue
Oct 18, 2024
DanielEScherzer
added a commit
to DanielEScherzer/php-src
that referenced
this issue
Oct 18, 2024
DanielEScherzer
added a commit
to DanielEScherzer/php-src
that referenced
this issue
Oct 18, 2024
Per https://3v4l.org/Dvcb0 this has been around 8.1 (or earlier), patch targeting 8.2 sent at #16492 |
I don't think there is anything meaningful that can be done here. Infinite recursion is a programming error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The following code:
PHP Version
PHP 8.4.0-dev
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: