Core dumped with 'stream'

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
pipe
Posts: 28
Joined: 2013-04-09T08:32:37-07:00
Authentication code: 6789

Core dumped with 'stream'

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Core dumped with 'stream'

Post 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.
Post Reply