erthink / libmdbx

One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
https://erthink.github.io/libmdbx/
Other
1.16k stars 110 forks source link

False-positive diagnostics from Valgrind #82

Open erthink opened 4 years ago

erthink commented 4 years ago

In the current understanding, I am completely sure that in both cases, the reason is Valgrind's bugs/defects/shortcomings. However, it seems reasonable to explicitly provide these links here:

  1. Bug#417075. Suppression ignored for pwritev() syscall.
  2. Bug#417377. False-positive "uninitialised value(s)" reports from memcheck.
erthink commented 3 years ago

https://github.com/erthink/libmdbx/tree/digging-valgrind