Segmentation fault

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
vladimir_ff
Posts: 18
Joined: 2011-11-18T05:12:05-07:00
Authentication code: 8675308

Segmentation fault

Post by vladimir_ff »

My app downloads and process a lot of images (millions). And I have problem with just one image.
Image URL: http://volnistiki.narod.ru/banner2.png
Piece of my code:

Code: Select all

Blob blob( imageData, size );
m_image->read( blob );
Result: SIGSEGV on second line.
P.S. IM was initialized properly.
P.P.S. Version: 6.7.3
P.P.P.S. This image is corrupted, but segmentation fault is not good behaviour i think.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Segmentation fault

Post by magick »

We can reproduce the problem and we'll get a patch into the next point release of ImageMagick to prevent the fault. Thanks.
Post Reply