bcgen icon indicating copy to clipboard operation
bcgen copied to clipboard

php7.2-fpm zend_mm_heap corrupted

Open corby-github opened this issue 4 years ago • 0 comments

make, make test and make install all worked perfectly. I can even compile and test my own compiled files with php and get the right output.

However, when I tried to enable this in my php.ini for php7.2-fpm and I only get: fpm_stdio_child_said(), line 190: [pool www] child 15726 said into stderr: "zend_mm_heap corrupted"

Any tips of things I can try?

Here is the phpinfo()


BCgen | Up and Running
Optimization | Enabled
Startup | OK

Directive | Local Value | Master Value

bcgen.dups_fix | On | On
bcgen.enable | On | On
bcgen.error_log | /var/log/nginx/error.log | /var/log/nginx/error.log
bcgen.file_consistency_checks | 0 | 0
bcgen.huge_code_pages | Off | Off
bcgen.log_verbosity_level | 4 | 4
bcgen.opt_debug_level | 0 | 0
bcgen.optimization_level | 0x7FFFBFFF | 0x7FFFBFFF
bcgen.save_comments | 0 | 0

corby-github avatar Aug 07 '20 21:08 corby-github