-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ASAN tests are sporadically failing #2908
Comments
This comment was marked as resolved.
This comment was marked as resolved.
Marking as high priority as this is a potentially scary issue that we should find the root cause of. (In the past, sporadic failures in the STL's GitHub repo have found real bugs, at least twice.) |
In the 1ES Hosted Pool that I'm experimenting with, I got a bit more info:
|
Interestingly, in https://dev.azure.com/vclibs/STL/_build/results?buildId=12753&view=results (a CI run) there was a failure in
|
@StephanTLavavej , 00 000000b8 |
This stopped reproing after May 2023, so it appears to have been fixed, possibly by VS 2022 17.7 Preview 2 (#3769) or a later toolset update. |
We're seeing sporadic failures in
GH_002030_asan_annotate_string
andGH_002030_asan_annotate_vector
. They've all happened for x64 so far:Example:
@fsb4000 noted that this is
STATUS_HEAP_CORRUPTION
.This bug is VSO-1813166 / AB#1813166 in the MSVC internal bug database.
The text was updated successfully, but these errors were encountered: