Displaying 1 result from an estimated 1 matches for "fsal_minerva".
2019 Mar 18
1
llvm symbolizer not able to parse debuginfo files
...g file: Invalid data was encountered while
parsing the file
addr2line -fi -e /usr/lib/debug/usr/lib64/ganesha/libfsalminerva.so.4.2.0.debug
"/usr/lib/debug/usr/lib64/ganesha/libfsalminerva.so.4.2.0.debug" 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 to...