Package: llvm
Version: 1:3.4-0

It seems that at least for the testing versions of the Clang 3.4
packages we only get a versioned llvm-symbolizer binary in the path
(specifically, /usr/bin/llvm-symbolizer-3.4).

However, the common sanitizer code base does

./compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc:      
path_to_external = FindPathToBinary("llvm-symbolizer");

and hence fails to find a symbolizer, resulting in warnings like

==29072==WARNING: Trying to symbolize code, but external symbolizer is not 
initialized!

and subsequently un-symbolized output (in particular, missing source
file line numbers for the runtime error messages) ...

Would it be possible to create unversioned llvm-symbolizer symlinks?

Kind Regards,
Markus Mayer


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to