[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:
Yakiv Huryk 2023-05-10 20:50:42 +03:00 committed by GitHub
parent a10c1951d6
commit fa02411750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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