Assertion failed during inverse Fourier transforms
Posted: 2010-09-08T16:27:31-07:00
I think I found the issue with FT problems. Recreated it from command line:
convert square31.png +fft tmp5.pfm
Then doing inverse transform a number of times, from the command line:
convert tmp5.pfm +ift test5.png
convert tmp5.pfm +ift test5.png
convert tmp5.pfm +ift test5.png
convert tmp5.pfm +ift test5.png
convert tmp5.pfm +ift test5.png
Assertion failed: (id < (ssize_t) cache_view->number_threads), function GetCacheViewVirtualPixels, file magick/cache-view.c, line 690.
It looks like I start to get Assertion failed errors on a random basis. Sometimes it works, sometimes not. No law.
Version: ImageMagick 6.6.3-9 2010-08-31 Q32 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: HDRI OpenMP
Darwin iMac-24.local 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386
(Mac OS X 10.6.4)
Here is the link to the original image:
http://www.bcsatellite.net/bao/square31.png
It seems like I am not getting these errors when I am doing -ift. I also did quite a few 'convert square31.png +fft +ift test2.png' and 'convert square31.png -fft -ift test1.png' commands and they all went fine. But it is difficult to tell for sure as the problem is sporadic.
Thank you!
convert square31.png +fft tmp5.pfm
Then doing inverse transform a number of times, from the command line:
convert tmp5.pfm +ift test5.png
convert tmp5.pfm +ift test5.png
convert tmp5.pfm +ift test5.png
convert tmp5.pfm +ift test5.png
convert tmp5.pfm +ift test5.png
Assertion failed: (id < (ssize_t) cache_view->number_threads), function GetCacheViewVirtualPixels, file magick/cache-view.c, line 690.
It looks like I start to get Assertion failed errors on a random basis. Sometimes it works, sometimes not. No law.
Version: ImageMagick 6.6.3-9 2010-08-31 Q32 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: HDRI OpenMP
Darwin iMac-24.local 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386
(Mac OS X 10.6.4)
Here is the link to the original image:
http://www.bcsatellite.net/bao/square31.png
It seems like I am not getting these errors when I am doing -ift. I also did quite a few 'convert square31.png +fft +ift test2.png' and 'convert square31.png -fft -ift test1.png' commands and they all went fine. But it is difficult to tell for sure as the problem is sporadic.
Thank you!