Closed stavert closed 1 year ago
I just got hold of the file used for the upload and it's an animated GIF about 27MB in size!! I'm not an image processing expert. Is this way beyond the capability of GM?
I can recreate the problem every time with the provided image. I've tried to compress it for upload here but am not able to get it down below 10MB.
So just tested the gm command itself. Obviously this is not an issue with this gm package.
rali@jubiplatform-dev:~$ gm identify -verbose animatedimagetest.gif Killed
Hello,
About 2 hours ago, 11:02:43 PM Eastern we experienced this production service crash as follows. It appears that a user, which we're working to contact, tried to upload an image file and it killed our service to where the forever process couldn't even get it restarted.
As you can see there's no indication of an issue with the command which was trying to run. I can upload a corrupted/fake jpg and it will clearly report:
No SIGKILL in this case and very clear reason why because the file was not really a jpg file.
The code in question does the following:
The code is basically handling user uploaded thumbnail orientations.
Our versions are:
Any known issues or advice is greatly appreciated.