imshow crash on Windows 7 32bits (Bug #1494)


Added by raphaelm - over 13 years ago. Updated almost 13 years ago.


Status:Cancelled Start date:
Priority:High Due date:
Assignee:Alexander Shishkov % Done:

0%

Category:build/install
Target version:2.4.1
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

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,


imshowCrash.png (38.9 kB) raphaelm -, 2011-11-30 01:28 am


Issue hierarchy

Bug #1668: crash using namedWindowCancelledAlexander Shishkov

Bug #1494: imshow crash on Windows 7 32bitsCancelledAlexander Shishkov


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

Also available in: Atom PDF