For some messages, containing more than one animated images, there is some time a problem that causes error message like:
[41798] warn: FuzzyOcr: Trouble parsing 'gifsicle --info' output.
[41798] warn: FuzzyOcr: Expected 'image #5', found 'image #6', skipping...
The message contains a first animated gif with 20 frames and a second one with only 5 frames. When it comes to gifsicle --info the second image, it seems the gifsicle command is trying to analyze a 20 frames image.
Also the giftext on single frame images will return a list of 20 frames.
This bug could be of the same type as the one causing the pamthreshold problem: some confusion in memory usgae by several processes.
In the attached log, you can look for images with name 160x60 SAT-GE 10.gif, Miteq-1.gif and AAE-1.gif.
I have added a separator line and the printout of stdout_data around the line 425 of FuzzyOcr?.pm.