-
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
Assertion failure in main/streams/streams.c #15908
Labels
Comments
This happens to me only if a file "1" is in the include path. Anyhow, see #15027. I think this assertion is too presumptious. @nielsdos, what do you think? (By the way, I'm pretty surprised that |
cmb69
changed the title
Core dumped in main/streams/streams.c
Assertion failure in main/streams/streams.c
Sep 16, 2024
nielsdos
added a commit
to nielsdos/php-src
that referenced
this issue
Sep 16, 2024
This was first reported as a leak in phpGH-15026, but was mistakingly believed to be a false positive. Then an assertion was added and it got triggered in phpGH-15908. This fixes the leak. Upon merging into master the assertion should be removed as well.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The following code:
Resulted in this output:
PHP Version
PHP 8.4.0-dev
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: