[PATCH] D30818: [lsan] Don't handle DTLS of thread under destruction
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 21 16:49:08 PDT 2017
kcc added a comment.
So, this means you suspect a kernel bug?
Is it known? Fixed in upstream? Reproduced on latest kernels?
================
Comment at: lib/lsan/lsan_flags.inc:48
LSAN_FLAG(const char *, suppressions, "", "Suppressions file name.")
+LSAN_FLAG(bool, consider_entire_stack_reachable, true,
+ "Consider entire stack to be reachable if we unable to retrive SP "
----------------
when is this flag false?
Repository:
rL LLVM
https://reviews.llvm.org/D30818
More information about the llvm-commits
mailing list