the program crashed when imread() some bmp images (Bug #1421)
Description
[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 and 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
History
Updated by Alexander Shishkov about 13 years ago
- Description changed from [Summary] the program crashed when imread() some bmp images such as the ... to [Summary] the program crashed when imread() some bmp images such as the ... More
Updated by Alexander Shishkov almost 13 years ago
- Priority changed from High to Normal
- Target version deleted ()
Updated by Andrey Kamaev almost 13 years ago
- Category changed from core to highgui-images
Updated by Alexander Shishkov almost 13 years ago
- Assignee deleted (
Vadim Pisarevsky)
Updated by Alexander Shishkov almost 13 years ago
- Assignee set to Alexander Shishkov
Updated by Alexander Shishkov almost 13 years ago
thanks for the detailed bug report! The problem has been fixed in SVN trunk, r7736
Updated by Alexander Shishkov almost 13 years ago
- Status changed from Open to Done
Updated by Alexander Shishkov almost 13 years ago
- Target version set to 2.4.0