crash using namedWindow (Bug #1668)
Description
This code causes a segmentation fault:
-------------------
#include <opencv2/opencv.hpp>
int main()
{
cv::namedWindow("test");
return 0;
}
-------------------
I am using the prebuild lib for mingw (x86), from the last sourceforge's stable version (2.3.1).
Issue hierarchy
Related issues
related to Bug #583: mingw32 SSE/SSE2 instabilities | Cancelled | |||
related to Bug #1926: OpenCV2.4 lib complied by mingw not working | Cancelled | 2012-05-13 | ||
related to Patch #1896: imshow crash | Cancelled | 2012-05-06 | ||
duplicates Bug #1932: openCV 2.3.1 crashes with SSE/SSE2 and -O3 | Done | 2012-05-14 |
History
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Alexander Shishkov almost 13 years ago
- Assignee deleted (
Alexander Reshetnikov)
Updated by Alexander Shishkov almost 13 years ago
Can't reproduce on trunk (Windows 7, mingw 4.6.1).
- Status changed from Open to Cancelled
- Assignee set to Alexander Shishkov
Updated by Alexander Shishkov almost 13 years ago
- Target version set to 2.4.0
Updated by Andrey Kamaev almost 13 years ago
- Target version changed from 2.4.0 to 2.4.1
Updated by Andrey Kamaev almost 13 years ago
- Category changed from highgui-images to build/install