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
Try to do anything with the provided .tif file, e.g. vips copy crash.tif test.png
Expected behavior
It won't crash.
Actual behavior
It crashes. Last few lines of output:
(vips.exe:32984): VIPS-WARNING **: 08:39:42.143: Premature EOL at line 12598 of strip 0 (got 0, expected 13800)
(vips.exe:32984): VIPS-WARNING **: 08:39:42.150: error in tile 0 x 12592
tiff2vips: read error
The Premature EOL may be related or it may be red herring -- on Linux, 8.16.1 can process the image without crashing, but it produces a bunch of those Premature EOL/Premature EOF warnings.
Environment
(please complete the following information)
OS: Windows 11
Vips: 8.16.1
Additional context
This is a regression from 8.15.3, which is able to process the image.
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
Under Windows, 8.16.1 crashes on some images with
tiff2vips: read error
.To Reproduce
Steps to reproduce the behavior:
.tif
file, e.g.vips copy crash.tif test.png
Expected behavior
It won't crash.
Actual behavior
It crashes. Last few lines of output:
The
Premature EOL
may be related or it may be red herring -- on Linux, 8.16.1 can process the image without crashing, but it produces a bunch of thosePremature EOL
/Premature EOF
warnings.Environment
(please complete the following information)
Additional context
This is a regression from 8.15.3, which is able to process the image.
The text was updated successfully, but these errors were encountered: