-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
SEGV in zend_fetch_debug_backtrace() when performing cycle collection for nested generators #15851
Comments
Tentatively labeled as ext/standard issue, but might be more an engine problem. |
This might be related to frameless calls (at least that's where the segfault happens), so maybe @iluuu1994 can have a look? |
Thanks Christoph. There are actually two bugs here. One from 8.2, and one only on master. See #15952. |
Funny! I've tried that and got a looong list of backtraces, and thought the fix was bad; now looking at the given test script, I see why there has been that long list. :) |
Description
The following code:
Resulted in this output:
But I expected this output instead:
PHP Version
git master / 306a519
Operating System
Ubuntu 24.04
The text was updated successfully, but these errors were encountered: