Skip to content

Instantly share code, notes, and snippets.

@LnL7

LnL7/1 Secret

Created April 23, 2020 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LnL7/a1ae5289936d70aa892e168c67ee7ac8 to your computer and use it in GitHub Desktop.
Save LnL7/a1ae5289936d70aa892e168c67ee7ac8 to your computer and use it in GitHub Desktop.
#0 0x00007f5ab989b70d in pthread_cond_wait@@GLIBC_2.3.2 () from target:/nix/store/8g1v3sf0xvf044sz1b4kcrg1i86z9bh7-glibc-2.30/lib/libpthread.so.0
#1 0x0000558d1c1118a3 in std::thread::park ()
#2 0x0000558d1c10bce2 in std::sync::mpsc::blocking::WaitToken::wait ()
#3 0x0000558d1c0d5ead in std::sync::mpsc::sync::wait ()
#4 0x0000558d1c0d3bf8 in std::sync::mpsc::sync::Packet<T>::recv ()
#5 0x0000558d1c0ca369 in std::sync::mpsc::Receiver<T>::recv ()
#6 0x0000558d1c0cfcde in amqp::channel::Channel::read ()
#7 0x0000558d1c0d22ef in amqp::channel::Channel::start_consuming ()
#8 0x0000558d1bf3c5fa in builder::main ()
#9 0x0000558d1bf39f40 in std::rt::lang_start::{{closure}} ()
#10 0x0000558d1c10c673 in std::panicking::try::do_call ()
#11 0x0000558d1c11da9a in __rust_maybe_catch_panic ()
#12 0x0000558d1c113e61 in std::rt::lang_start_internal ()
#13 0x0000558d1bf39f19 in std::rt::lang_start ()
#14 0x0000558d1bf3cbea in main ()
#0 0x00007f5ab989f0ae in recv () from target:/nix/store/8g1v3sf0xvf044sz1b4kcrg1i86z9bh7-glibc-2.30/lib/libpthread.so.0
#1 0x0000558d1c1197ca in <std::net::tcp::TcpStream as std::io::Read>::read ()
#2 0x0000558d1c0dbe08 in std::panicking::try::do_call ()
#3 0x0000558d1c11da9a in __rust_maybe_catch_panic ()
#4 0x0000558d1c0ce167 in openssl::ssl::bio::bread ()
#5 0x00007f5ab9a49d24 in BIO_read () from target:/nix/store/h9bnkf3fcaa53x5nx5dvb1yk1d4vpccv-openssl-1.0.2u/lib/libcrypto.so.1.0.0
#6 0x00007f5ab98de902 in ssl3_read_n () from target:/nix/store/h9bnkf3fcaa53x5nx5dvb1yk1d4vpccv-openssl-1.0.2u/lib/libssl.so.1.0.0
#7 0x00007f5ab98e0305 in ssl3_read_bytes () from target:/nix/store/h9bnkf3fcaa53x5nx5dvb1yk1d4vpccv-openssl-1.0.2u/lib/libssl.so.1.0.0
#8 0x00007f5ab98dca9c in ssl3_read () from target:/nix/store/h9bnkf3fcaa53x5nx5dvb1yk1d4vpccv-openssl-1.0.2u/lib/libssl.so.1.0.0
#9 0x0000558d1c0d6d67 in std::io::Read::read_exact ()
#10 0x0000558d1c0d9cea in amqp::connection::Connection::read ()
#11 0x0000558d1c0c703c in amqp::session::Session::reading_loop ()
#12 0x0000558d1c0d6cd8 in std::sys_common::backtrace::__rust_begin_short_backtrace ()
#13 0x0000558d1c0dbdce in std::panicking::try::do_call ()
#14 0x0000558d1c11da9a in __rust_maybe_catch_panic ()
#15 0x0000558d1c0de5c3 in core::ops::function::FnOnce::call_once{{vtable-shim}} ()
#16 0x0000558d1c114fdf in <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once ()
#17 0x0000558d1c107050 in std::sys_common::thread::start_thread ()
#18 0x0000558d1c1148b6 in std::sys::unix::thread::Thread::new::thread_start ()
#19 0x00007f5ab9894edd in start_thread () from target:/nix/store/8g1v3sf0xvf044sz1b4kcrg1i86z9bh7-glibc-2.30/lib/libpthread.so.0
#20 0x00007f5ab97ab9bf in clone () from target:/nix/store/8g1v3sf0xvf044sz1b4kcrg1i86z9bh7-glibc-2.30/lib/libc.so.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment