Unfortunate export of backtrace_uncompress_zdebug
#58132
Labels
A-linkage
Area: linking into static, shared libraries and binaries
This might be related to #34984, basically making a rust
staticlib
to be consumed from a C program which is linked under GCC and is using the address sanitizer collides onbacktrace_uncompress_zdebug
This error shows up in our builds (not cargo sorry) like so
Rust version
*backtrace*
symbols fromlibrure_impl.a
Rure in this case is the regex-capi from the regex crate.
Compiling with clang, or without asan solves this, maybe something is missing in hiding symbols in
libbacktrace
?The text was updated successfully, but these errors were encountered: