Updated by Alexander Shishkov about 13 years ago

[Summary]
the program crashed when imread() some bmp images such as the one in this post

[Reproduction environment]
OS:
Windows XP sp3 Win32
IDE:
Visual Studio 2010
OpenCV: [[OpenCV]]:
OpenCV [[OpenCV]] 2.2.0 and OpenCV [[OpenCV]] 2.3.1
[Sample code]
Mat a = imread("SCR0137_01opencv_error.bmp", -1);
[Call sequence]
kernel32.dll!7c812afb()
[Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]
kernel32.dll!7c812afb()
opencv_core231d.dll!101db1dc()

the image that crashes the program
[[Image(http://img4.ph.126.net/iKnFhvEFZv93VZHVrsihSA==/2721581549832342104.bmp)]]
in here
http://photo.163.com/timedcy/big/#aid=230274715&id=7282282737

Back