Closed (fixed)
Project:
ImageMagick
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Sep 2017 at 12:31 UTC
Updated:
5 Jul 2019 at 11:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mondrakeComment #3
mondrakeMore elaborated patch, with tests.
Using the Symfony process component also allows us to set a timeout for the process, that is terminated when 60 seconds pass without response from the ImageMagick binary. Hopefully this addresses also the related issues that are about processes that pile up forever.
Tests are running fine on a TravisCI build on Trusty, both with Imagemagick and Graphicsmagick installed, https://travis-ci.org/mondrake/imagemagick/builds/279841170
Would be great to have feedback if this also works on Windows boxes.
Comment #4
mondrakeComment #5
mondrakeCode style cleanup (also #4)
Comment #7
mondrake#5 is green
Comment #8
mondrakeAdjusted tests to allow testing on Windows through AppVeyor https://ci.appveyor.com/project/mondrake/imagemagick/build/1.0.80
Comment #10
mondrakeCommitted to 8.x-2.x
Leaving open for a backport to 8.x-1.x
Comment #11
mondrakeNote to self: in next release mention the 60 sec timeout
Comment #12
mondrakeBackport is unlikely at this stage.
Comment #14
junaidpvImageMagick module causes to hang site when media entities are created as well as when uploading images in theme settings page.
I noticed image style images generation are very slow.
Also, we get lot of this warning with latest ImageMagic module 8.x-2.5:
Reverting changes in fixes all the issues I mentioned above.