You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there something that could be enabled to collect more info or details about this error?
Not really. I mean you could try changing the logging done internally by ImageMagick, but looking at the absolute eldritch horror that is the RenderMVGContent function in draw.c, there don't appear to be any logging calls internally.
I would pretty strongly recommend trying recompiling ImageMagick without OpenMP support and see if the problem 'goes away'.
About the only other thing I can think of is that changing C locale has caused an issue in ImageMagick in a similar bit of code, but that probably isn't relevant here.
When generating a Png picture in a docker with Swoole server Or FrankenPhp, we have this error:
With the same code on the same docker using php-fpm all is correct.
Is there something that could be enabled to collect more info or details about this error?
Versions:
Php 8.1
imagick module version 3.7.0
The text was updated successfully, but these errors were encountered: