possible thread bug with FFT in IM 6890 hdri

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

possible thread bug with FFT in IM 6890 hdri

Post by fmw42 »

im6890hdri convert -version
Version: ImageMagick 6.8.9-0 Q16 x86_64 2014-04-23 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC HDRI Modules OpenMP
Delegates: bzlib fftw fontconfig freetype gslib jbig jng jpeg lcms lqr ltdl lzma openexr png ps tiff webp x xml zlib

Using Mac Mini 2.66 GHz Core 2 Duo

-limit thread 2 works fine, but I get an error when limiting the threads to 1

im6890hdri convert -limit thread 1 grad.png +fft +ift null:
Assertion failed: (id < (int) cache_view->number_threads), function GetCacheViewVirtualPixels, file magick/cache-view.c, line 730.
Abort trap
Post Reply