Loading
test/common: add asan_option use_sigaltstack=0
Currently when SPDK is built with `--enable-asan`, flag is not passed to DPDK mainly due to AsanCheckFailed that is seemingly a false positive. Forcing ASan to use single stack fix this issue, but it's not well documented (at all) and conversation attached below, has different and contradiction solutions proposed. This patch is only relevant if `-Db_sanitize=address` is enabled for DPDK. Mentioned conversation on ASan github and GCC bugzilla ``` https://github.com/google/sanitizers/issues/1171 https://gcc.gnu.org/bugzilla//show_bug.cgi?id=101476 ``` Update comment regarding librados issue. Signed-off-by:Sebastian Brzezinka <sebastian.brzezinka@intel.com> Change-Id: Ic6a5743b56972ff1f9f9c0fefed34084180bb65b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19709 Reviewed-by:
Ben Walker <ben@nvidia.com> Reviewed-by:
Jim Harris <jim.harris@gmail.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>