Displaying 1 result from an estimated 1 matches for "d4902".
Did you mean:
14902
2019 Mar 18
1
llvm symbolizer not able to parse debuginfo files
...ot; 0x251ba
#0 0x7f83d22f91ba in minerva_mkdir
/usr/src/debug/nfs-ganesha-2.7.1/FSAL/FSAL_MINERVA/handle.c:747
How can I fix this?
I googled a bit about using the debug binaries/libraries with
llvm-symbolizer/asan_symbolize.py, I found that there was a patch
proposed:
https://reviews.llvm.org/D4902
But this was discarded saying:
"
This logic is already implemented in the symbolization tools, if you
want them to work with custom sysroot (so that debug versions of
binaries could be found at /path/to/my/sysroot/usr/lib/debug), just
add the --sysroot flag to the tools
"
Apart from the p...