ASAN reports a memory error when running AzCore.Test #18471
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
sig/core
Categorizes an issue or PR as relevant to SIG Core
Describe the bug
Address sanitizer reports a memory error when running AzCore.Test. This is a konwn bug of google test.
[Bug]: ASAN heap-buffer-overflow in ParseGoogleTestFlagsOnlyImpl() in gtest.cc · Issue #4532 · google/googletest
It prevents us to debug code using ASAN through unit tests.
Assets required
None.
Steps to reproduce
Steps to reproduce the behavior:
-DLY_BUILD_WITH_ADDRESS_SANITIZER=ON
.Expected behavior
Test start successfully.
Actual behavior
Test crash.
Found in Branch
latest commit on development branch.
Desktop/Device:
The text was updated successfully, but these errors were encountered: