MSAN is saying std::cout is uninitialized #43316
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
gardening
library-ffi
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
vm-kernel-msan-linux-release-x64 is currently failing with:
Which AFAICT points to
std::cout
: google/sanitizers#712.The suggested fix is that libc++ needs to be built with MSan.
I do however not know if this is an issue with Dart, FFI, or something else.
The text was updated successfully, but these errors were encountered: