首页 > 解决方案 > 使用 libtiff 时 __memmove_avx_unaligned_erms () 中的分段错误

问题描述

我正在尝试使用以下问题中的代码:

Libtiff:从像素阵列生成 TIFF/EP Profile 2 原始图像

当代码出现时:

TIFFSetField (tif, TIFFTAG_CFAPATTERN, "\00\01\01\02");

我在函数 __memmove_avx_unaligned_erms () 中收到分段错误

我使用 cmake 构建我的项目并使用插件 CMake Tools 在可视代码中运行它

标签: c++libtiff

解决方案


推荐阅读