Open
Description
Code
The crate type is [lib] proc_macro = true
. There are no explicit dependencies.
lib.rs code is:
use proc_macro::TokenStream;
#[proc_macro_attribute]
pub fn my_macro(_attr: TokenStream, _item: TokenStream) -> TokenStream {
fn foo() {
foo();
}
foo();
todo!()
}
Invoking the macro in another crate leads to the following signal: 11, SIGSEGV: invalid memory reference
error when compiling that other crate.
Meta
Reproduced on Stable:
rustc 1.69.0 (84c898d65 2023-04-16)
binary: rustc
commit-hash: 84c898d65adf2f39a5a98507f1fe0ce10a2b8dbc
commit-date: 2023-04-16
host: x86_64-unknown-linux-gnu
release: 1.69.0
LLVM version: 15.0.7
And nightly:
rustc --version --verbose
rustc 1.71.0-nightly (f5559e338 2023-04-24)
binary: rustc
commit-hash: f5559e338256f17ada6d82b429acc2dbd8facc9c
commit-date: 2023-04-24
host: x86_64-unknown-linux-gnu
release: 1.71.0-nightly
LLVM version: 16.0.2
Error output
error: could not compile `crate_a` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name crate_a --edition=2021 crates/crate_a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=232 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=64fce3108dd917ff -C extra-filename=-64fce3108dd917ff --out-dir /home/eliah/Documents/projects/playground/rust/target/debug/deps -C incremental=/home/eliah/Documents/projects/playground/rust/target/debug/incremental -L dependency=/home/eliah/Documents/projects/playground/rust/target/debug/deps --extern crate_b=/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so` (signal: 11, SIGSEGV: invalid memory reference)
Backtrace
Compiling crate_a v0.0.1 (/home/eliah/Documents/projects/playground/rust/crates/crate_a)
/home/eliah/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/librustc_driver-8a3cc49b1def2c26.so(+0x31d6e63)[0x7f63769ede63]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x14420)[0x7f6373655420]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b1)[0x7f636900d1b1]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
/home/eliah/Documents/projects/playground/rust/target/debug/deps/libcrate_b-5a8413c09751729e.so(+0xc1b6)[0x7f636900d1b6]
Metadata
Metadata
Assignees
Labels
Area: linking into static, shared libraries and binariesArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsArea: Security (example: address space layout randomization).Category: This is a bug.Relevant to the library team, which will review and decide on the PR/issue.