imshow crash on Windows 7 32bits (Bug #1494)
Description
Hello,
Here is my problem.
I am on Windows 7 32bits (SP1), using Eclipse CDT, mingw with gcc4.6.1, and opencv2.3.1.
I try first the link with the pre-built dll ([...]\opencv\build\x86\mingw\bin), then to use compiled one without SSE-SSE2. The same crash happened.
Every-time I use imshow, the program crashes.
This could be using a sample code I found on the Internet
http://opencv.itseez.com/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.html#cascade-classifier
or
using opencv_test_highgui.exe with cube4.avi.
As soon as the window appears, I have a crash.
I have no idea now how to have this working. I used the same Eclipse/mingw/opencv configuration on a 64bits windows 7 system, and this is working.
Any idea?
Thank you very much
Regards,
Issue hierarchy
Related issues
related to Bug #583: mingw32 SSE/SSE2 instabilities | Cancelled | |||
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 raphaelm - over 13 years ago
If I do
imwrite("test.jpg", frame)
instead of
imshow( window_name, frame )
I have the correct picture in the .jpg
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
- Subproject of set to #1668
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