[Mellanox][asan] disable fast_unwind_on_malloc for mlnx syncd (#14858)
- Why I did it To improve ASAN backtrace output when the call stack contains a code that is not compiled with -fno-omit-frame-pointer. - How I did it Added fast_unwind_on_malloc=0 to the ASAN_OPTIONS - How to verify it Build and test docker-syncd-mlnx.gz with ENABLE_ASAN=y Signed-off-by: Yakiv Huryk <yhuryk@nvidia.com>
This commit is contained in:
parent
a10c1951d6
commit
fa02411750
@ -1,4 +1,4 @@
|
||||
{% set asan_extra_options = ':print_suppressions=0' %}
|
||||
{% set asan_extra_options = ':print_suppressions=0:fast_unwind_on_malloc=0' %}
|
||||
[supervisord]
|
||||
logfile_maxbytes=1MB
|
||||
logfile_backups=2
|
||||
|
Reference in New Issue
Block a user