This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/81081] [ASAN] ASAN is not properly calling libbacktrace to symbolize program written on assembler


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81081

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
libbacktrace upstream is in GCC, and the libsanitizer libbacktrace support,
while it is upstream, is not what LLVM uses (they have their own symbolizer
instead, using external program).

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]