Hi Brian,
Check the attached archive, i did a small dockerfile so you see what i exactly install in it, and hopefully could reproduce it
cd <unpacked targzdir> docker build -t apache-1630413 . docker run -it apache-1630413
# in container: service php5-fpm start && service apache2 start curl localhost/50M.php | cmp /tmp/50M - && echo PHP-OK bash /root/test.sh tail /var/log/apache2/error.log
i got multiple segv each time i run it Is that working for you ?
Hi Brian,
Check the attached archive, i did a small dockerfile so you see what i exactly install in it, and hopefully could reproduce it
cd <unpacked targzdir>
docker build -t apache-1630413 .
docker run -it apache-1630413
# in container: apache2/ error.log
service php5-fpm start && service apache2 start
curl localhost/50M.php | cmp /tmp/50M - && echo PHP-OK
bash /root/test.sh
tail /var/log/
i got multiple segv each time i run it
Is that working for you ?