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
- Host: GitHub
- URL: https://github.com/ibob/actions-msvc-asan-bug
- Owner: iboB
- Created: 2023-12-15T04:24:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T12:15:21.000Z (over 2 years ago)
- Last Synced: 2025-04-08T18:54:23.398Z (over 1 year ago)
- Language: CMake
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)