Tokio panic in with janusvrwebrtcsink
With gst-plugins-rs 0.13.1 and GStreamer 1.22
2024-10-04 19:29:55 - thread 'tokio-runtime-worker' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/mod.rs:86:9:
2024-10-04 19:29:55 - Cannot start a runtime from within a runtime. This happens because a function (like `block_on`) attempted to block the current thread while the thread is being used to drive asynchronous tasks.
2024-10-04 19:29:55 - stack backtrace:
2024-10-04 19:29:55 - 0: rust_begin_unwind
2024-10-04 19:29:55 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:665:5
2024-10-04 19:29:55 - 1: core::panicking::panic_fmt
2024-10-04 19:29:55 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panicking.rs:74:14
2024-10-04 19:29:55 - 2: tokio::runtime::context::runtime::enter_runtime
2024-10-04 19:29:55 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context/runtime.rs:68:5
2024-10-04 19:29:55 - 3: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
2024-10-04 19:29:55 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/mod.rs:86:9
2024-10-04 19:29:55 - 4: tokio::runtime::runtime::Runtime::block_on_inner
2024-10-04 19:29:55 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/runtime.rs:363:50
2024-10-04 19:29:55 - 5: tokio::runtime::runtime::Runtime::block_on
2024-10-04 19:29:55 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/runtime.rs:335:13
2024-10-04 19:29:55 - 6: gstrswebrtc::janusvr_signaller::imp::Signaller::send_blocking
2024-10-04 19:29:55 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/janusvr_signaller/imp.rs:565:13
2024-10-04 19:29:55 - 7: gstrswebrtc::janusvr_signaller::imp::Signaller::leave_room
2024-10-04 19:29:55 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/janusvr_signaller/imp.rs:675:9
2024-10-04 19:29:55 - 8: <gstrswebrtc::janusvr_signaller::imp::Signaller as gstrswebrtc::signaller::iface::SignallableImpl>::end_session
2024-10-04 19:29:55 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/janusvr_signaller/imp.rs:855:9
2024-10-04 19:29:55 - 9: gstrswebrtc::signaller::iface::<impl glib::subclass::types::IsImplementable<Obj> for gstrswebrtc::signaller::Signallable>::interface_init::end_session_trampoline
2024-10-04 19:29:55 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/signaller/iface.rs:532:13
2024-10-04 19:29:55 - 10: <gstrswebrtc::signaller::iface::Signallable as glib::subclass::interface::ObjectInterface>::signals::SIGNALS::{{closure}}::{{closure}}
2024-10-04 19:29:55 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/signaller/iface.rs:290:25
2024-10-04 19:29:55 - 11: <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call
2024-10-04 19:29:55 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/alloc/src/boxed.rs:2084:9
2024-10-04 19:29:55 - 12: glib::subclass::signal::Signal::register::{{closure}}::{{closure}}
2024-10-04 19:29:55 - at /root/.cargo/git/checkouts/gtk-rs-core-7be42ca38bd6361c/7467a89/glib/src/subclass/signal.rs:615:27
2024-10-04 19:29:55 - 13: glib::closure::Closure::new_unsafe::marshal
2024-10-04 19:29:55 - at /root/.cargo/git/checkouts/gtk-rs-core-7be42ca38bd6361c/7467a89/glib/src/closure.rs:230:26
2024-10-04 19:29:55 - 14: g_closure_invoke
2024-10-04 19:29:55 - 15: <unknown>
2024-10-04 19:29:55 - 16: g_signal_emitv
2024-10-04 19:29:55 - 17: <T as glib::object::ObjectExt>::emit
2024-10-04 19:29:55 - at /root/.cargo/git/checkouts/gtk-rs-core-7be42ca38bd6361c/7467a89/glib/src/object.rs:2802:13
2024-10-04 19:29:55 - 18: <T as glib::object::ObjectExt>::emit_by_name
2024-10-04 19:29:55 - at /root/.cargo/git/checkouts/gtk-rs-core-7be42ca38bd6361c/7467a89/glib/src/object.rs:2870:9
2024-10-04 19:29:55 - 19: <Obj as gstrswebrtc::signaller::iface::SignallableExt>::end_session
2024-10-04 19:29:55 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/signaller/iface.rs:610:9
2024-10-04 19:29:55 - 20: gstrswebrtc::webrtcsink::imp::BaseWebRTCSink::handle_sdp_answer
2024-10-04 19:29:55 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/webrtcsink/imp.rs:3408:39
2024-10-04 19:29:55 - 21: gstrswebrtc::webrtcsink::imp::BaseWebRTCSink::connect_signaller::{{closure}}::{{closure}}
2024-10-04 19:29:55 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/webrtcsink/imp.rs:2161:29
2024-10-04 19:29:55 - 22: gstrswebrtc::webrtcsink::imp::BaseWebRTCSink::connect_signaller::{{closure}}
2024-10-04 19:29:55 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/webrtcsink/imp.rs:2155:17
2024-10-04 19:29:55 - 23: glib::closure::Closure::new_unsafe::marshal
2024-10-04 19:29:55 - at /root/.cargo/git/checkouts/gtk-rs-core-7be42ca38bd6361c/7467a89/glib/src/closure.rs:230:26
2024-10-04 19:29:55 - 24: g_closure_invoke
2024-10-04 19:29:55 - 25: <unknown>
2024-10-04 19:29:55 - 26: g_signal_emitv
2024-10-04 19:29:55 - 27: <T as glib::object::ObjectExt>::emit
2024-10-04 19:29:55 - at /root/.cargo/git/checkouts/gtk-rs-core-7be42ca38bd6361c/7467a89/glib/src/object.rs:2802:13
2024-10-04 19:29:55 - 28: <T as glib::object::ObjectExt>::emit_by_name
2024-10-04 19:29:55 - at /root/.cargo/git/checkouts/gtk-rs-core-7be42ca38bd6361c/7467a89/glib/src/object.rs:2870:9
2024-10-04 19:29:55 - 29: gstrswebrtc::janusvr_signaller::imp::Signaller::handle_answer
2024-10-04 19:29:55 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/janusvr_signaller/imp.rs:774:17
2024-10-04 19:29:56 - 30: gstrswebrtc::janusvr_signaller::imp::Signaller::handle_reply
2024-10-04 19:29:56 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/janusvr_signaller/imp.rs:509:37
2024-10-04 19:29:56 - 31: gstrswebrtc::janusvr_signaller::imp::Signaller::handle_msg
2024-10-04 19:29:56 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/janusvr_signaller/imp.rs:420:21
2024-10-04 19:29:56 - 32: gstrswebrtc::janusvr_signaller::imp::Signaller::connect::{{closure}}::{{closure}}
2024-10-04 19:29:56 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/janusvr_signaller/imp.rs:394:52
2024-10-04 19:29:56 - 33: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/core.rs:328:17
2024-10-04 19:29:56 - 34: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/loom/std/unsafe_cell.rs:16:9
2024-10-04 19:29:56 - 35: tokio::runtime::task::core::Core<T,S>::poll
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/core.rs:317:30
2024-10-04 19:29:56 - 36: tokio::runtime::task::harness::poll_future::{{closure}}
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:485:19
2024-10-04 19:29:56 - 37: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panic/unwind_safe.rs:272:9
2024-10-04 19:29:56 - 38: std::panicking::try::do_call
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:557:40
2024-10-04 19:29:56 - 39: std::panicking::try
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:521:19
2024-10-04 19:29:56 - 40: std::panic::catch_unwind
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panic.rs:350:14
2024-10-04 19:29:56 - 41: tokio::runtime::task::harness::poll_future
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:473:18
2024-10-04 19:29:56 - 42: tokio::runtime::task::harness::Harness<T,S>::poll_inner
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:208:27
2024-10-04 19:29:56 - 43: tokio::runtime::task::harness::Harness<T,S>::poll
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:153:15
2024-10-04 19:29:56 - 44: tokio::runtime::task::raw::poll
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/raw.rs:271:5
2024-10-04 19:29:56 - 45: tokio::runtime::task::raw::RawTask::poll
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/raw.rs:201:18
2024-10-04 19:29:56 - 46: tokio::runtime::task::LocalNotified<S>::run
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/mod.rs:427:9
2024-10-04 19:29:56 - 47: tokio::runtime::scheduler::multi_thread::worker::Context::run_task::{{closure}}
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:594:18
2024-10-04 19:29:56 - 48: tokio::runtime::coop::with_budget
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/coop.rs:107:5
2024-10-04 19:29:56 - 49: tokio::runtime::coop::budget
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/coop.rs:73:5
2024-10-04 19:29:56 - 50: tokio::runtime::scheduler::multi_thread::worker::Context::run_task
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:593:9
2024-10-04 19:29:56 - 51: tokio::runtime::scheduler::multi_thread::worker::Context::run
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:544:24
2024-10-04 19:29:56 - 52: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:509:21
2024-10-04 19:29:56 - 53: tokio::runtime::context::scoped::Scoped<T>::set
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context/scoped.rs:40:9
2024-10-04 19:29:56 - 54: tokio::runtime::context::set_scheduler::{{closure}}
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context.rs:180:26
2024-10-04 19:29:56 - 55: std::thread::local::LocalKey<T>::try_with
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/local.rs:283:12
2024-10-04 19:29:56 - 56: std::thread::local::LocalKey<T>::with
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/local.rs:260:9
2024-10-04 19:29:56 - 57: tokio::runtime::context::set_scheduler
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context.rs:180:17
2024-10-04 19:29:56 - 58: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:504:9
2024-10-04 19:29:56 - 59: tokio::runtime::context::runtime::enter_runtime
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context/runtime.rs:65:16
2024-10-04 19:29:56 - 60: tokio::runtime::scheduler::multi_thread::worker::run
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:496:5
2024-10-04 19:29:56 - 61: tokio::runtime::scheduler::multi_thread::worker::Launch::launch::{{closure}}
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:462:45
2024-10-04 19:29:56 - 62: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/blocking/task.rs:42:21
2024-10-04 19:29:56 - 63: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/core.rs:328:17
2024-10-04 19:29:56 - 64: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/loom/std/unsafe_cell.rs:16:9
2024-10-04 19:29:56 - 65: tokio::runtime::task::core::Core<T,S>::poll
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/core.rs:317:30
2024-10-04 19:29:56 - 66: tokio::runtime::task::harness::poll_future::{{closure}}
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:485:19
2024-10-04 19:29:56 - 67: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panic/unwind_safe.rs:272:9
2024-10-04 19:29:56 - 68: std::panicking::try::do_call
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:557:40
2024-10-04 19:29:56 - 69: std::panicking::try
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:521:19
2024-10-04 19:29:56 - 70: std::panic::catch_unwind
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panic.rs:350:14
2024-10-04 19:29:56 - 71: tokio::runtime::task::harness::poll_future
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:473:18
2024-10-04 19:29:56 - 72: tokio::runtime::task::harness::Harness<T,S>::poll_inner
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:208:27
2024-10-04 19:29:56 - 73: tokio::runtime::task::harness::Harness<T,S>::poll
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:153:15
2024-10-04 19:29:56 - 74: tokio::runtime::task::raw::poll
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/raw.rs:271:5
2024-10-04 19:29:56 - 75: tokio::runtime::task::raw::RawTask::poll
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/raw.rs:201:18
2024-10-04 19:29:56 - 76: tokio::runtime::task::UnownedTask<S>::run
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/mod.rs:464:9
2024-10-04 19:29:56 - 77: tokio::runtime::blocking::pool::Task::run
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/blocking/pool.rs:160:9
2024-10-04 19:29:56 - 78: tokio::runtime::blocking::pool::Inner::run
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/blocking/pool.rs:518:17
2024-10-04 19:29:56 - 79: tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/blocking/pool.rs:476:13
2024-10-04 19:29:56 - note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
2024-10-04 19:29:56 - thread 'tokio-runtime-worker' panicked at library/core/src/panicking.rs:221:5:
2024-10-04 19:29:56 - panic in a function that cannot unwind
2024-10-04 19:29:56 - stack backtrace:
2024-10-04 19:29:56 - 0: 0x7fbbd0c88aaa - std::backtrace_rs::backtrace::libunwind::trace::h649ab3318d3445c5
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
2024-10-04 19:29:56 - 1: 0x7fbbd0c88aaa - std::backtrace_rs::backtrace::trace_unsynchronized::hf4bb60c3387150c3
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
2024-10-04 19:29:56 - 2: 0x7fbbd0c88aaa - std::sys::backtrace::_print_fmt::hd9186c800e44bd00
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/backtrace.rs:65:5
2024-10-04 19:29:56 - 3: 0x7fbbd0c88aaa - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h1b9dad2a88e955ff
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/backtrace.rs:40:26
2024-10-04 19:29:56 - 4: 0x7fbbd07dcf0b - core::fmt::rt::Argument::fmt::h351a7824f737a6a0
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/fmt/rt.rs:173:76
2024-10-04 19:29:56 - 5: 0x7fbbd07dcf0b - core::fmt::write::h4b5a1270214bc4a7
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/fmt/mod.rs:1182:21
2024-10-04 19:29:56 - 6: 0x7fbbd0c56442 - std::io::Write::write_fmt::hd04af345a50c312d
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/io/mod.rs:1827:15
2024-10-04 19:29:56 - 7: 0x7fbbd0c89f27 - std::sys::backtrace::BacktraceLock::print::h68d41b51481bce5c
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/backtrace.rs:43:9
2024-10-04 19:29:56 - 8: 0x7fbbd0c89f27 - std::panicking::default_hook::{{closure}}::h96ab15e9936be7ed
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:269:22
2024-10-04 19:29:56 - 9: 0x7fbbd0c8b1c5 - std::panicking::default_hook::h3cacb9c27561ad33
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:296:9
2024-10-04 19:29:56 - 10: 0x7fbbd0c8b1c5 - std::panicking::rust_panic_with_hook::hfe205f6954b2c97b
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:800:13
2024-10-04 19:29:56 - 11: 0x7fbbd0c8a992 - std::panicking::begin_panic_handler::{{closure}}::h6cb44b3a50f28c44
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:667:13
2024-10-04 19:29:56 - 12: 0x7fbbd0c8a929 - std::sys::backtrace::__rust_end_short_backtrace::hf1c1f2a92799bb0e
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/backtrace.rs:168:18
2024-10-04 19:29:56 - 13: 0x7fbbd0c8a914 - rust_begin_unwind
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:665:5
2024-10-04 19:29:56 - 14: 0x7fbbd04fb474 - core::panicking::panic_nounwind_fmt::runtime::h907a0444fa61a6dc
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panicking.rs:112:18
2024-10-04 19:29:56 - 15: 0x7fbbd04fb474 - core::panicking::panic_nounwind_fmt::h4c4dc67d0bbc166c
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panicking.rs:122:5
2024-10-04 19:29:56 - 16: 0x7fbbd04fb4dc - core::panicking::panic_nounwind::hb98133c151c787e4
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panicking.rs:221:5
2024-10-04 19:29:56 - 17: 0x7fbbd04fb489 - core::panicking::panic_cannot_unwind::he9511e6e72319a3e
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panicking.rs:309:5
2024-10-04 19:29:56 - 18: 0x7fbbd080c53f - glib::closure::Closure::new_unsafe::marshal::hfe3a2eb6ceb9574c
2024-10-04 19:29:56 - at /root/.cargo/git/checkouts/gtk-rs-core-7be42ca38bd6361c/7467a89/glib/src/closure.rs:214:9
2024-10-04 19:29:56 - 19: 0x7fbc79df2802 - g_closure_invoke
2024-10-04 19:29:56 - 20: 0x7fbc79e05f96 - <unknown>
2024-10-04 19:29:56 - 21: 0x7fbc79e10a57 - g_signal_emitv
2024-10-04 19:29:56 - 22: 0x7fbbd08824dd - <T as glib::object::ObjectExt>::emit::h30f30ffb0edb7cad
2024-10-04 19:29:56 - at /root/.cargo/git/checkouts/gtk-rs-core-7be42ca38bd6361c/7467a89/glib/src/object.rs:2802:13
2024-10-04 19:29:56 - 23: 0x7fbbd08824dd - <T as glib::object::ObjectExt>::emit_by_name::h3e7f8c77f5b1c4b8
2024-10-04 19:29:56 - at /root/.cargo/git/checkouts/gtk-rs-core-7be42ca38bd6361c/7467a89/glib/src/object.rs:2870:9
2024-10-04 19:29:56 - 24: 0x7fbbd09a9b2d - <Obj as gstrswebrtc::signaller::iface::SignallableExt>::end_session::hae30793b2f31bf8f
2024-10-04 19:29:56 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/signaller/iface.rs:610:9
2024-10-04 19:29:56 - 25: 0x7fbbd09a9b2d - gstrswebrtc::webrtcsink::imp::BaseWebRTCSink::handle_sdp_answer::ha2659323886a518c
2024-10-04 19:29:56 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/webrtcsink/imp.rs:3408:39
2024-10-04 19:29:56 - 26: 0x7fbbd09a9b2d - gstrswebrtc::webrtcsink::imp::BaseWebRTCSink::connect_signaller::{{closure}}::{{closure}}::h3bb944d5d79c6375
2024-10-04 19:29:56 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/webrtcsink/imp.rs:2161:29
2024-10-04 19:29:56 - 27: 0x7fbbd09a9b2d - gstrswebrtc::webrtcsink::imp::BaseWebRTCSink::connect_signaller::{{closure}}::hf3d720948665efd5
2024-10-04 19:29:56 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/webrtcsink/imp.rs:2155:17
2024-10-04 19:29:56 - 28: 0x7fbbd09a9b2d - glib::closure::Closure::new_unsafe::marshal::h3b6ecbd3570585a3
2024-10-04 19:29:56 - at /root/.cargo/git/checkouts/gtk-rs-core-7be42ca38bd6361c/7467a89/glib/src/closure.rs:230:26
2024-10-04 19:29:56 - 29: 0x7fbc79df2802 - g_closure_invoke
2024-10-04 19:29:56 - 30: 0x7fbc79e06814 - <unknown>
2024-10-04 19:29:56 - 31: 0x7fbc79e10a57 - g_signal_emitv
2024-10-04 19:29:56 - 32: 0x7fbbd088166b - <T as glib::object::ObjectExt>::emit::hc14b6e2187db72b5
2024-10-04 19:29:56 - at /root/.cargo/git/checkouts/gtk-rs-core-7be42ca38bd6361c/7467a89/glib/src/object.rs:2802:13
2024-10-04 19:29:56 - 33: 0x7fbbd088166b - <T as glib::object::ObjectExt>::emit_by_name::h1f8065be652a3e69
2024-10-04 19:29:56 - at /root/.cargo/git/checkouts/gtk-rs-core-7be42ca38bd6361c/7467a89/glib/src/object.rs:2870:9
2024-10-04 19:29:56 - 34: 0x7fbbd09c2d5c - gstrswebrtc::janusvr_signaller::imp::Signaller::handle_answer::h8363e27b2a19ea28
2024-10-04 19:29:56 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/janusvr_signaller/imp.rs:774:17
2024-10-04 19:29:56 - 35: 0x7fbbd08b97b3 - gstrswebrtc::janusvr_signaller::imp::Signaller::handle_reply::hc8e77eee8a9a685f
2024-10-04 19:29:56 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/janusvr_signaller/imp.rs:509:37
2024-10-04 19:29:56 - 36: 0x7fbbd08b97b3 - gstrswebrtc::janusvr_signaller::imp::Signaller::handle_msg::h262a0a8767bb3e13
2024-10-04 19:29:56 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/janusvr_signaller/imp.rs:420:21
2024-10-04 19:29:56 - 37: 0x7fbbd08b97b3 - gstrswebrtc::janusvr_signaller::imp::Signaller::connect::{{closure}}::{{closure}}::h74c1a8ab8b124977
2024-10-04 19:29:56 - at /mnt/data/agent/workspace/shelby-gstreamer-pr/build/focal/amd64/tmp/subprojects/gst-plugins-rs/net/webrtc/src/janusvr_signaller/imp.rs:394:52
2024-10-04 19:29:56 - 38: 0x7fbbd08b6cc3 - tokio::runtime::task::core::Core<T,S>::poll::{{closure}}::h95ca1baf2bebfbcb
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/core.rs:328:17
2024-10-04 19:29:56 - 39: 0x7fbbd08b6cc3 - tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut::h16c301749233dbbb
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/loom/std/unsafe_cell.rs:16:9
2024-10-04 19:29:56 - 40: 0x7fbbd08b6cc3 - tokio::runtime::task::core::Core<T,S>::poll::h28dd4029e93c3970
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/core.rs:317:30
2024-10-04 19:29:56 - 41: 0x7fbbd055cad5 - tokio::runtime::task::harness::poll_future::{{closure}}::hd50e7c1b1a39f96f
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:485:19
2024-10-04 19:29:56 - 42: 0x7fbbd055cad5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hf2956d593dc07bae
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panic/unwind_safe.rs:272:9
2024-10-04 19:29:56 - 43: 0x7fbbd055cad5 - std::panicking::try::do_call::h135b49f62c35219b
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:557:40
2024-10-04 19:29:56 - 44: 0x7fbbd055cad5 - std::panicking::try::hddce93eca1d5cdd1
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:521:19
2024-10-04 19:29:56 - 45: 0x7fbbd055cad5 - std::panic::catch_unwind::hde023b77de1af0e1
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panic.rs:350:14
2024-10-04 19:29:56 - 46: 0x7fbbd055cad5 - tokio::runtime::task::harness::poll_future::h9ae7ad63bcd9dba2
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:473:18
2024-10-04 19:29:56 - 47: 0x7fbbd055cad5 - tokio::runtime::task::harness::Harness<T,S>::poll_inner::hb2e60a0867355c75
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:208:27
2024-10-04 19:29:56 - 48: 0x7fbbd055cad5 - tokio::runtime::task::harness::Harness<T,S>::poll::h8f64addd295daf67
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:153:15
2024-10-04 19:29:56 - 49: 0x7fbbd055cad5 - tokio::runtime::task::raw::poll::ha70d500168839462
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/raw.rs:271:5
2024-10-04 19:29:56 - 50: 0x7fbbd0c91351 - tokio::runtime::task::raw::RawTask::poll::h02ed2adabcde2a75
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/raw.rs:201:18
2024-10-04 19:29:56 - 51: 0x7fbbd0c91351 - tokio::runtime::task::LocalNotified<S>::run::hf953b6f60acd178a
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/mod.rs:427:9
2024-10-04 19:29:56 - 52: 0x7fbbd0c91351 - tokio::runtime::scheduler::multi_thread::worker::Context::run_task::{{closure}}::h289ec3e05dc3c680
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:594:18
2024-10-04 19:29:56 - 53: 0x7fbbd0c91351 - tokio::runtime::coop::with_budget::h4c72d9bd02f44c75
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/coop.rs:107:5
2024-10-04 19:29:56 - 54: 0x7fbbd0c91351 - tokio::runtime::coop::budget::h26298501fd27d4f3
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/coop.rs:73:5
2024-10-04 19:29:56 - 55: 0x7fbbd0c91351 - tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hf7043e9e40abed29
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:593:9
2024-10-04 19:29:56 - 56: 0x7fbbd0ca6c13 - tokio::runtime::scheduler::multi_thread::worker::Context::run::h41b48ce5d5858364
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:544:24
2024-10-04 19:29:56 - 57: 0x7fbbd0ca6c13 - tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}::hf2c8db122d13f529
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:509:21
2024-10-04 19:29:56 - 58: 0x7fbbd0ca6c13 - tokio::runtime::context::scoped::Scoped<T>::set::h7804529c405c493b
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context/scoped.rs:40:9
2024-10-04 19:29:56 - 59: 0x7fbbd0ca6c13 - tokio::runtime::context::set_scheduler::{{closure}}::h193e47de884563bb
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context.rs:180:26
2024-10-04 19:29:56 - 60: 0x7fbbd0ca6c13 - std::thread::local::LocalKey<T>::try_with::h3aae357301e0d3c1
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/local.rs:283:12
2024-10-04 19:29:56 - 61: 0x7fbbd0ca6c13 - std::thread::local::LocalKey<T>::with::h3886be4bf70a18cf
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/local.rs:260:9
2024-10-04 19:29:56 - 62: 0x7fbbd0ca6c13 - tokio::runtime::context::set_scheduler::hdc41b7df3e6d2b86
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context.rs:180:17
2024-10-04 19:29:56 - 63: 0x7fbbd0ca6c13 - tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::h0a451befbc8200a5
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:504:9
2024-10-04 19:29:56 - 64: 0x7fbbd0ca6c13 - tokio::runtime::context::runtime::enter_runtime::h76ded125da275bff
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context/runtime.rs:65:16
2024-10-04 19:29:56 - 65: 0x7fbbd0ca6c13 - tokio::runtime::scheduler::multi_thread::worker::run::h5c12a1a2601772ba
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:496:5
2024-10-04 19:29:56 - 66: 0x7fbbd0ca6c13 - tokio::runtime::scheduler::multi_thread::worker::Launch::launch::{{closure}}::h7095c87ca34ceba0
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:462:45
2024-10-04 19:29:56 - 67: 0x7fbbd0ca6c13 - <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll::ha9a4a460b77a9c08
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/blocking/task.rs:42:21
2024-10-04 19:29:56 - 68: 0x7fbbd0ca6c13 - tokio::runtime::task::core::Core<T,S>::poll::{{closure}}::hea51da12e611c4c6
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/core.rs:328:17
2024-10-04 19:29:56 - 69: 0x7fbbd0ca6c13 - tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut::h136237a44288f001
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/loom/std/unsafe_cell.rs:16:9
2024-10-04 19:29:56 - 70: 0x7fbbd0ca6c13 - tokio::runtime::task::core::Core<T,S>::poll::h7aebe4aacd086bd3
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/core.rs:317:30
2024-10-04 19:29:56 - 71: 0x7fbbd0ca6c13 - tokio::runtime::task::harness::poll_future::{{closure}}::h2cee97375ce86054
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:485:19
2024-10-04 19:29:56 - 72: 0x7fbbd0ca6c13 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9346bee41b3e02a6
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panic/unwind_safe.rs:272:9
2024-10-04 19:29:56 - 73: 0x7fbbd0ca6c13 - std::panicking::try::do_call::h9f474ffb740d3887
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:557:40
2024-10-04 19:29:56 - 74: 0x7fbbd0ca6c13 - std::panicking::try::h6c213cf2bd4a3841
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:521:19
2024-10-04 19:29:56 - 75: 0x7fbbd0ca6c13 - std::panic::catch_unwind::hbaf5c337fa26f99a
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panic.rs:350:14
2024-10-04 19:29:56 - 76: 0x7fbbd0ca6c13 - tokio::runtime::task::harness::poll_future::h15c307e6ec416c46
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:473:18
2024-10-04 19:29:56 - 77: 0x7fbbd0ca6c13 - tokio::runtime::task::harness::Harness<T,S>::poll_inner::ha9adb663b478c757
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:208:27
2024-10-04 19:29:56 - 78: 0x7fbbd0ca6c13 - tokio::runtime::task::harness::Harness<T,S>::poll::h10ab8de866c335f0
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:153:15
2024-10-04 19:29:56 - 79: 0x7fbbd0ca6c13 - tokio::runtime::task::raw::poll::h02dc7b0722341a21
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/raw.rs:271:5
2024-10-04 19:29:56 - 80: 0x7fbbd0ca06b1 - tokio::runtime::task::raw::RawTask::poll::h02ed2adabcde2a75
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/raw.rs:201:18
2024-10-04 19:29:56 - 81: 0x7fbbd0ca06b1 - tokio::runtime::task::UnownedTask<S>::run::h8e916e4cbb38d53d
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/mod.rs:464:9
2024-10-04 19:29:56 - 82: 0x7fbbd0ca06b1 - tokio::runtime::blocking::pool::Task::run::hcd1e4c245cbcd8cd
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/blocking/pool.rs:160:9
2024-10-04 19:29:56 - 83: 0x7fbbd0ca06b1 - tokio::runtime::blocking::pool::Inner::run::hb3d7adbf7c2368bf
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/blocking/pool.rs:518:17
2024-10-04 19:29:56 - 84: 0x7fbbd0ca06b1 - tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}::h31d1d1c51e71e082
2024-10-04 19:29:56 - at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/blocking/pool.rs:476:13
2024-10-04 19:29:56 - 85: 0x7fbbd0ca06b1 - std::sys::backtrace::__rust_begin_short_backtrace::h222a2b2d23721fe0
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/backtrace.rs:152:18
2024-10-04 19:29:56 - 86: 0x7fbbd0ca4d1b - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h7c64ef0fb2f5d599
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/mod.rs:538:17
2024-10-04 19:29:56 - 87: 0x7fbbd0ca4d1b - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h2ea4cecbe38133aa
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panic/unwind_safe.rs:272:9
2024-10-04 19:29:56 - 88: 0x7fbbd0ca4d1b - std::panicking::try::do_call::h0923f7cea4a46f1a
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:557:40
2024-10-04 19:29:56 - 89: 0x7fbbd0ca4d1b - std::panicking::try::h65cafc558afced9c
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:521:19
2024-10-04 19:29:56 - 90: 0x7fbbd0ca4d1b - std::panic::catch_unwind::h38d9a287d3df5d46
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panic.rs:350:14
2024-10-04 19:29:56 - 91: 0x7fbbd0ca4d1b - std::thread::Builder::spawn_unchecked_::{{closure}}::hd05a4c35e937226d
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/mod.rs:537:30
2024-10-04 19:29:56 - 92: 0x7fbbd0ca4d1b - core::ops::function::FnOnce::call_once{{vtable.shim}}::hcae754805af77eee
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250:5
2024-10-04 19:29:56 - 93: 0x7fbbd0c8bf8b - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha1963004222e7822
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/alloc/src/boxed.rs:2070:9
2024-10-04 19:29:56 - 94: 0x7fbbd0c8bf8b - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h1086ced1f7c494c2
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/alloc/src/boxed.rs:2070:9
2024-10-04 19:29:56 - 95: 0x7fbbd0c8bf8b - std::sys::pal::unix::thread::Thread::new::thread_start::ha8af9c992ef0b208
2024-10-04 19:29:56 - at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/pal/unix/thread.rs:108:17
2024-10-04 19:29:56 - 96: 0x7fbc7d589609 - start_thread
2024-10-04 19:29:56 - at /build/glibc-wuryBv/glibc-2.31/nptl/pthread_create.c:477:8
2024-10-04 19:29:56 - 97: 0x7fbc7d4ae353 - clone
2024-10-04 19:29:56 - at /build/glibc-wuryBv/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
2024-10-04 19:29:56 - 98: 0x0 - <unknown>
2024-10-04 19:29:56 - thread caused non-unwinding panic. aborting.
Edited by Xavier Claessens