-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Description
Running vips on a .bmp file via Data.Conduit.Process.sourceProcessWithStreams
fails incorrect ResourceVanish IO exception.
I've created a minimal reproduction that exposes this interaction.
Running ./repro.sh within the provided environment fails with
Repro.hs: sample1.bmp: withBinaryFile: resource vanished (Broken pipe)
despite the file clearly existing.
Also it has to be the interaction, of these three aspects. Every aspect on its own works as shown as well in the repro:
sourceProcessWithStreamsworks withcaton.bmpand all other files testedsourceProcessWithStreamsworks withvipson.heicand all files that are not.bmpvipson the command line works with.bmpand all other files tested
Only .bmp files processed with vips using sourceProcessWithStreams fails afaick.
Metadata
Metadata
Assignees
Labels
No labels