A call to copyTo crashes (Bug #2331)


Added by Victor Eruhimov over 12 years ago. Updated over 12 years ago.


Status:Done Start date:2012-09-04
Priority:Normal Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:core
Target version:2.4.3
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

See below simple code that reproduces the problem. The call to copyTo creates a sequence of copyTo -> convertTo -> copyTo -> ... calls that kills the stack. The bug was tested against 2.4.0 and COMMIT:a08290d8

Mat m1 = Mat::zeros(1, 10, CV_8UC1);
Mat m2 = Mat::zeros(10, 10, CV_8UC3);

m1.copyTo(m2.row(1));


Associated revisions

Revision b8d8b056
Added by Roman Donchenko about 11 years ago

Merge pull request #2331 from asmorkalov:android_native_activity_finish

History

Updated by Vadim Pisarevsky over 12 years ago

thanks! fixed in a74a230

  • Status changed from Open to Done

Also available in: Atom PDF