I am trying to debug a memory error detected by clang with asan, but missed by valgrind. But I cannot get my clang built bina
clang
asan
valgrind
Is addr2line what you are looking for?
$ addr2line -e ./test 0x43e94f some/file.c:1234