-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
MSAN use-of-uninitialized-value in FFI tests #55783
Comments
Thanks @rmacnak-google. Relevant logs:
Seems to happen with multiple combinations of vm flags. And it's all when (And as opposed to earlier issues with Link to flakes on dashboard: https://dart-current-results.web.app/#/filter=ffi/function_structs_by_value&flaky Link to flakiness dashboard: msan and ffi. Some more similar existing failures:
This has been happing for a while, going as far back as 2023-05-xx. |
- Fix early exit from MemoryCopyInstr bypassing MsanUnpoison - Fix missing MsanUnpoison for unrolled case - Fix flakey failure from safepointing clobbering MsanUnpoisonParam TEST=msan Bug: #55783 Bug: #55794 Change-Id: Ifbf440fa8741d426643414c530c8876543451697 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/394580 Commit-Queue: Ryan Macnak <[email protected]> Reviewed-by: Alexander Aprelev <[email protected]>
ffi/function_structs_by_value_generated_args_native_test log
ffi/function_structs_by_value_generated_ret_arg_native_test log
ffi/function_structs_by_value_generated_args_test log
are flaky failing for both X64 and ARM64.
@dcharkes
The text was updated successfully, but these errors were encountered: