sebastianbergmann / phpcov

TextUI frontend for php-code-coverage
BSD 3-Clause "New" or "Revised" License
223 stars 58 forks source link

I get an error message:zend_mm_heap corrupted #140

Closed guo2312668 closed 5 months ago

guo2312668 commented 5 months ago

phpcov:7.0.2 php:7.3.31 phpunit/php-code-coverage:8.0

When I execute phpcov, I get an error message:"zend_mm_heap corrupted"

If I disable the php extension php_screw_plus, it can execute normally

But my project needs to use php_screw_plus, how should I solve it? Thanks

sebastianbergmann commented 5 months ago

You have found a problem in the PHP runtime or in an extension for it. This is outside the scope of this issue tracker.