chessboard-detector test failed (Bug #569)


Added by Alexander Shishkov over 14 years ago. Updated over 14 years ago.


Status:Done Start date:
Priority:High Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:trash
Target version:-
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

[096375fb7815de19]
chessboard-detector: ...............Terminated

Win32
MinGW
Cmake 2.6
TbbOn
SseOff

Test hangs.


History

Updated by anonymous - over 14 years ago

Duplicated on cygwin: it occurs somewhere in the warpAffine function (I don't have a debugging build, so this is as close as I can localize it):

achesscorners.cpp:
----
CV_ChessboardDetectorTest::checkByGenerator() {
. . .
/* * negative * */ {
. . .
ts->printf( CvTS::LOG, "%s (before segfault)\n", FILE);
warpAffine(cb, sh, aff, cb.size());
ts->printf( CvTS::LOG, "%s (never gets here)\n", FILE);
. . .
----

Updated by Alexander Shishkov over 14 years ago

  • Status deleted (Open)

Updated by Vadim Pisarevsky over 14 years ago

in the trunk the test passes on Mingw 4.5.1 and on any other compiler I tried

  • Status set to Done
  • (deleted custom field) set to fixed

Also available in: Atom PDF