Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crashes in combination with older MSVC redistributable versions
Since the switch of Windows 2022 GitHub actions runner image to version 20240603.1.1 the Visual Studio version was bumped to 17.10.34928.147. This results in MSVC version 19.40.33811.0 being used at build time. Combining this with e.g. the MSVC redistributable version 14.34.31938.0 results in segfaults when calling std::mutex::lock. See also: https://developercommunity.visualstudio.com/t/Invalid-code-generation-in-release-1940/10678572
- Loading branch information