microsoft / opencv

Open Source Computer Vision Library
opencv.org
Apache License 2.0
144 stars 92 forks source link

WINRT imgcodecs decode_infinite_rowsperstrip failure #44

Closed EvgenyAgafonchikov closed 9 years ago

EvgenyAgafonchikov commented 9 years ago

New test Imgcodecs_Tiff.decode_infinite_rowsperstrip fails on WINRT: unknown file: error: SEH exception with code 0xc0000005 thrown in the test body.

EvgenyAgafonchikov commented 9 years ago

Reason: usage of ofstream w/o APPCONTAINER causes SEH in WinRT Fixed by: custom fstream implementataions for WinRT in test-contrib branch