I would like to know how to troubleshoot the issue we are having.
We are trying to load a file of 1.9Mb with 12402x12402 resolution and as soon you hit save in the form, ca just die (get secure connection failed in browser, NS_ERROR_NET_RESET in Firefox, ERR_EMPTY_RESPONSE in Chrome). No errors, no logs (even in apache).
I got the same file edited in theGimp, saved again and it got 4.9Mb and when i upload that file, the file is recognized as a binary 1000x1000.
If i see the app/log for that file looks like is not detected as a JPG due the fact i see calls to dcraw, mediainfo, ffmpeg, libreoffice, "gm identify", identify, pdftotext, pdfinfo.
If I run in the same server identify, file or any other comand i get image/jpg or JPEG like it should.
I want to understand how ca identifies the file, and try to track where the error is.
My Guess is the very first stage when it should be identified as a JPEG is failing and i would like to understand best steps to troubleshoot. Which plugin/id process comes first in the list, etc.
Im on Providence 1.7.16 in ubuntu 20.04