Self-tests hang, when HDRI is enabled

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
mi
Posts: 123
Joined: 2005-01-25T14:14:43-07:00
Contact:

Self-tests hang, when HDRI is enabled

Post by mi »

In the past HDRI used to cause test failures. Now it causes the test-suit to hang. The last succeeding tests are:

<code>
[...]
PASS: tests/rwfile_YUV_truecolor_70x46.sh
PASS: Magick++/tests/exceptions.sh
PASS: Magick++/tests/appendImages.sh
</code>

After this a red-backgrounded window is displayed (titled: "ImageMagick: #FFFF00000000") and that's it...

I'm using 6.4.0-6...

Please, advise.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Self-tests hang, when HDRI is enabled

Post by magick »

We can reproduce the problem you posted and will have a patch within a day or two. Note that we have not yet fixed the PerlMagick regression tests to deal with HDRI images so many of the regression tests fail. We should have these tests updated for HRDI in the next week or two.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Self-tests hang, when HDRI is enabled

Post by magick »

ImageMagick 6.4.0-10 passes all the regular regression tests. It still fails some of the PerlMagick tests as expected since we have not enhanced the tests yet to account for HDRI.
Post Reply