Page 1 of 1

Core dumped with 'stream'

Posted: 2013-05-10T06:36:09-07:00
by pipe
I was trying to convert a bunch of huge TIFFs to floats, ran in to a bug.
pipe@spacelab:~$ stream -version
Version: ImageMagick 6.8.5-5 2013-05-04 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenCL OpenMP
Delegates: bzlib djvu fftw fontconfig freetype jbig jng jp2 jpeg lcms lqr lzma openexr pango png ps rsvg tiff x xml zlib

pipe@spacelab:~$ convert rose: rose.tiff
pipe@spacelab:~$ stream rose.tiff rose.raw
pipe@spacelab:~$ stream -storage-type float rose.tiff rose.float
Aborted (core dumped)
As you can see, stream crashes when I add the -storage-type float option. I haven't investigated this much more, so I don't know if it happens with other file formats. I know that the same thing happens with 16-bit grayscale TIFFs, since that was what I originally used.

Re: Core dumped with 'stream'

Posted: 2013-05-10T06:40:38-07:00
by magick
We can reproduce the problem you posted and have a patch in ImageMagick 6.8.5-6 Beta available by sometime tomorrow. Thanks.