Eugene Kliuchnikov

Results 156 comments of Eugene Kliuchnikov

Another observation: in report crash happens in "linking" phase, i.e. when `gtest` harness runs binary to collect test names. This reduces the area of search where the problem could hide.

> FWIW: on all `ubuntu-*` github action runners CMake is `3.31.1`. On the other hand - neither env has gcc 14+ / clang 19+.

Stack trace clearly shows the problem: `Compact-ICC-Profiles/profiles/scRGB-v2.icc` can't be loaded. So, it is very likely CMake problem. Investigating further.

Could you check what `ls -la testdata/external/` shows?

NB: I'll add CMake config check that this directory is populated when tests are enabled

Thanks. Will fix soon.