Closed GoogleCodeExporter closed 9 years ago
did you build msna-instrumented libstdc++ or libc++?
Original comment by konstant...@gmail.com
on 17 Oct 2014 at 4:09
Yes, it looks like you did not build an MSan-instrumented libc++ or libstdc++.
MSan requires that all libraries in the process (with the exception of libc)
are instrumented.
Building with -fsanitize-memory-track-origins=2 should make it clear.
Original comment by euge...@google.com
on 17 Oct 2014 at 5:13
Aha! Ok phew - I was using system libstdc++ without realising!
Thanks again for your help - happy for the issue to be closed!
Original comment by Shere...@gmail.com
on 17 Oct 2014 at 10:17
Original comment by euge...@google.com
on 20 Oct 2014 at 3:03
Adding Project:MemorySanitizer as part of GitHub migration.
Original comment by gli...@google.com
on 30 Jul 2015 at 9:22
Original issue reported on code.google.com by
Shere...@gmail.com
on 17 Oct 2014 at 4:05