An open API service indexing awesome lists of open source software.

https://github.com/ibob/actions-msvc-asan-bug

Investigating a crash with MSVC's address sanitizer on the GitHub actions Windows runner
https://github.com/ibob/actions-msvc-asan-bug

Last synced: 6 months ago
JSON representation

Investigating a crash with MSVC's address sanitizer on the GitHub actions Windows runner

Awesome Lists containing this project

README

          

# actions-msvc-asan-bug

Investigating a crash when using the MSVC's address sanitizer on GitHub actions.

A couple of a weeks ago (as of 2023-15-12) all executables on `windows-latest` built with msvc and `-fsanitize=address` started to crash with exit code `0xc0000142` (`STATUS_DLL_INIT_FAILED`).

Relevant [issue](https://github.com/actions/runner-images/issues/8891)