On Wed, 24 Jul 2019 13:24:45 +0800 Paul Wise <p...@debian.org> wrote:

> $ wget -q 
> https://bugs.launchpad.net/ubuntu/+source/file/+bug/1717991/+attachment/4952354/+files/test.jpg
> $ file test.jpg ; echo $?
> test.jpg: ERROR: JPEG image data, JFIF standard 1.01, resolution (DPI),
> density 240x240, segment length 16, Exif Standard: [TIFF image data,
> big-endian, direntries=8, description=Picture saved with settings
> embedded., orientation=upper-left, xresolution=148, yresolution=156,
> resolutionunit=2, software=Adobe Photoshop Lightroom 6.1.1 (Windows),
> datetime=2017:08:17 11:16:47] name use count (30) exceeded
> 1

The workaround for this issue is to increase the name recursion limit:

$ file --parameter name=300 test.jpg ; echo $?
test.jpg: JPEG image data, JFIF standard 1.01, resolution (DPI),
density 240x240, segment length 16, Exif Standard: [TIFF image data,
big-endian, direntries=8, description=Picture saved with settings
embedded., orientation=upper-left, xresolution=148, yresolution=156,
resolutionunit=2, software=Adobe Photoshop Lightroom 6.1.1 (Windows),
datetime=2017:08:17 11:16:47], baseline, precision 8, 2335x1831,
components 3
0

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to