-
Notifications
You must be signed in to change notification settings - Fork 7.9k
zend_mm_heap corrupted when running tests on Windows CI with ZTS builds #15180
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
Maybe #6993 wasn't the best idea. |
|
Maybe it's best to rid |
I've been thinking that as well, maybe 8.5 material |
Yeah, deprecate in 8.5 and drop in 9.0. But if 9.0 would be next, we would have to keep it for a long time. :( Anyway, I just forgot to press the close button again. |
Description
Apparently, all our WINDOWS_X64_ZTS CI builds trigger a "zend_mm_heap corrupted" message just after starting the test runner, e.g. https://github.com/php/php-src/actions/runs/10154549484/job/28079930149#step:6:77. This does not happen with NTS builds. I cannot reproduce that issue locally, so I have no idea what's wrong there. This is apparently not the case for
PHP-8.1
, but for all higher branches.Maybe somebody has an idea what's happening, or wants to investigate this more closely.
PHP Version
PHP 8.2
Operating System
Windows
The text was updated successfully, but these errors were encountered: