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.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)
Core dumped with 'stream'
Core dumped with 'stream'
I was trying to convert a bunch of huge TIFFs to floats, ran in to a bug.
Re: Core dumped with 'stream'
We can reproduce the problem you posted and have a patch in ImageMagick 6.8.5-6 Beta available by sometime tomorrow. Thanks.