Dockerfile icon indicating copy to clipboard operation
Dockerfile copied to clipboard

Installing datadog ddtrace package trigger a "zend_mm_heap corrupted" error

Open iizno opened this issue 5 years ago • 0 comments

Hello,

We need to install the ddtrace php extension but we can't manage to do it. We are using the nginx-php:7.1 and 7.2 image and we are using the following method:

wget https://github.com/DataDog/dd-trace-php/releases/download/0.15.0/datadog-php-tracer_0.15.0_amd64.deb
dpkg -i datadog-php-tracer_0.15.0_amd64.deb

Which result in php-fpm restarting to a zend_mm_heap corrupted.

How to reproduce:

1/ Use nginx-php:7.1 image 2/ cd /opt 3/ wget https://github.com/DataDog/dd-trace-php/releases/download/0.15.0/datadog-php-tracer_0.15.0_amd64.deb 4/ dpkg -i datadog-php-tracer_0.15.0_amd64.deb 5/ php -i => Error

iizno avatar Mar 07 '19 07:03 iizno