Closed GoogleCodeExporter closed 9 years ago
What's interesting, after replacement of cout to printf() everything works fine.
Original comment by ygorshenin@chromium.org
on 26 Mar 2015 at 11:35
Welcome back! :)
What happens if you try this step-by-step?
https://code.google.com/p/memory-sanitizer/wiki/LibcxxHowTo
Original comment by konstant...@gmail.com
on 26 Mar 2015 at 4:15
This is exactly what I see when running with _uninstrumented_ libc++.
With _instrumented_ libc++ the test passes.
Please verify that the right library is used at runtime (with -Wl,-rpath or
LD_LIBRARY_PATH, see the link in #2).
Original comment by euge...@google.com
on 26 Mar 2015 at 6:02
Thank you, eugenis@! It seems that I've used uninstrumented libc++ - after
rebuilding everything works fine!
Original comment by ygorshenin@chromium.org
on 27 Mar 2015 at 9:52
Original comment by euge...@google.com
on 27 Mar 2015 at 2:32
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
ygorshenin@chromium.org
on 26 Mar 2015 at 10:48Attachments: