-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Segmentation fault on unknown address 0x0001ffff8041 with XML extension under certain memory limit #14124
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
Comments
… with XML extension under certain memory limit The ltags were not initialized.
…th XML extension under certain memory limit (#14126) The ltags were not initialized, so when an OOM happens before the new value is written, uninitialized data is used.
…th XML extension under certain memory limit (#14126) The ltags were not initialized, so when an OOM happens before the new value is written, uninitialized data is used.
I get the same bug today: Segmentation fault on unknown address 0x0001ffff8041 with XML extension under certain memory limit is there a way to get passed this? |
Increasing the memory limit. Otherwise, waiting for next release. |
Description
The following code:
Resulted in this output:
To reproduce:
Setting memory_limit to 25M or 50M outputs leaked memory:
PHP Version
PHP 8.4.0-dev
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: