Segmentation fault
Posted: 2011-11-18T05:27:05-07:00
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:
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.
Image URL: http://volnistiki.narod.ru/banner2.png
Piece of my code:
Code: Select all
Blob blob( imageData, size );
m_image->read( blob );
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.