Andrew Noyes
Andrew Noyes
You can use the `.byte` directive, .e.g `.byte $CB` for `wai`
I ran into the same thing with libdwarf and libelf. libbfd is probably not instrumented with memory sanitizer, and memory sanitizer requires all code to be instrumented: https://clang.llvm.org/docs/MemorySanitizer.html#handling-external-code
Thanks! It looks like I can't merge it because required statuses haven't finished for some reason. @jzhou77 can you advise please?
Yup, go ahead On Thu, May 30, 2024 at 1:11 PM Keijo Kapp ***@***.***> wrote: > Would it be okay to squash the commits together? Would be less noise. >...
Nice catch. Did a simulation test find it? The simulation tests that failed in the CI run didn't seem directly related, and my not-very-confident understanding is that this should only...
> The abstraction leak is that the behavior is different depending on whether or not the read version is known the time of setting the version stamped key. You're totally...
Actually, I think this might be close to what I was picturing: https://github.com/apple/foundationdb/blob/3c4a585fb0ee62d17eba2284242c470167c544d6/fdbserver/workloads/Unreadable.actor.cpp#L354.
Can you reset the map at the beginning of the transaction?
@AlvinMooreSr, @mpilman, and I discussed this recently and have a plan for moving forward on this issue. The plan is to compile without -Werror by default so that we limit...
`-Wmaybe-uninitialized` looks like a good candidate for the next warning to enable