Remove unnecessary debugging files
This commit is contained in:
parent
b751b98a60
commit
1b68b0eac1
9 changed files with 0 additions and 4180 deletions
610
busy.txt
610
busy.txt
|
|
@ -1,610 +0,0 @@
|
|||
(lldb) command script import "/Users/igor/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/etc/lldb_lookup.py"
|
||||
(lldb) command source -s 0 '/Users/igor/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/etc/lldb_commands'
|
||||
(lldb) type synthetic add -l lldb_lookup.synthetic_lookup -x ".*" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)String$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^&(mut )?str$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^&(mut )?\\[.+\\]$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::ffi::([a-z_]+::)+)OsString$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Vec<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)VecDeque<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)BTreeSet<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)BTreeMap<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::collections::([a-z_]+::)+)HashMap<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::collections::([a-z_]+::)+)HashSet<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Rc<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Arc<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)Cell<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)Ref<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)RefMut<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)RefCell<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^core::num::([a-z_]+::)*NonZero.+$" --category Rust
|
||||
(lldb) type category enable Rust
|
||||
(lldb) process attach --pid 70468
|
||||
Process 70468 stopped
|
||||
* thread #1, name = 'main', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
|
||||
frame #0: 0x000000018c11c0ac libsystem_kernel.dylib`__psynch_cvwait + 8
|
||||
libsystem_kernel.dylib`:
|
||||
-> 0x18c11c0ac <+8>: b.lo 0x18c11c0cc ; <+40>
|
||||
0x18c11c0b0 <+12>: pacibsp
|
||||
0x18c11c0b4 <+16>: stp x29, x30, [sp, #-0x10]!
|
||||
0x18c11c0b8 <+20>: mov x29, sp
|
||||
Target 0: (rqbit) stopped.
|
||||
Executable module set to "/Users/igor/projects/2021-06-rust-qbittorrent/target/release/rqbit".
|
||||
Architecture set to: arm64-apple-macosx-.
|
||||
(lldb) bt all
|
||||
(lldb) thread backtrace all
|
||||
thread #2, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c118908 libsystem_kernel.dylib`swtch_pri + 8
|
||||
frame #1: 0x000000018c155ed8 libsystem_pthread.dylib`cthread_yield + 32
|
||||
frame #2: 0x00000001051b76c8 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::thread_parker::imp::thread_yield::h227973beb6a1850c at unix.rs:255:5 [opt]
|
||||
frame #3: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::spinwait::SpinWait::spin::h5cfc83bbc083ea7f(self=<unavailable>) at spinwait.rs:56:13 [opt]
|
||||
frame #4: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:1078:65 [opt]
|
||||
frame #5: 0x00000001051b7360 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5(self=0x0000600003418010, recursive=<unavailable>, timeout=<unavailable>) at raw_rwlock.rs:719:9 [opt]
|
||||
frame #6: 0x0000000104e95d44 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:109:26 [opt]
|
||||
frame #7: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #8: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #9: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #10: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x0000600000b19560) at torrent_state.rs:533:29 [opt]
|
||||
frame #11: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #12: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #13: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #14: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #15: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014c03aa20, cx=Context @ 0x000000016b2c2508) at core.rs:317:30 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000b197e0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014c03aa20, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #25: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #26: 0x00000001050b0828 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #27: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #28: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::hdead63aea4a59933 at worker.rs:577:18 [opt]
|
||||
frame #29: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #30: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000b76e30) at coop.rs:73:5 [opt]
|
||||
frame #31: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016b2c2bf0, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #32: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016b2c2bf0, core=0x0000600002c09360) at worker.rs:0 [opt]
|
||||
frame #33: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #34: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014a008238, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #35: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #37: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016b2c2be8, f={closure_env#0} @ 0x0000600000b19c00) at context.rs:176:17 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #40: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000b19c70) at runtime.rs:65:16 [opt]
|
||||
frame #41: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #42: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #43: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #44: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #45: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #46: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014bd287a0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #47: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000b1a1d0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014bd287a0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #54: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #55: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #56: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #57: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000b64140) at pool.rs:159:9 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #59: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #60: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016b2c2f30) at backtrace.rs:154:18 [opt]
|
||||
frame #61: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #67: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0c700, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #68: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #69: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #70: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #71: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #3, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c118908 libsystem_kernel.dylib`swtch_pri + 8
|
||||
frame #1: 0x000000018c155ed8 libsystem_pthread.dylib`cthread_yield + 32
|
||||
frame #2: 0x00000001051b76c8 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::thread_parker::imp::thread_yield::h227973beb6a1850c at unix.rs:255:5 [opt]
|
||||
frame #3: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::spinwait::SpinWait::spin::h5cfc83bbc083ea7f(self=<unavailable>) at spinwait.rs:56:13 [opt]
|
||||
frame #4: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:1078:65 [opt]
|
||||
frame #5: 0x00000001051b7360 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5(self=0x0000600003418010, recursive=<unavailable>, timeout=<unavailable>) at raw_rwlock.rs:719:9 [opt]
|
||||
frame #6: 0x0000000104e95d44 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:109:26 [opt]
|
||||
frame #7: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #8: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #9: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #10: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x0000600000b647e0) at torrent_state.rs:533:29 [opt]
|
||||
frame #11: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #12: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #13: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #14: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #15: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014d105a20, cx=Context @ 0x000000016b4ce508) at core.rs:317:30 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000b64a40, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014d105a20, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #25: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #26: 0x00000001050b0894 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #27: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #28: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at worker.rs:640:22 [opt]
|
||||
frame #29: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #30: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000b64bc0) at coop.rs:73:5 [opt]
|
||||
frame #31: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016b4cebf0, task=<unavailable>, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #32: 0x00000001050b02dc rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016b4cebf0, core=0x0000600002c085a0) at worker.rs:0 [opt]
|
||||
frame #33: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #34: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014a808238, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #35: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #37: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016b4cebe8, f={closure_env#0} @ 0x0000600000b79a60) at context.rs:176:17 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #40: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000b79b40) at runtime.rs:65:16 [opt]
|
||||
frame #41: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #42: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #43: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #44: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #45: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #46: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x0000000149611ca0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #47: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000b79cf0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x0000000149611ca0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #54: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #55: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #56: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #57: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000b79ee0) at pool.rs:159:9 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #59: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #60: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016b4cef30) at backtrace.rs:154:18 [opt]
|
||||
frame #61: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #67: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0ccc0, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #68: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #69: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #70: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #71: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #4, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x0000000104e95b24 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::unlock_shared::hea004debead67c32(self=<unavailable>) at raw_rwlock.rs:136:12 [opt]
|
||||
frame #1: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$lock_api..rwlock..RwLockReadGuard$LT$R$C$T$GT$$u20$as$u20$core..ops..drop..Drop$GT$::drop::h0fa0333e78a156b7(self=<unavailable>) at rwlock.rs:1372:13 [opt]
|
||||
frame #2: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::ptr::drop_in_place$LT$lock_api..rwlock..RwLockReadGuard$LT$parking_lot..raw_rwlock..RawRwLock$C$librqbit..torrent_state..TorrentStateLocked$GT$$GT$::h37e2eada005d8e1e((null)=<unavailable>) at mod.rs:497:1 [opt]
|
||||
frame #3: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::ptr::drop_in_place$LT$librqbit..torrent_state..timed_existence..TimedExistence$LT$lock_api..rwlock..RwLockReadGuard$LT$parking_lot..raw_rwlock..RawRwLock$C$librqbit..torrent_state..TorrentStateLocked$GT$$GT$$GT$::h0cbca05e47c1d35d((null)=<unavailable>) at mod.rs:497:1 [opt]
|
||||
frame #4: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1123:48 [opt]
|
||||
frame #5: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #6: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #7: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #8: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #9: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #10: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014a80c020, cx=Context @ 0x000000016b6da508) at core.rs:317:30 [opt]
|
||||
frame #11: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #12: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000b7a180, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #13: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #14: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #15: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014a80c020, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #18: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #19: 0x00000001050b0828 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #20: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #21: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::hdead63aea4a59933 at worker.rs:577:18 [opt]
|
||||
frame #22: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #23: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000b64de0) at coop.rs:73:5 [opt]
|
||||
frame #24: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016b6dabf0, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #25: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016b6dabf0, core=0x0000600002c08460) at worker.rs:0 [opt]
|
||||
frame #26: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #27: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014b008238, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #28: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #29: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #30: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #31: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016b6dabe8, f={closure_env#0} @ 0x0000600000b7a470) at context.rs:176:17 [opt]
|
||||
frame #32: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #33: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000b7a550) at runtime.rs:65:16 [opt]
|
||||
frame #34: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #35: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #36: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #37: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #38: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #39: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014b9122a0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #40: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #41: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000b7a700, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #42: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #43: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #44: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #45: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014b9122a0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #46: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #47: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #48: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #49: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #50: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000b7a8f0) at pool.rs:159:9 [opt]
|
||||
frame #51: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #52: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #53: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016b6daf30) at backtrace.rs:154:18 [opt]
|
||||
frame #54: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #55: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #56: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #57: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #58: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #59: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #60: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0c880, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #61: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #62: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #63: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #64: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #5, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x0000000104e95b24 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::unlock_shared::hea004debead67c32(self=<unavailable>) at raw_rwlock.rs:136:12 [opt]
|
||||
frame #1: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$lock_api..rwlock..RwLockReadGuard$LT$R$C$T$GT$$u20$as$u20$core..ops..drop..Drop$GT$::drop::h0fa0333e78a156b7(self=<unavailable>) at rwlock.rs:1372:13 [opt]
|
||||
frame #2: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::ptr::drop_in_place$LT$lock_api..rwlock..RwLockReadGuard$LT$parking_lot..raw_rwlock..RawRwLock$C$librqbit..torrent_state..TorrentStateLocked$GT$$GT$::h37e2eada005d8e1e((null)=<unavailable>) at mod.rs:497:1 [opt]
|
||||
frame #3: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::ptr::drop_in_place$LT$librqbit..torrent_state..timed_existence..TimedExistence$LT$lock_api..rwlock..RwLockReadGuard$LT$parking_lot..raw_rwlock..RawRwLock$C$librqbit..torrent_state..TorrentStateLocked$GT$$GT$$GT$::h0cbca05e47c1d35d((null)=<unavailable>) at mod.rs:497:1 [opt]
|
||||
frame #4: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1123:48 [opt]
|
||||
frame #5: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #6: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #7: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #8: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #9: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #10: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014c813020, cx=Context @ 0x000000016b8e6508) at core.rs:317:30 [opt]
|
||||
frame #11: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #12: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000b65250, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #13: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #14: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #15: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014c813020, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #18: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #19: 0x00000001050b0828 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #20: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #21: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::hdead63aea4a59933 at worker.rs:577:18 [opt]
|
||||
frame #22: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #23: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000b65450) at coop.rs:73:5 [opt]
|
||||
frame #24: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016b8e6bf0, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #25: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016b8e6bf0, core=0x0000600002c08550) at worker.rs:0 [opt]
|
||||
frame #26: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #27: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014a808838, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #28: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #29: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #30: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #31: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016b8e6be8, f={closure_env#0} @ 0x0000600000b7aad0) at context.rs:176:17 [opt]
|
||||
frame #32: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #33: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000b7abb0) at runtime.rs:65:16 [opt]
|
||||
frame #34: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #35: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #36: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #37: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #38: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #39: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x0000000149705a20, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #40: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #41: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000b7ad60, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #42: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #43: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #44: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #45: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x0000000149705a20, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #46: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #47: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #48: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #49: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #50: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000b7af50) at pool.rs:159:9 [opt]
|
||||
frame #51: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #52: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #53: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016b8e6f30) at backtrace.rs:154:18 [opt]
|
||||
frame #54: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #55: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #56: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #57: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #58: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #59: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #60: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0c580, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #61: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #62: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #63: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #64: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #6, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c118908 libsystem_kernel.dylib`swtch_pri + 8
|
||||
frame #1: 0x000000018c155ed8 libsystem_pthread.dylib`cthread_yield + 32
|
||||
frame #2: 0x00000001051b76c8 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::thread_parker::imp::thread_yield::h227973beb6a1850c at unix.rs:255:5 [opt]
|
||||
frame #3: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::spinwait::SpinWait::spin::h5cfc83bbc083ea7f(self=<unavailable>) at spinwait.rs:56:13 [opt]
|
||||
frame #4: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:1078:65 [opt]
|
||||
frame #5: 0x00000001051b7360 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5(self=0x0000600003418010, recursive=<unavailable>, timeout=<unavailable>) at raw_rwlock.rs:719:9 [opt]
|
||||
frame #6: 0x0000000104e95d44 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:109:26 [opt]
|
||||
frame #7: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #8: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #9: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #10: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x0000600000b7b1e0) at torrent_state.rs:533:29 [opt]
|
||||
frame #11: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #12: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #13: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #14: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #15: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014d82ec20, cx=Context @ 0x000000016baf2508) at core.rs:317:30 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000b7e0c0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014d82ec20, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #25: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #26: 0x00000001050b0894 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #27: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #28: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at worker.rs:640:22 [opt]
|
||||
frame #29: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #30: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000b7e240) at coop.rs:73:5 [opt]
|
||||
frame #31: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016baf2bf0, task=<unavailable>, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #32: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016baf2bf0, core=0x0000600002c085f0) at worker.rs:0 [opt]
|
||||
frame #33: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #34: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014a008838, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #35: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #37: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016baf2be8, f={closure_env#0} @ 0x0000600000b7b410) at context.rs:176:17 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #40: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000b7b4f0) at runtime.rs:65:16 [opt]
|
||||
frame #41: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #42: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #43: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #44: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #45: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #46: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x00000001497085a0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #47: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000b7b6a0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x00000001497085a0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #54: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #55: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #56: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #57: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000b7b890) at pool.rs:159:9 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #59: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #60: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016baf2f30) at backtrace.rs:154:18 [opt]
|
||||
frame #61: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #67: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0cc40, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #68: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #69: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #70: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #71: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #7, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c118908 libsystem_kernel.dylib`swtch_pri + 8
|
||||
frame #1: 0x000000018c155ed8 libsystem_pthread.dylib`cthread_yield + 32
|
||||
frame #2: 0x00000001051b76c8 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::thread_parker::imp::thread_yield::h227973beb6a1850c at unix.rs:255:5 [opt]
|
||||
frame #3: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::spinwait::SpinWait::spin::h5cfc83bbc083ea7f(self=<unavailable>) at spinwait.rs:56:13 [opt]
|
||||
frame #4: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:1078:65 [opt]
|
||||
frame #5: 0x00000001051b7360 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5(self=0x0000600003418010, recursive=<unavailable>, timeout=<unavailable>) at raw_rwlock.rs:719:9 [opt]
|
||||
frame #6: 0x0000000104e95d44 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:109:26 [opt]
|
||||
frame #7: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #8: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #9: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #10: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x0000600000b7bb20) at torrent_state.rs:533:29 [opt]
|
||||
frame #11: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #12: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #13: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #14: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #15: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014a02f220, cx=Context @ 0x000000016bf0a508) at core.rs:317:30 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000b65700, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014a02f220, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #25: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #26: 0x00000001050b0894 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #27: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #28: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at worker.rs:640:22 [opt]
|
||||
frame #29: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #30: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000b657c0) at coop.rs:73:5 [opt]
|
||||
frame #31: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016bf0abf0, task=<unavailable>, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #32: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016bf0abf0, core=0x0000600002c08690) at worker.rs:0 [opt]
|
||||
frame #33: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #34: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014b008e38, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #35: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #37: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016bf0abe8, f={closure_env#0} @ 0x0000600000b659e0) at context.rs:176:17 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #40: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000b65ac0) at runtime.rs:65:16 [opt]
|
||||
frame #41: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #42: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #43: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #44: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #45: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #46: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014bd1a120, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #47: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000b65c70, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014bd1a120, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #54: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #55: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #56: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #57: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000b65e60) at pool.rs:159:9 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #59: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #60: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016bf0af30) at backtrace.rs:154:18 [opt]
|
||||
frame #61: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #67: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0ca40, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #68: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #69: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #70: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #71: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #8
|
||||
frame #0: 0x000000018c11a564 libsystem_kernel.dylib`__workq_kernreturn + 8
|
||||
thread #9, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c160cb4 libdyld.dylib`tlv_get_addr + 4
|
||||
frame #1: 0x00000001050f19f0 rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e at option.rs:674:15 [opt]
|
||||
frame #2: 0x00000001050f19dc rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e [inlined] std::sys::common::thread_local::lazy::LazyKeyInner$LT$T$GT$::get::h675e54a204ca8b72(self=<unavailable>) at mod.rs:46:42 [opt]
|
||||
frame #3: 0x00000001050f19dc rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e [inlined] std::sys::common::thread_local::fast_local::Key$LT$T$GT$::get::h18d95d4ca32d0834(self=<unavailable>, init={closure_env#0} @ 0x0000600000b60060) at fast_local.rs:171:19 [opt]
|
||||
frame #4: 0x00000001050f19dc rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e [inlined] parking_lot_core::parking_lot::with_thread_data::THREAD_DATA::__getit::h50f1aae5bcdf1454(init=Option<&mut core::option::Option<parking_lot_core::parking_lot::ThreadData>> @ 0x0000600000b60110) at fast_local.rs:91:21 [opt]
|
||||
frame #5: 0x00000001050f19dc rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e [inlined] std::thread::local::LocalKey$LT$T$GT$::try_with::h4dd06b279f18bb4e(self=<unavailable>, f=<unavailable>) at local.rs:269:32 [opt]
|
||||
frame #6: 0x00000001050f19dc rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e at parking_lot.rs:203:27 [opt]
|
||||
frame #7: 0x00000001050f19d8 rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e(key=105553170890768) at parking_lot.rs:1231:9 [opt]
|
||||
frame #8: 0x0000000104e95b18 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] parking_lot_core::parking_lot::deadlock::release_resource::hb76fc449fd876904 at parking_lot.rs:1130:9 [opt]
|
||||
frame #9: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] parking_lot::raw_rwlock::RawRwLock::deadlock_release::h9a0f2addf3cf5a39 at raw_rwlock.rs:1146:18 [opt]
|
||||
frame #10: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::unlock_shared::hea004debead67c32(self=<unavailable>) at raw_rwlock.rs:130:14 [opt]
|
||||
frame #11: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$lock_api..rwlock..RwLockReadGuard$LT$R$C$T$GT$$u20$as$u20$core..ops..drop..Drop$GT$::drop::h0fa0333e78a156b7(self=<unavailable>) at rwlock.rs:1372:13 [opt]
|
||||
frame #12: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::ptr::drop_in_place$LT$lock_api..rwlock..RwLockReadGuard$LT$parking_lot..raw_rwlock..RawRwLock$C$librqbit..torrent_state..TorrentStateLocked$GT$$GT$::h37e2eada005d8e1e((null)=<unavailable>) at mod.rs:497:1 [opt]
|
||||
frame #13: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::ptr::drop_in_place$LT$librqbit..torrent_state..timed_existence..TimedExistence$LT$lock_api..rwlock..RwLockReadGuard$LT$parking_lot..raw_rwlock..RawRwLock$C$librqbit..torrent_state..TorrentStateLocked$GT$$GT$$GT$::h0cbca05e47c1d35d((null)=<unavailable>) at mod.rs:497:1 [opt]
|
||||
frame #14: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1123:48 [opt]
|
||||
frame #15: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #16: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #17: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #18: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014d0ab220, cx=Context @ 0x000000016ccf6508) at core.rs:317:30 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000b668c0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #25: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #26: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014d0ab220, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #27: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #28: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #29: 0x00000001050b0894 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #30: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #31: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at worker.rs:640:22 [opt]
|
||||
frame #32: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #33: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000b66ab0) at coop.rs:73:5 [opt]
|
||||
frame #34: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016ccf6bf0, task=<unavailable>, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #35: 0x00000001050b02dc rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016ccf6bf0, core=0x0000600002c08640) at worker.rs:0 [opt]
|
||||
frame #36: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #37: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014c840838, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #38: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #40: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #41: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016ccf6be8, f={closure_env#0} @ 0x0000600000b66cf0) at context.rs:176:17 [opt]
|
||||
frame #42: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #43: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000b60260) at runtime.rs:65:16 [opt]
|
||||
frame #44: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #45: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #46: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #47: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #48: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #49: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014ba2d8a0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #50: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000b60410, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #54: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #55: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014ba2d8a0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #56: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #57: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #58: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #59: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #60: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000b60600) at pool.rs:159:9 [opt]
|
||||
frame #61: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #62: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #63: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016ccf6f30) at backtrace.rs:154:18 [opt]
|
||||
frame #64: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #67: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #68: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #69: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #70: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a105c0, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #71: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #72: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #73: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #74: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #10, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c118908 libsystem_kernel.dylib`swtch_pri + 8
|
||||
frame #1: 0x000000018c155ed8 libsystem_pthread.dylib`cthread_yield + 32
|
||||
frame #2: 0x00000001051b76c8 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::thread_parker::imp::thread_yield::h227973beb6a1850c at unix.rs:255:5 [opt]
|
||||
frame #3: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::spinwait::SpinWait::spin::h5cfc83bbc083ea7f(self=<unavailable>) at spinwait.rs:56:13 [opt]
|
||||
frame #4: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:1078:65 [opt]
|
||||
frame #5: 0x00000001051b7360 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5(self=0x0000600003418010, recursive=<unavailable>, timeout=<unavailable>) at raw_rwlock.rs:719:9 [opt]
|
||||
frame #6: 0x0000000104e95d44 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:109:26 [opt]
|
||||
frame #7: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #8: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #9: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #10: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x0000600000b66e30) at torrent_state.rs:533:29 [opt]
|
||||
frame #11: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #12: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #13: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #14: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #15: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014c033220, cx=Context @ 0x000000016d31a508) at core.rs:317:30 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000b67000, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014c033220, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #25: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #26: 0x00000001050b0828 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #27: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #28: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::hdead63aea4a59933 at worker.rs:577:18 [opt]
|
||||
frame #29: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #30: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000b608f0) at coop.rs:73:5 [opt]
|
||||
frame #31: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016d31abf0, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #32: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016d31abf0, core=0x0000600002c08230) at worker.rs:0 [opt]
|
||||
frame #33: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #34: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014d820e38, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #35: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #37: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016d31abe8, f={closure_env#0} @ 0x0000600000b672d0) at context.rs:176:17 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #40: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000b673b0) at runtime.rs:65:16 [opt]
|
||||
frame #41: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #42: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #43: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #44: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #45: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #46: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014bd0faa0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #47: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000b67560, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014bd0faa0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #54: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #55: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #56: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #57: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000b67750) at pool.rs:159:9 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #59: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #60: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016d31af30) at backtrace.rs:154:18 [opt]
|
||||
frame #61: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #67: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a15c40, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #68: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #69: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #70: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #71: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
618
busy_2.txt
618
busy_2.txt
|
|
@ -1,618 +0,0 @@
|
|||
(lldb) command script import "/Users/igor/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/etc/lldb_lookup.py"
|
||||
(lldb) command source -s 0 '/Users/igor/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/etc/lldb_commands'
|
||||
(lldb) type synthetic add -l lldb_lookup.synthetic_lookup -x ".*" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)String$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^&(mut )?str$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^&(mut )?\\[.+\\]$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::ffi::([a-z_]+::)+)OsString$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Vec<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)VecDeque<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)BTreeSet<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)BTreeMap<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::collections::([a-z_]+::)+)HashMap<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::collections::([a-z_]+::)+)HashSet<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Rc<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Arc<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)Cell<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)Ref<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)RefMut<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)RefCell<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^core::num::([a-z_]+::)*NonZero.+$" --category Rust
|
||||
(lldb) type category enable Rust
|
||||
(lldb) process attach --pid 70468
|
||||
Process 70468 stopped
|
||||
* thread #1, name = 'main', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
|
||||
frame #0: 0x000000018c11c0ac libsystem_kernel.dylib`__psynch_cvwait + 8
|
||||
libsystem_kernel.dylib`:
|
||||
-> 0x18c11c0ac <+8>: b.lo 0x18c11c0cc ; <+40>
|
||||
0x18c11c0b0 <+12>: pacibsp
|
||||
0x18c11c0b4 <+16>: stp x29, x30, [sp, #-0x10]!
|
||||
0x18c11c0b8 <+20>: mov x29, sp
|
||||
Target 0: (rqbit) stopped.
|
||||
Executable module set to "/Users/igor/projects/2021-06-rust-qbittorrent/target/release/rqbit".
|
||||
Architecture set to: arm64-apple-macosx-.
|
||||
(lldb) bt all
|
||||
(lldb) thread backtrace all
|
||||
thread #2, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x00000001050f19fc rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e [inlined] std::sys::common::thread_local::fast_local::Key$LT$T$GT$::get::h18d95d4ca32d0834(self=<unavailable>, init={closure_env#0} @ 0x000060000328ff20) at fast_local.rs:0:13 [opt]
|
||||
frame #1: 0x00000001050f19dc rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e [inlined] parking_lot_core::parking_lot::with_thread_data::THREAD_DATA::__getit::h50f1aae5bcdf1454(init=Option<&mut core::option::Option<parking_lot_core::parking_lot::ThreadData>> @ 0x000060000328ffd0) at fast_local.rs:91:21 [opt]
|
||||
frame #2: 0x00000001050f19dc rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e [inlined] std::thread::local::LocalKey$LT$T$GT$::try_with::h4dd06b279f18bb4e(self=<unavailable>, f=<unavailable>) at local.rs:269:32 [opt]
|
||||
frame #3: 0x00000001050f19dc rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e at parking_lot.rs:203:27 [opt]
|
||||
frame #4: 0x00000001050f19d8 rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e(key=105553170890769) at parking_lot.rs:1231:9 [opt]
|
||||
frame #5: 0x0000000104e95b20 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] parking_lot_core::parking_lot::deadlock::release_resource::hb76fc449fd876904 at parking_lot.rs:1130:9 [opt]
|
||||
frame #6: 0x0000000104e95b18 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] parking_lot::raw_rwlock::RawRwLock::deadlock_release::h9a0f2addf3cf5a39 at raw_rwlock.rs:1147:18 [opt]
|
||||
frame #7: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::unlock_shared::hea004debead67c32(self=<unavailable>) at raw_rwlock.rs:130:14 [opt]
|
||||
frame #8: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$lock_api..rwlock..RwLockReadGuard$LT$R$C$T$GT$$u20$as$u20$core..ops..drop..Drop$GT$::drop::h0fa0333e78a156b7(self=<unavailable>) at rwlock.rs:1372:13 [opt]
|
||||
frame #9: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::ptr::drop_in_place$LT$lock_api..rwlock..RwLockReadGuard$LT$parking_lot..raw_rwlock..RawRwLock$C$librqbit..torrent_state..TorrentStateLocked$GT$$GT$::h37e2eada005d8e1e((null)=<unavailable>) at mod.rs:497:1 [opt]
|
||||
frame #10: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::ptr::drop_in_place$LT$librqbit..torrent_state..timed_existence..TimedExistence$LT$lock_api..rwlock..RwLockReadGuard$LT$parking_lot..raw_rwlock..RawRwLock$C$librqbit..torrent_state..TorrentStateLocked$GT$$GT$$GT$::h0cbca05e47c1d35d((null)=<unavailable>) at mod.rs:497:1 [opt]
|
||||
frame #11: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1123:48 [opt]
|
||||
frame #12: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #13: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #14: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #15: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014c03aa20, cx=Context @ 0x000000016b2c2508) at core.rs:317:30 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x000060000329f370, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014c03aa20, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #25: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #26: 0x00000001050b0828 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #27: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #28: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::hdead63aea4a59933 at worker.rs:577:18 [opt]
|
||||
frame #29: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #30: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600003294b10) at coop.rs:73:5 [opt]
|
||||
frame #31: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016b2c2bf0, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #32: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016b2c2bf0, core=0x0000600002c09360) at worker.rs:0 [opt]
|
||||
frame #33: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #34: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014a008238, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #35: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #37: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016b2c2be8, f={closure_env#0} @ 0x00006000032ef800) at context.rs:176:17 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #40: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x00006000032ef880) at runtime.rs:65:16 [opt]
|
||||
frame #41: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #42: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #43: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #44: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #45: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #46: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014bd287a0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #47: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x00006000032e9b90, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014bd287a0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #54: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #55: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #56: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #57: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x00006000032e1dc0) at pool.rs:159:9 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #59: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #60: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016b2c2f30) at backtrace.rs:154:18 [opt]
|
||||
frame #61: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #67: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0c700, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #68: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #69: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #70: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #71: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #3, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c118908 libsystem_kernel.dylib`swtch_pri + 8
|
||||
frame #1: 0x000000018c155ed8 libsystem_pthread.dylib`cthread_yield + 32
|
||||
frame #2: 0x00000001051b76c8 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::thread_parker::imp::thread_yield::h227973beb6a1850c at unix.rs:255:5 [opt]
|
||||
frame #3: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::spinwait::SpinWait::spin::h5cfc83bbc083ea7f(self=<unavailable>) at spinwait.rs:56:13 [opt]
|
||||
frame #4: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:1078:65 [opt]
|
||||
frame #5: 0x00000001051b7360 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5(self=0x0000600003418010, recursive=<unavailable>, timeout=<unavailable>) at raw_rwlock.rs:719:9 [opt]
|
||||
frame #6: 0x0000000104e95d44 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:109:26 [opt]
|
||||
frame #7: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #8: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #9: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #10: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x00006000032ea730) at torrent_state.rs:533:29 [opt]
|
||||
frame #11: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #12: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #13: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #14: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #15: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014d105a20, cx=Context @ 0x000000016b4ce508) at core.rs:317:30 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x00006000032ea990, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014d105a20, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #25: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #26: 0x00000001050b0894 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #27: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #28: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at worker.rs:640:22 [opt]
|
||||
frame #29: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #30: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x00006000032a59c0) at coop.rs:73:5 [opt]
|
||||
frame #31: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016b4cebf0, task=<unavailable>, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #32: 0x00000001050b02dc rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016b4cebf0, core=0x0000600002c085a0) at worker.rs:0 [opt]
|
||||
frame #33: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #34: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014a808238, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #35: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #37: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016b4cebe8, f={closure_env#0} @ 0x00006000032eac90) at context.rs:176:17 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #40: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x00006000032ead70) at runtime.rs:65:16 [opt]
|
||||
frame #41: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #42: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #43: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #44: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #45: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #46: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x0000000149611ca0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #47: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x00006000032eaf20, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x0000000149611ca0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #54: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #55: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #56: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #57: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x00006000032eb110) at pool.rs:159:9 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #59: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #60: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016b4cef30) at backtrace.rs:154:18 [opt]
|
||||
frame #61: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #67: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0ccc0, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #68: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #69: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #70: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #71: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #4, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x00000001051b7430 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$u32$GT$::lt::h0cf347e128ffe5f6 at cmp.rs:1535:5 [opt]
|
||||
frame #1: 0x00000001051b7430 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] _$LT$core..ops..range..Range$LT$T$GT$$u20$as$u20$core..iter..range..RangeIteratorImpl$GT$::spec_next::h5bf236fbdea6feaf at range.rs:729:12 [opt]
|
||||
frame #2: 0x00000001051b7430 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] core::iter::range::_$LT$impl$u20$core..iter..traits..iterator..Iterator$u20$for$u20$core..ops..range..Range$LT$A$GT$$GT$::next::hcdb7bde5285cb558 at range.rs:820:14 [opt]
|
||||
frame #3: 0x00000001051b7430 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at spinwait.rs:15:14 [opt]
|
||||
frame #4: 0x00000001051b742c rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::spinwait::SpinWait::spin_no_yield::h26a2f733908044f7 at spinwait.rs:72:9 [opt]
|
||||
frame #5: 0x00000001051b7420 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:715:33 [opt]
|
||||
frame #6: 0x00000001051b73a8 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:1073:16 [opt]
|
||||
frame #7: 0x00000001051b7360 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5(self=0x0000600003418010, recursive=<unavailable>, timeout=<unavailable>) at raw_rwlock.rs:719:9 [opt]
|
||||
frame #8: 0x0000000104e95d44 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:109:26 [opt]
|
||||
frame #9: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #10: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #11: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #12: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x00006000032e2a50) at torrent_state.rs:533:29 [opt]
|
||||
frame #13: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #14: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #15: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #16: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #17: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014a80c020, cx=Context @ 0x000000016b6da508) at core.rs:317:30 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x00006000032eb2d0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #25: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014a80c020, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #26: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #27: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #28: 0x00000001050b0828 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #29: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #30: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::hdead63aea4a59933 at worker.rs:577:18 [opt]
|
||||
frame #31: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #32: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x00006000032eb4d0) at coop.rs:73:5 [opt]
|
||||
frame #33: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016b6dabf0, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #34: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016b6dabf0, core=0x0000600002c08460) at worker.rs:0 [opt]
|
||||
frame #35: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #36: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014b008238, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #37: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #40: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016b6dabe8, f={closure_env#0} @ 0x00006000032e2d20) at context.rs:176:17 [opt]
|
||||
frame #41: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #42: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x00006000032e2e00) at runtime.rs:65:16 [opt]
|
||||
frame #43: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #44: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #45: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #46: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #47: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #48: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014b9122a0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #49: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x00006000032e2fb0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #54: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014b9122a0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #55: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #56: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #57: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #59: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x00006000032eb6f0) at pool.rs:159:9 [opt]
|
||||
frame #60: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #61: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #62: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016b6daf30) at backtrace.rs:154:18 [opt]
|
||||
frame #63: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #67: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #68: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #69: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0c880, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #70: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #71: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #72: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #73: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #5, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x0000000104e95ac8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::sync::atomic::atomic_compare_exchange_weak::hb499d92b8580d344(dst=0x0000600003418010, old=32, new=<unavailable>, success=Acquire, failure=Relaxed) at atomic.rs:3297:35 [opt]
|
||||
frame #1: 0x0000000104e95ac0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at atomic.rs:3148:1 [opt]
|
||||
frame #2: 0x0000000104e95ac0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at raw_rwlock.rs:531:18 [opt]
|
||||
frame #3: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:108:13 [opt]
|
||||
frame #4: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #5: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #6: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #7: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x00006000032925b0) at torrent_state.rs:533:29 [opt]
|
||||
frame #8: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #9: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #10: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #11: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #12: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #13: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #14: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014c813020, cx=Context @ 0x000000016b8e6508) at core.rs:317:30 [opt]
|
||||
frame #15: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600003292820, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014c813020, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #22: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #23: 0x00000001050b0828 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #24: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #25: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::hdead63aea4a59933 at worker.rs:577:18 [opt]
|
||||
frame #26: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #27: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x00006000032e30a0) at coop.rs:73:5 [opt]
|
||||
frame #28: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016b8e6bf0, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #29: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016b8e6bf0, core=0x0000600002c08550) at worker.rs:0 [opt]
|
||||
frame #30: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #31: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014a808838, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #32: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #33: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #34: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #35: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016b8e6be8, f={closure_env#0} @ 0x00006000032e3240) at context.rs:176:17 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #37: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x00006000032e3320) at runtime.rs:65:16 [opt]
|
||||
frame #38: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #39: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #40: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #41: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #42: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #43: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x0000000149705a20, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #44: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #45: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x00006000032e34d0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #46: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #47: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x0000000149705a20, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #51: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #52: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #53: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #54: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x00006000032e36c0) at pool.rs:159:9 [opt]
|
||||
frame #55: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #56: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #57: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016b8e6f30) at backtrace.rs:154:18 [opt]
|
||||
frame #58: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #59: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #60: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #61: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #64: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0c580, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #65: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #66: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #67: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #68: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #6, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x00000001051b742c rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] _$LT$core..core_arch..arm_shared..barrier..common..SY$u20$as$u20$core..core_arch..arm_shared..sealed..Isb$GT$::__isb::hb98a90f157159531(self=<unavailable>) at common.rs:12:9 [opt]
|
||||
frame #1: 0x00000001051b742c rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] core::core_arch::arm_shared::barrier::__isb::hc9ac4c0a75d7d259(arg=<unavailable>) at mod.rs:122:5 [opt]
|
||||
frame #2: 0x00000001051b742c rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] core::hint::spin_loop::h78af93d76e7ab5ec at hint.rs:191:18 [opt]
|
||||
frame #3: 0x00000001051b742c rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at spinwait.rs:16:9 [opt]
|
||||
frame #4: 0x00000001051b742c rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::spinwait::SpinWait::spin_no_yield::h26a2f733908044f7 at spinwait.rs:72:9 [opt]
|
||||
frame #5: 0x00000001051b7420 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:715:33 [opt]
|
||||
frame #6: 0x00000001051b73a8 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:1073:16 [opt]
|
||||
frame #7: 0x00000001051b7360 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5(self=0x0000600003418010, recursive=<unavailable>, timeout=<unavailable>) at raw_rwlock.rs:719:9 [opt]
|
||||
frame #8: 0x0000000104e95d44 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:109:26 [opt]
|
||||
frame #9: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #10: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #11: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #12: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x00006000032eb990) at torrent_state.rs:533:29 [opt]
|
||||
frame #13: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #14: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #15: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #16: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #17: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014d82ec20, cx=Context @ 0x000000016baf2508) at core.rs:317:30 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x00006000032e3ab0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #25: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014d82ec20, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #26: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #27: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #28: 0x00000001050b0894 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #29: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #30: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at worker.rs:640:22 [opt]
|
||||
frame #31: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #32: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x00006000032e3c60) at coop.rs:73:5 [opt]
|
||||
frame #33: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016baf2bf0, task=<unavailable>, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #34: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016baf2bf0, core=0x0000600002c085f0) at worker.rs:0 [opt]
|
||||
frame #35: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #36: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014a008838, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #37: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #40: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016baf2be8, f={closure_env#0} @ 0x00006000032e3e90) at context.rs:176:17 [opt]
|
||||
frame #41: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #42: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x00006000032e3f70) at runtime.rs:65:16 [opt]
|
||||
frame #43: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #44: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #45: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #46: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #47: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #48: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x00000001497085a0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #49: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x00006000032ebb80, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #54: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x00000001497085a0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #55: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #56: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #57: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #59: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x00006000032ebd70) at pool.rs:159:9 [opt]
|
||||
frame #60: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #61: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #62: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016baf2f30) at backtrace.rs:154:18 [opt]
|
||||
frame #63: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #67: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #68: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #69: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0cc40, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #70: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #71: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #72: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #73: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #7, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x0000000104e95ad0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at parking_lot.rs:1114:9 [opt]
|
||||
frame #1: 0x0000000104e95ad0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] parking_lot::raw_rwlock::RawRwLock::deadlock_acquire::h6d2ed16f2cf77845 at raw_rwlock.rs:1140:18 [opt]
|
||||
frame #2: 0x0000000104e95ad0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:112:14 [opt]
|
||||
frame #3: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #4: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #5: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #6: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x00006000032a5c00) at torrent_state.rs:533:29 [opt]
|
||||
frame #7: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #8: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #9: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #10: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #11: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #12: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #13: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014a02f220, cx=Context @ 0x000000016bf0a508) at core.rs:317:30 [opt]
|
||||
frame #14: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #15: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600003292a50, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014a02f220, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #21: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #22: 0x00000001050b0894 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #23: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #24: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at worker.rs:640:22 [opt]
|
||||
frame #25: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #26: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600003292c40) at coop.rs:73:5 [opt]
|
||||
frame #27: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016bf0abf0, task=<unavailable>, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #28: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016bf0abf0, core=0x0000600002c08690) at worker.rs:0 [opt]
|
||||
frame #29: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #30: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014b008e38, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #31: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #32: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #33: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #34: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016bf0abe8, f={closure_env#0} @ 0x00006000032f8060) at context.rs:176:17 [opt]
|
||||
frame #35: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #36: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x00006000032f8140) at runtime.rs:65:16 [opt]
|
||||
frame #37: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #38: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #39: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #40: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #41: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #42: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014bd1a120, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #43: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #44: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x00006000032f82f0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #45: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #46: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #47: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014bd1a120, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #50: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #51: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #52: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #53: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x00006000032f84e0) at pool.rs:159:9 [opt]
|
||||
frame #54: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #55: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #56: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016bf0af30) at backtrace.rs:154:18 [opt]
|
||||
frame #57: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #58: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #59: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #60: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #61: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #63: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0ca40, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #64: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #65: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #66: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #67: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #8
|
||||
frame #0: 0x000000018c11a564 libsystem_kernel.dylib`__workq_kernreturn + 8
|
||||
thread #9, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c160cc4 libdyld.dylib`tlv_get_addr + 20
|
||||
frame #1: 0x00000001050f19f0 rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e at option.rs:674:15 [opt]
|
||||
frame #2: 0x00000001050f19dc rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e [inlined] std::sys::common::thread_local::lazy::LazyKeyInner$LT$T$GT$::get::h675e54a204ca8b72(self=<unavailable>) at mod.rs:46:42 [opt]
|
||||
frame #3: 0x00000001050f19dc rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e [inlined] std::sys::common::thread_local::fast_local::Key$LT$T$GT$::get::h18d95d4ca32d0834(self=<unavailable>, init={closure_env#0} @ 0x00006000032f87e0) at fast_local.rs:171:19 [opt]
|
||||
frame #4: 0x00000001050f19dc rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e [inlined] parking_lot_core::parking_lot::with_thread_data::THREAD_DATA::__getit::h50f1aae5bcdf1454(init=Option<&mut core::option::Option<parking_lot_core::parking_lot::ThreadData>> @ 0x00006000032f8870) at fast_local.rs:91:21 [opt]
|
||||
frame #5: 0x00000001050f19dc rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e [inlined] std::thread::local::LocalKey$LT$T$GT$::try_with::h4dd06b279f18bb4e(self=<unavailable>, f=<unavailable>) at local.rs:269:32 [opt]
|
||||
frame #6: 0x00000001050f19dc rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e at parking_lot.rs:203:27 [opt]
|
||||
frame #7: 0x00000001050f19d8 rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e(key=105553170890768) at parking_lot.rs:1231:9 [opt]
|
||||
frame #8: 0x0000000104e95b18 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] parking_lot_core::parking_lot::deadlock::release_resource::hb76fc449fd876904 at parking_lot.rs:1130:9 [opt]
|
||||
frame #9: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] parking_lot::raw_rwlock::RawRwLock::deadlock_release::h9a0f2addf3cf5a39 at raw_rwlock.rs:1146:18 [opt]
|
||||
frame #10: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::unlock_shared::hea004debead67c32(self=<unavailable>) at raw_rwlock.rs:130:14 [opt]
|
||||
frame #11: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$lock_api..rwlock..RwLockReadGuard$LT$R$C$T$GT$$u20$as$u20$core..ops..drop..Drop$GT$::drop::h0fa0333e78a156b7(self=<unavailable>) at rwlock.rs:1372:13 [opt]
|
||||
frame #12: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::ptr::drop_in_place$LT$lock_api..rwlock..RwLockReadGuard$LT$parking_lot..raw_rwlock..RawRwLock$C$librqbit..torrent_state..TorrentStateLocked$GT$$GT$::h37e2eada005d8e1e((null)=<unavailable>) at mod.rs:497:1 [opt]
|
||||
frame #13: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::ptr::drop_in_place$LT$librqbit..torrent_state..timed_existence..TimedExistence$LT$lock_api..rwlock..RwLockReadGuard$LT$parking_lot..raw_rwlock..RawRwLock$C$librqbit..torrent_state..TorrentStateLocked$GT$$GT$$GT$::h0cbca05e47c1d35d((null)=<unavailable>) at mod.rs:497:1 [opt]
|
||||
frame #14: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1123:48 [opt]
|
||||
frame #15: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #16: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #17: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #18: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014d0ab220, cx=Context @ 0x000000016ccf6508) at core.rs:317:30 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x00006000032a5e70, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #25: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #26: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014d0ab220, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #27: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #28: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #29: 0x00000001050b0894 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #30: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #31: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at worker.rs:640:22 [opt]
|
||||
frame #32: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #33: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x00006000032e4120) at coop.rs:73:5 [opt]
|
||||
frame #34: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016ccf6bf0, task=<unavailable>, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #35: 0x00000001050b02dc rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016ccf6bf0, core=0x0000600002c08640) at worker.rs:0 [opt]
|
||||
frame #36: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #37: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014c840838, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #38: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #40: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #41: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016ccf6be8, f={closure_env#0} @ 0x00006000032e4350) at context.rs:176:17 [opt]
|
||||
frame #42: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #43: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x00006000032e4430) at runtime.rs:65:16 [opt]
|
||||
frame #44: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #45: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #46: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #47: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #48: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #49: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014ba2d8a0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #50: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x00006000032e45e0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #54: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #55: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014ba2d8a0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #56: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #57: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #58: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #59: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #60: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x00006000032e47d0) at pool.rs:159:9 [opt]
|
||||
frame #61: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #62: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #63: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016ccf6f30) at backtrace.rs:154:18 [opt]
|
||||
frame #64: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #67: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #68: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #69: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #70: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a105c0, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #71: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #72: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #73: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #74: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #10, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::sync::atomic::atomic_load::hf120a370de74ca2a(dst=0x0000600003418010, order=Relaxed) at atomic.rs:3187:24 [opt]
|
||||
frame #1: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at atomic.rs:3148:1 [opt]
|
||||
frame #2: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] parking_lot::raw_rwlock::RawRwLock::try_lock_shared_fast::hbc23fc918fc25738(self=0x0000600003418010, recursive=false) at raw_rwlock.rs:509:32 [opt]
|
||||
frame #3: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:108:13 [opt]
|
||||
frame #4: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #5: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #6: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #7: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=0x000000014ba04290, reason=&str @ 0x00006000032e4b40) at torrent_state.rs:533:29 [opt]
|
||||
frame #8: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #9: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #10: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #11: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #12: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #13: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #14: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014c033220, cx=Context @ 0x000000016d31a508) at core.rs:317:30 [opt]
|
||||
frame #15: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x00006000032f89b0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014c033220, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #22: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #23: 0x00000001050b0828 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #24: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #25: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::hdead63aea4a59933 at worker.rs:577:18 [opt]
|
||||
frame #26: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #27: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x00006000032f8bb0) at coop.rs:73:5 [opt]
|
||||
frame #28: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016d31abf0, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #29: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016d31abf0, core=0x0000600002c08230) at worker.rs:0 [opt]
|
||||
frame #30: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #31: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014d820e38, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #32: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #33: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #34: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #35: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016d31abe8, f={closure_env#0} @ 0x00006000032e4e10) at context.rs:176:17 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #37: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x00006000032e4ef0) at runtime.rs:65:16 [opt]
|
||||
frame #38: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #39: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #40: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #41: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #42: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #43: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014bd0faa0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #44: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #45: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x00006000032e50a0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #46: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #47: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014bd0faa0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #51: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #52: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #53: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #54: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x00006000032e5290) at pool.rs:159:9 [opt]
|
||||
frame #55: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #56: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #57: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016d31af30) at backtrace.rs:154:18 [opt]
|
||||
frame #58: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #59: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #60: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #61: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #64: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a15c40, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #65: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #66: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #67: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #68: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
|
|
@ -1,622 +0,0 @@
|
|||
(lldb) command script import "/Users/igor/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/etc/lldb_lookup.py"
|
||||
(lldb) command source -s 0 '/Users/igor/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/etc/lldb_commands'
|
||||
(lldb) type synthetic add -l lldb_lookup.synthetic_lookup -x ".*" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)String$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^&(mut )?str$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^&(mut )?\\[.+\\]$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::ffi::([a-z_]+::)+)OsString$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Vec<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)VecDeque<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)BTreeSet<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)BTreeMap<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::collections::([a-z_]+::)+)HashMap<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::collections::([a-z_]+::)+)HashSet<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Rc<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Arc<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)Cell<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)Ref<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)RefMut<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)RefCell<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^core::num::([a-z_]+::)*NonZero.+$" --category Rust
|
||||
(lldb) type category enable Rust
|
||||
(lldb) process attach --pid 70468
|
||||
Process 70468 stopped
|
||||
* thread #1, name = 'main', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
|
||||
frame #0: 0x000000018c11c0ac libsystem_kernel.dylib`__psynch_cvwait + 8
|
||||
libsystem_kernel.dylib`:
|
||||
-> 0x18c11c0ac <+8>: b.lo 0x18c11c0cc ; <+40>
|
||||
0x18c11c0b0 <+12>: pacibsp
|
||||
0x18c11c0b4 <+16>: stp x29, x30, [sp, #-0x10]!
|
||||
0x18c11c0b8 <+20>: mov x29, sp
|
||||
Target 0: (rqbit) stopped.
|
||||
Executable module set to "/Users/igor/projects/2021-06-rust-qbittorrent/target/release/rqbit".
|
||||
Architecture set to: arm64-apple-macosx-.
|
||||
(lldb) bt all
|
||||
(lldb) thread backtrace all
|
||||
thread #2, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c118908 libsystem_kernel.dylib`swtch_pri + 8
|
||||
frame #1: 0x000000018c155ed8 libsystem_pthread.dylib`cthread_yield + 32
|
||||
frame #2: 0x00000001051b76c8 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::thread_parker::imp::thread_yield::h227973beb6a1850c at unix.rs:255:5 [opt]
|
||||
frame #3: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::spinwait::SpinWait::spin::h5cfc83bbc083ea7f(self=<unavailable>) at spinwait.rs:56:13 [opt]
|
||||
frame #4: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:1078:65 [opt]
|
||||
frame #5: 0x00000001051b7360 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5(self=0x0000600003418010, recursive=<unavailable>, timeout=<unavailable>) at raw_rwlock.rs:719:9 [opt]
|
||||
frame #6: 0x0000000104e95d44 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:109:26 [opt]
|
||||
frame #7: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #8: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #9: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #10: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x0000600000cc7430) at torrent_state.rs:533:29 [opt]
|
||||
frame #11: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #12: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #13: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #14: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #15: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014c03aa20, cx=Context @ 0x000000016b2c2508) at core.rs:317:30 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000ccfdf0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014c03aa20, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #25: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #26: 0x00000001050b0828 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #27: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #28: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::hdead63aea4a59933 at worker.rs:577:18 [opt]
|
||||
frame #29: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #30: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000cc1810) at coop.rs:73:5 [opt]
|
||||
frame #31: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016b2c2bf0, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #32: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016b2c2bf0, core=0x0000600002c09360) at worker.rs:0 [opt]
|
||||
frame #33: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #34: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014a008238, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #35: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #37: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016b2c2be8, f={closure_env#0} @ 0x0000600000cb03b0) at context.rs:176:17 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #40: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000cb0430) at runtime.rs:65:16 [opt]
|
||||
frame #41: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #42: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #43: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #44: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #45: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #46: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014bd287a0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #47: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000cb8030, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014bd287a0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #54: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #55: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #56: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #57: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000cb9f80) at pool.rs:159:9 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #59: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #60: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016b2c2f30) at backtrace.rs:154:18 [opt]
|
||||
frame #61: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #67: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0c700, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #68: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #69: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #70: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #71: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #3, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c118908 libsystem_kernel.dylib`swtch_pri + 8
|
||||
frame #1: 0x000000018c155ed8 libsystem_pthread.dylib`cthread_yield + 32
|
||||
frame #2: 0x00000001051b76c8 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::thread_parker::imp::thread_yield::h227973beb6a1850c at unix.rs:255:5 [opt]
|
||||
frame #3: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::spinwait::SpinWait::spin::h5cfc83bbc083ea7f(self=<unavailable>) at spinwait.rs:56:13 [opt]
|
||||
frame #4: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:1078:65 [opt]
|
||||
frame #5: 0x00000001051b7360 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5(self=0x0000600003418010, recursive=<unavailable>, timeout=<unavailable>) at raw_rwlock.rs:719:9 [opt]
|
||||
frame #6: 0x0000000104e95d44 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:109:26 [opt]
|
||||
frame #7: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #8: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #9: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #10: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x0000600000ced550) at torrent_state.rs:533:29 [opt]
|
||||
frame #11: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #12: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #13: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #14: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #15: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014d105a20, cx=Context @ 0x000000016b4ce508) at core.rs:317:30 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000cbeb50, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014d105a20, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #25: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #26: 0x00000001050b0894 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #27: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #28: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at worker.rs:640:22 [opt]
|
||||
frame #29: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #30: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000cbaa00) at coop.rs:73:5 [opt]
|
||||
frame #31: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016b4cebf0, task=<unavailable>, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #32: 0x00000001050b02dc rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016b4cebf0, core=0x0000600002c085a0) at worker.rs:0 [opt]
|
||||
frame #33: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #34: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014a808238, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #35: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #37: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016b4cebe8, f={closure_env#0} @ 0x0000600000cb11f0) at context.rs:176:17 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #40: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000cb12d0) at runtime.rs:65:16 [opt]
|
||||
frame #41: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #42: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #43: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #44: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #45: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #46: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x0000000149611ca0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #47: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000cb1480, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x0000000149611ca0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #54: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #55: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #56: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #57: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000cb1670) at pool.rs:159:9 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #59: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #60: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016b4cef30) at backtrace.rs:154:18 [opt]
|
||||
frame #61: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #67: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0ccc0, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #68: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #69: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #70: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #71: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #4, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c118908 libsystem_kernel.dylib`swtch_pri + 8
|
||||
frame #1: 0x000000018c155ed8 libsystem_pthread.dylib`cthread_yield + 32
|
||||
frame #2: 0x00000001051b76c8 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::thread_parker::imp::thread_yield::h227973beb6a1850c at unix.rs:255:5 [opt]
|
||||
frame #3: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::spinwait::SpinWait::spin::h5cfc83bbc083ea7f(self=<unavailable>) at spinwait.rs:56:13 [opt]
|
||||
frame #4: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:1078:65 [opt]
|
||||
frame #5: 0x00000001051b7360 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5(self=0x0000600003418010, recursive=<unavailable>, timeout=<unavailable>) at raw_rwlock.rs:719:9 [opt]
|
||||
frame #6: 0x0000000104e95d44 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:109:26 [opt]
|
||||
frame #7: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #8: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #9: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #10: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x0000600000cb1820) at torrent_state.rs:533:29 [opt]
|
||||
frame #11: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #12: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #13: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #14: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #15: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014a80c020, cx=Context @ 0x000000016b6da508) at core.rs:317:30 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000cb1a80, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014a80c020, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #25: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #26: 0x00000001050b0828 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #27: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #28: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::hdead63aea4a59933 at worker.rs:577:18 [opt]
|
||||
frame #29: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #30: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000cbeea0) at coop.rs:73:5 [opt]
|
||||
frame #31: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016b6dabf0, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #32: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016b6dabf0, core=0x0000600002c08460) at worker.rs:0 [opt]
|
||||
frame #33: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #34: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014b008238, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #35: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #37: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016b6dabe8, f={closure_env#0} @ 0x0000600000cb1d70) at context.rs:176:17 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #40: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000cb1e50) at runtime.rs:65:16 [opt]
|
||||
frame #41: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #42: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #43: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #44: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #45: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #46: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014b9122a0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #47: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000cb2000, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014b9122a0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #54: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #55: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #56: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #57: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000cbf010) at pool.rs:159:9 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #59: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #60: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016b6daf30) at backtrace.rs:154:18 [opt]
|
||||
frame #61: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #67: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0c880, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #68: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #69: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #70: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #71: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #5, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x0000000104e95ac8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::sync::atomic::atomic_compare_exchange_weak::hb499d92b8580d344(dst=0x0000600003418010, old=32, new=<unavailable>, success=Acquire, failure=Relaxed) at atomic.rs:3297:35 [opt]
|
||||
frame #1: 0x0000000104e95ac0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at atomic.rs:3148:1 [opt]
|
||||
frame #2: 0x0000000104e95ac0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at raw_rwlock.rs:531:18 [opt]
|
||||
frame #3: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:108:13 [opt]
|
||||
frame #4: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #5: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #6: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #7: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x0000600000cbf3a0) at torrent_state.rs:533:29 [opt]
|
||||
frame #8: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #9: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #10: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #11: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #12: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #13: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #14: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014c813020, cx=Context @ 0x000000016b8e6508) at core.rs:317:30 [opt]
|
||||
frame #15: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000cb1910, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014c813020, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #22: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #23: 0x00000001050b0828 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #24: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #25: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::hdead63aea4a59933 at worker.rs:577:18 [opt]
|
||||
frame #26: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #27: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000cb2390) at coop.rs:73:5 [opt]
|
||||
frame #28: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016b8e6bf0, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #29: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016b8e6bf0, core=0x0000600002c08550) at worker.rs:0 [opt]
|
||||
frame #30: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #31: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014a808838, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #32: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #33: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #34: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #35: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016b8e6be8, f={closure_env#0} @ 0x0000600000cbf720) at context.rs:176:17 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #37: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000cbf800) at runtime.rs:65:16 [opt]
|
||||
frame #38: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #39: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #40: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #41: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #42: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #43: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x0000000149705a20, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #44: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #45: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000cb2570, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #46: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #47: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x0000000149705a20, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #51: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #52: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #53: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #54: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000cb2760) at pool.rs:159:9 [opt]
|
||||
frame #55: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #56: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #57: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016b8e6f30) at backtrace.rs:154:18 [opt]
|
||||
frame #58: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #59: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #60: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #61: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #64: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0c580, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #65: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #66: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #67: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #68: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #6, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c160cb4 libdyld.dylib`tlv_get_addr + 4
|
||||
frame #1: 0x00000001050f1848 rqbit`parking_lot_core::parking_lot::deadlock_impl::acquire_resource::h4b57e37aaa25ef51 at option.rs:674:15 [opt]
|
||||
frame #2: 0x00000001050f1834 rqbit`parking_lot_core::parking_lot::deadlock_impl::acquire_resource::h4b57e37aaa25ef51 [inlined] std::sys::common::thread_local::lazy::LazyKeyInner$LT$T$GT$::get::h675e54a204ca8b72(self=<unavailable>) at mod.rs:46:42 [opt]
|
||||
frame #3: 0x00000001050f1834 rqbit`parking_lot_core::parking_lot::deadlock_impl::acquire_resource::h4b57e37aaa25ef51 [inlined] std::sys::common::thread_local::fast_local::Key$LT$T$GT$::get::h18d95d4ca32d0834(self=<unavailable>, init={closure_env#0} @ 0x0000600000cb29b0) at fast_local.rs:171:19 [opt]
|
||||
frame #4: 0x00000001050f1834 rqbit`parking_lot_core::parking_lot::deadlock_impl::acquire_resource::h4b57e37aaa25ef51 [inlined] parking_lot_core::parking_lot::with_thread_data::THREAD_DATA::__getit::h50f1aae5bcdf1454(init=Option<&mut core::option::Option<parking_lot_core::parking_lot::ThreadData>> @ 0x0000600000cb2a40) at fast_local.rs:91:21 [opt]
|
||||
frame #5: 0x00000001050f1834 rqbit`parking_lot_core::parking_lot::deadlock_impl::acquire_resource::h4b57e37aaa25ef51 [inlined] std::thread::local::LocalKey$LT$T$GT$::try_with::ha92f6a69e500126b(self=<unavailable>, f=<unavailable>) at local.rs:269:32 [opt]
|
||||
frame #6: 0x00000001050f1834 rqbit`parking_lot_core::parking_lot::deadlock_impl::acquire_resource::h4b57e37aaa25ef51 at parking_lot.rs:203:27 [opt]
|
||||
frame #7: 0x00000001050f1830 rqbit`parking_lot_core::parking_lot::deadlock_impl::acquire_resource::h4b57e37aaa25ef51(key=105553170890769) at parking_lot.rs:1225:9 [opt]
|
||||
frame #8: 0x0000000104e95ae4 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at parking_lot.rs:1114:9 [opt]
|
||||
frame #9: 0x0000000104e95adc rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] parking_lot::raw_rwlock::RawRwLock::deadlock_acquire::h6d2ed16f2cf77845 at raw_rwlock.rs:1141:18 [opt]
|
||||
frame #10: 0x0000000104e95ad0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:112:14 [opt]
|
||||
frame #11: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #12: 0x0000000104e95ab0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #13: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #14: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x0000600000cbf990) at torrent_state.rs:533:29 [opt]
|
||||
frame #15: 0x0000000104e95aa8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #16: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #17: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #18: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #19: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014d82ec20, cx=Context @ 0x000000016baf2508) at core.rs:317:30 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000cbfbb0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #25: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #26: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #27: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014d82ec20, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #28: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #29: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #30: 0x00000001050b0894 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #31: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #32: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at worker.rs:640:22 [opt]
|
||||
frame #33: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #34: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000cbfda0) at coop.rs:73:5 [opt]
|
||||
frame #35: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016baf2bf0, task=<unavailable>, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #36: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016baf2bf0, core=0x0000600002c085f0) at worker.rs:0 [opt]
|
||||
frame #37: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #38: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014a008838, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #39: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #40: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #41: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #42: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016baf2be8, f={closure_env#0} @ 0x0000600000cb2c50) at context.rs:176:17 [opt]
|
||||
frame #43: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #44: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000cb2d30) at runtime.rs:65:16 [opt]
|
||||
frame #45: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #46: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #47: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #48: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #49: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #50: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x00000001497085a0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #51: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000ced720, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #54: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #55: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #56: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x00000001497085a0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #57: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #58: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #59: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #60: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #61: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000ced910) at pool.rs:159:9 [opt]
|
||||
frame #62: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #63: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #64: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016baf2f30) at backtrace.rs:154:18 [opt]
|
||||
frame #65: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #67: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #68: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #69: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #70: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #71: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0cc40, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #72: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #73: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #74: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #75: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #7, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x00000001050f1a6c rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e at intrinsics.rs:2778:9 [opt]
|
||||
frame #1: 0x00000001050f1a6c rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e at mod.rs:1465:13 [opt]
|
||||
frame #2: 0x00000001050f1a68 rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e at parking_lot.rs:1239:17 [opt]
|
||||
frame #3: 0x00000001050f1a3c rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e at parking_lot.rs:207:5 [opt]
|
||||
frame #4: 0x00000001050f19d8 rqbit`parking_lot_core::parking_lot::deadlock_impl::release_resource::he933759fd139805e(key=105553170890768) at parking_lot.rs:1231:9 [opt]
|
||||
frame #5: 0x0000000104e95b18 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] parking_lot_core::parking_lot::deadlock::release_resource::hb76fc449fd876904 at parking_lot.rs:1130:9 [opt]
|
||||
frame #6: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] parking_lot::raw_rwlock::RawRwLock::deadlock_release::h9a0f2addf3cf5a39 at raw_rwlock.rs:1146:18 [opt]
|
||||
frame #7: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::unlock_shared::hea004debead67c32(self=<unavailable>) at raw_rwlock.rs:130:14 [opt]
|
||||
frame #8: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$lock_api..rwlock..RwLockReadGuard$LT$R$C$T$GT$$u20$as$u20$core..ops..drop..Drop$GT$::drop::h0fa0333e78a156b7(self=<unavailable>) at rwlock.rs:1372:13 [opt]
|
||||
frame #9: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::ptr::drop_in_place$LT$lock_api..rwlock..RwLockReadGuard$LT$parking_lot..raw_rwlock..RawRwLock$C$librqbit..torrent_state..TorrentStateLocked$GT$$GT$::h37e2eada005d8e1e((null)=<unavailable>) at mod.rs:497:1 [opt]
|
||||
frame #10: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] core::ptr::drop_in_place$LT$librqbit..torrent_state..timed_existence..TimedExistence$LT$lock_api..rwlock..RwLockReadGuard$LT$parking_lot..raw_rwlock..RawRwLock$C$librqbit..torrent_state..TorrentStateLocked$GT$$GT$$GT$::h0cbca05e47c1d35d((null)=<unavailable>) at mod.rs:497:1 [opt]
|
||||
frame #11: 0x0000000104e95b10 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1123:48 [opt]
|
||||
frame #12: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #13: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #14: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #15: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014a02f220, cx=Context @ 0x000000016bf0a508) at core.rs:317:30 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000cb2fc0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014a02f220, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #25: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #26: 0x00000001050b0894 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #27: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #28: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at worker.rs:640:22 [opt]
|
||||
frame #29: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #30: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000cb31c0) at coop.rs:73:5 [opt]
|
||||
frame #31: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016bf0abf0, task=<unavailable>, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #32: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016bf0abf0, core=0x0000600002c08690) at worker.rs:0 [opt]
|
||||
frame #33: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #34: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014b008e38, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #35: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #37: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016bf0abe8, f={closure_env#0} @ 0x0000600000cac5f0) at context.rs:176:17 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #40: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000cac6d0) at runtime.rs:65:16 [opt]
|
||||
frame #41: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #42: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #43: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #44: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #45: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #46: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014bd1a120, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #47: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000cac880, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014bd1a120, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #54: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #55: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #56: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #57: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000caca70) at pool.rs:159:9 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #59: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #60: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016bf0af30) at backtrace.rs:154:18 [opt]
|
||||
frame #61: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #67: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a0ca40, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #68: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #69: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #70: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #71: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #8
|
||||
frame #0: 0x000000018c11a564 libsystem_kernel.dylib`__workq_kernreturn + 8
|
||||
thread #9, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c118908 libsystem_kernel.dylib`swtch_pri + 8
|
||||
frame #1: 0x000000018c155ed8 libsystem_pthread.dylib`cthread_yield + 32
|
||||
frame #2: 0x00000001051b76c8 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::thread_parker::imp::thread_yield::h227973beb6a1850c at unix.rs:255:5 [opt]
|
||||
frame #3: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::spinwait::SpinWait::spin::h5cfc83bbc083ea7f(self=<unavailable>) at spinwait.rs:56:13 [opt]
|
||||
frame #4: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:1078:65 [opt]
|
||||
frame #5: 0x00000001051b7360 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5(self=0x0000600003418010, recursive=<unavailable>, timeout=<unavailable>) at raw_rwlock.rs:719:9 [opt]
|
||||
frame #6: 0x0000000104e95d44 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:109:26 [opt]
|
||||
frame #7: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #8: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #9: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #10: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x0000600000cb3320) at torrent_state.rs:533:29 [opt]
|
||||
frame #11: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #12: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #13: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #14: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #15: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014d0ab220, cx=Context @ 0x000000016ccf6508) at core.rs:317:30 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000cb34d0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014d0ab220, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #25: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #26: 0x00000001050b0894 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #27: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #28: 0x00000001050b0884 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at worker.rs:640:22 [opt]
|
||||
frame #29: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #30: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000cb36c0) at coop.rs:73:5 [opt]
|
||||
frame #31: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016ccf6bf0, task=<unavailable>, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #32: 0x00000001050b02dc rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016ccf6bf0, core=0x0000600002c08640) at worker.rs:0 [opt]
|
||||
frame #33: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #34: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014c840838, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #35: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #37: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016ccf6be8, f={closure_env#0} @ 0x0000600000cacec0) at context.rs:176:17 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #40: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000cacfa0) at runtime.rs:65:16 [opt]
|
||||
frame #41: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #42: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #43: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #44: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #45: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #46: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014ba2d8a0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #47: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000cad150, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014ba2d8a0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #54: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #55: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #56: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #57: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000cad340) at pool.rs:159:9 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #59: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #60: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016ccf6f30) at backtrace.rs:154:18 [opt]
|
||||
frame #61: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #67: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a105c0, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #68: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #69: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #70: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #71: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #10, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c118908 libsystem_kernel.dylib`swtch_pri + 8
|
||||
frame #1: 0x000000018c155ed8 libsystem_pthread.dylib`cthread_yield + 32
|
||||
frame #2: 0x00000001051b76c8 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::thread_parker::imp::thread_yield::h227973beb6a1850c at unix.rs:255:5 [opt]
|
||||
frame #3: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 [inlined] parking_lot_core::spinwait::SpinWait::spin::h5cfc83bbc083ea7f(self=<unavailable>) at spinwait.rs:56:13 [opt]
|
||||
frame #4: 0x00000001051b76c4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5 at raw_rwlock.rs:1078:65 [opt]
|
||||
frame #5: 0x00000001051b7360 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_shared_slow::h792812c0d93435a5(self=0x0000600003418010, recursive=<unavailable>, timeout=<unavailable>) at raw_rwlock.rs:719:9 [opt]
|
||||
frame #6: 0x0000000104e95d44 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h75e69a78909e2622(self=0x0000600003418010) at raw_rwlock.rs:109:26 [opt]
|
||||
frame #7: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at rwlock.rs:459:9 [opt]
|
||||
frame #8: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::_$u7b$$u7b$closure$u7d$$u7d$::h72b3d81d214d5c52 at torrent_state.rs:533:59 [opt]
|
||||
frame #9: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:332:9 [opt]
|
||||
frame #10: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::TorrentState::lock_read::ha7825068a8338bac(self=<unavailable>, reason=&str @ 0x0000600000cb3a10) at torrent_state.rs:533:29 [opt]
|
||||
frame #11: 0x0000000104e95d30 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h692f3c4437556b14((null)=<unavailable>) at torrent_state.rs:1119:20 [opt]
|
||||
frame #12: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 at torrent_state.rs:1040:32 [opt]
|
||||
frame #13: 0x0000000104e95808 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hcc3e5fa8d786a743((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #14: 0x0000000104e957f0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hed6fd95344b07d89(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #15: 0x0000000104edf4ac rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at core.rs:328:17 [opt]
|
||||
frame #16: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at unsafe_cell.rs:16:9 [opt]
|
||||
frame #17: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd8084351a648b2e8(self=0x000000014c033220, cx=Context @ 0x000000016d31a508) at core.rs:317:30 [opt]
|
||||
frame #18: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:485:19 [opt]
|
||||
frame #19: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::heb85fe2e94fc17f4(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000cb3c10, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #20: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:504:40 [opt]
|
||||
frame #21: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panicking.rs:468:19 [opt]
|
||||
frame #22: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at panic.rs:142:14 [opt]
|
||||
frame #23: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb [inlined] tokio::runtime::task::harness::poll_future::h4b6b1da99765b35e(core=0x000000014c033220, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #24: 0x0000000104edf494 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb at harness.rs:208:27 [opt]
|
||||
frame #25: 0x0000000104edf44c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h9db827915f8cebbb(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#7}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #26: 0x00000001050b0828 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at raw.rs:201:18 [opt]
|
||||
frame #27: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at mod.rs:408:9 [opt]
|
||||
frame #28: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::hdead63aea4a59933 at worker.rs:577:18 [opt]
|
||||
frame #29: 0x00000001050b0818 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 at coop.rs:107:5 [opt]
|
||||
frame #30: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0 [inlined] tokio::runtime::coop::budget::hf098506da6b6dcd5(f={closure_env#0} @ 0x0000600000cad5d0) at coop.rs:73:5 [opt]
|
||||
frame #31: 0x00000001050b07a4 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h8a5df1bcd23551a0(self=0x000000016d31abf0, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #32: 0x00000001050b014c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::hb081d14dc80be0e5(self=0x000000016d31abf0, core=0x0000600002c08230) at worker.rs:0 [opt]
|
||||
frame #33: 0x00000001050ac850 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16 at worker.rs:491:21 [opt]
|
||||
frame #34: 0x00000001050ac834 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h94a3d3f5419c2c16(self=0x000000014d820e38, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #35: 0x00000001050aa5f4 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd0d4ddd8549e3bc1(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #36: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:270:16 [opt]
|
||||
frame #37: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at local.rs:246:9 [opt]
|
||||
frame #38: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 [inlined] tokio::runtime::context::set_scheduler::he51257910926dd59(v=0x000000016d31abe8, f={closure_env#0} @ 0x0000600000cad750) at context.rs:176:17 [opt]
|
||||
frame #39: 0x00000001050aa5d8 rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844 at worker.rs:486:9 [opt]
|
||||
frame #40: 0x00000001050aa57c rqbit`tokio::runtime::context::runtime::enter_runtime::h6d45468550926844(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000cad830) at runtime.rs:65:16 [opt]
|
||||
frame #41: 0x00000001050af890 rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h605e71e60e13e79e(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #42: 0x0000000104ec3c88 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed1a198ab1e77cfc at worker.rs:422:41 [opt]
|
||||
frame #43: 0x0000000104ec3c80 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at task.rs:42:21 [opt]
|
||||
frame #44: 0x0000000104ec3c70 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at core.rs:328:17 [opt]
|
||||
frame #45: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff at unsafe_cell.rs:16:9 [opt]
|
||||
frame #46: 0x0000000104ec3c54 rqbit`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h042122086ede0bff(self=0x000000014bd0faa0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #47: 0x0000000104ede674 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:485:19 [opt]
|
||||
frame #48: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hafe772827743095f(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000cad9e0, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #49: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:504:40 [opt]
|
||||
frame #50: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panicking.rs:468:19 [opt]
|
||||
frame #51: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at panic.rs:142:14 [opt]
|
||||
frame #52: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf [inlined] tokio::runtime::task::harness::poll_future::hb998a69004fdf925(core=0x000000014bd0faa0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #53: 0x0000000104ede668 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf at harness.rs:208:27 [opt]
|
||||
frame #54: 0x0000000104ede638 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h46f37749b1d53cbf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#7}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #55: 0x00000001050a98ec rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at raw.rs:201:18 [opt]
|
||||
frame #56: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 at mod.rs:445:9 [opt]
|
||||
frame #57: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1 [inlined] tokio::runtime::blocking::pool::Task::run::h21911ac38630eb67(self=Task @ 0x0000600000cadbd0) at pool.rs:159:9 [opt]
|
||||
frame #58: 0x00000001050a98dc rqbit`tokio::runtime::blocking::pool::Inner::run::h02d557f7bc931fb1(self=0x000000014960aba0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #59: 0x00000001050b7a68 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e at pool.rs:471:13 [opt]
|
||||
frame #60: 0x00000001050b7a18 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbed9fd7bb3637d9e(f={closure_env#0} @ 0x000000016d31af30) at backtrace.rs:154:18 [opt]
|
||||
frame #61: 0x00000001050b4548 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h7f67dfce3ab31a5d at mod.rs:529:17 [opt]
|
||||
frame #62: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf75b81ee1f1ecc53(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:271:9 [opt]
|
||||
frame #63: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::do_call::h70fe9debea105e29(data=<unavailable>) at panicking.rs:504:40 [opt]
|
||||
frame #64: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panicking::try::h8d1b5c81698e17e7(f=<unavailable>) at panicking.rs:468:19 [opt]
|
||||
frame #65: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::panic::catch_unwind::h6db9dfcd09e26eed at panic.rs:142:14 [opt]
|
||||
frame #66: 0x00000001050b4540 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hacf5732c0539f8d1 at mod.rs:528:30 [opt]
|
||||
frame #67: 0x00000001050b44e8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h30833ac8b8597211((null)=0x0000600001a15c40, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #68: 0x0000000105174910 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h1a3369d594f8403a at boxed.rs:2007:9 [opt]
|
||||
frame #69: 0x0000000105174904 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h28c1deeabe368221 at boxed.rs:2007:9 [opt]
|
||||
frame #70: 0x0000000105174900 rqbit`std::sys::unix::thread::Thread::new::thread_start::h616a123cfe4994dc at thread.rs:108:17 [opt]
|
||||
frame #71: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
|
|
@ -1,406 +0,0 @@
|
|||
Analysis of sampling rqbit (pid 39545) every 1 millisecond
|
||||
Process: rqbit [39545]
|
||||
Path: /Users/USER/*/rqbit
|
||||
Load Address: 0x10264c000
|
||||
Identifier: rqbit
|
||||
Version: 0
|
||||
Code Type: ARM64
|
||||
Platform: macOS
|
||||
Parent Process: bash [2715]
|
||||
|
||||
Date/Time: 2023-11-19 16:00:58.811 +0000
|
||||
Launch Time: 2023-11-19 15:58:49.276 +0000
|
||||
OS Version: macOS 14.1 (23B74)
|
||||
Report Version: 7
|
||||
Analysis Tool: /usr/bin/sample
|
||||
|
||||
Physical footprint: 17.4M
|
||||
Physical footprint (peak): 17.7M
|
||||
Idle exit: untracked
|
||||
----
|
||||
|
||||
Call graph:
|
||||
2496 Thread_2473110 DispatchQueue_1: com.apple.main-thread (serial)
|
||||
+ 2496 start (in dyld) + 2360 [0x18bddd0e0]
|
||||
+ 2496 main (in rqbit) + 32 [0x1026b1f08]
|
||||
+ 2496 std::rt::lang_start::h04f5c4882f962a27 (in rqbit) + 44 [0x1026e2a14] rt.rs:166
|
||||
+ 2496 std::rt::lang_start_internal::hea4720c823b0b053 (in rqbit) + 648 [0x102a363d0]
|
||||
+ 2496 std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::h3010a9b861ca5a8b (in rqbit) + 24 [0x1026e2a38] rt.rs:167
|
||||
+ 2496 std::sys_common::backtrace::__rust_begin_short_backtrace::h8d4be33a1de940de (in rqbit) + 12 [0x10272dcd4] backtrace.rs:154
|
||||
+ 2496 rqbit::main::ha8e14d406850a710 (in rqbit) + 3604 [0x1026a7148] main.rs:196
|
||||
+ 2496 tokio::runtime::runtime::Runtime::block_on::hdf2b0630853c50c8 (in rqbit) + 484 [0x102732e94] runtime.rs:350
|
||||
+ 2496 tokio::runtime::park::CachedParkThread::block_on::hfa756e72f4e8a433 (in rqbit) + 248 [0x1026a1420] park.rs:286
|
||||
+ 2496 (.llvm.1541039607769432884) (in rqbit) + 256 [0x1029aebe4]
|
||||
+ 2496 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 2496 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
2496 Thread_2473123: tokio-runtime-worker
|
||||
+ 2496 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 2496 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 2496 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x102a42e44]
|
||||
+ 2496 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1029b9234]
|
||||
+ 2496 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1029aa300]
|
||||
+ 2496 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1029ad9dc]
|
||||
+ 2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h0309602a53f0123f (in rqbit) + 84 [0x1027a486c]
|
||||
+ 2496 std::panicking::try::hd618da3145605e84 (in rqbit) + 76 [0x1027a11d8]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1029b24f8]
|
||||
+ 2496 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1029b0bcc]
|
||||
+ 2496 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1029b6e8c]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1029b2d3c]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1029b33fc]
|
||||
+ 2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h21da183bbda8077a (in rqbit) + 120 [0x1027a4a18]
|
||||
+ 2496 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hbeb184dcc28d7bba (in rqbit) + 2960 [0x102795a94]
|
||||
+ 2496 librqbit::torrent_state::TorrentState::reserve_next_needed_piece::h603430c1fbfa17f1 (in rqbit) + 848 [0x102799bd4]
|
||||
+ 2496 parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h9d3b6f14a0167212 (in rqbit) + 720 [0x102a87a78]
|
||||
+ 2496 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 2496 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
2496 Thread_2473126: tokio-runtime-worker
|
||||
+ 2496 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 2496 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 2496 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x102a42e44]
|
||||
+ 2496 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1029b9234]
|
||||
+ 2496 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1029aa300]
|
||||
+ 2496 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1029ad9dc]
|
||||
+ 2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h0309602a53f0123f (in rqbit) + 84 [0x1027a486c]
|
||||
+ 2496 std::panicking::try::hd618da3145605e84 (in rqbit) + 76 [0x1027a11d8]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1029b24f8]
|
||||
+ 2496 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1029b0bcc]
|
||||
+ 2496 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1029b6e8c]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x1029b3090]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x1029b380c]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x1029ab774]
|
||||
+ 2496 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 2496 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
2496 Thread_2473127: tokio-runtime-worker
|
||||
+ 2496 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 2496 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 2496 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x102a42e44]
|
||||
+ 2496 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1029b9234]
|
||||
+ 2496 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1029aa300]
|
||||
+ 2496 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1029ad9dc]
|
||||
+ 2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h0309602a53f0123f (in rqbit) + 84 [0x1027a486c]
|
||||
+ 2496 std::panicking::try::hd618da3145605e84 (in rqbit) + 76 [0x1027a11d8]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1029b24f8]
|
||||
+ 2496 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1029b0bcc]
|
||||
+ 2496 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1029b6e8c]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1029b2d3c]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1029b33fc]
|
||||
+ 2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::heb4f8f45b2e96198 (in rqbit) + 124 [0x1027a6150]
|
||||
+ 2496 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h5ac692615a2018f5 (in rqbit) + 6312 [0x102793858]
|
||||
+ 2496 _$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h65d688d6310f8157 (in rqbit) + 6372 [0x1027c1994]
|
||||
+ 2496 _$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hf53675e40903f8fe (in rqbit) + 4720 [0x10279d73c]
|
||||
+ 2496 parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h9d3b6f14a0167212 (in rqbit) + 720 [0x102a87a78]
|
||||
+ 2496 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 2496 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
2496 Thread_2473128: tokio-runtime-worker
|
||||
+ 2496 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 2496 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 2496 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x102a42e44]
|
||||
+ 2496 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1029b9234]
|
||||
+ 2496 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1029aa300]
|
||||
+ 2496 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1029ad9dc]
|
||||
+ 2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h0309602a53f0123f (in rqbit) + 84 [0x1027a486c]
|
||||
+ 2496 std::panicking::try::hd618da3145605e84 (in rqbit) + 76 [0x1027a11d8]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1029b24f8]
|
||||
+ 2496 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1029b0bcc]
|
||||
+ 2496 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1029b6e8c]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2364 [0x1029b2ecc]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1029b33fc]
|
||||
+ 2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::heb4f8f45b2e96198 (in rqbit) + 124 [0x1027a6150]
|
||||
+ 2496 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h5ac692615a2018f5 (in rqbit) + 6312 [0x102793858]
|
||||
+ 2496 _$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h65d688d6310f8157 (in rqbit) + 6372 [0x1027c1994]
|
||||
+ 2496 _$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hf53675e40903f8fe (in rqbit) + 4720 [0x10279d73c]
|
||||
+ 2496 parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h9d3b6f14a0167212 (in rqbit) + 720 [0x102a87a78]
|
||||
+ 2496 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 2496 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
2496 Thread_2473132
|
||||
+ 2496 start_wqthread (in libsystem_pthread.dylib) + 8 [0x18c153e30]
|
||||
+ 2496 _pthread_wqthread (in libsystem_pthread.dylib) + 364 [0x18c155160]
|
||||
+ 2496 __workq_kernreturn (in libsystem_kernel.dylib) + 8 [0x18c11a564]
|
||||
2496 Thread_2473133: tokio-runtime-worker
|
||||
+ 2496 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 2496 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 2496 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x102a42e44]
|
||||
+ 2496 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1029b9234]
|
||||
+ 2496 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1029aa300]
|
||||
+ 2496 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1029ad9dc]
|
||||
+ 2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h0309602a53f0123f (in rqbit) + 84 [0x1027a486c]
|
||||
+ 2496 std::panicking::try::hd618da3145605e84 (in rqbit) + 76 [0x1027a11d8]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1029b24f8]
|
||||
+ 2496 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1029b0bcc]
|
||||
+ 2496 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1029b6e8c]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2364 [0x1029b2ecc]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1029b33fc]
|
||||
+ 2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::heb4f8f45b2e96198 (in rqbit) + 124 [0x1027a6150]
|
||||
+ 2496 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h5ac692615a2018f5 (in rqbit) + 6312 [0x102793858]
|
||||
+ 2496 _$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h65d688d6310f8157 (in rqbit) + 6372 [0x1027c1994]
|
||||
+ 2496 _$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hf53675e40903f8fe (in rqbit) + 4720 [0x10279d73c]
|
||||
+ 2496 parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h9d3b6f14a0167212 (in rqbit) + 720 [0x102a87a78]
|
||||
+ 2496 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 2496 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
2496 Thread_2473134: tokio-runtime-worker
|
||||
+ 2496 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 2496 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 2496 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x102a42e44]
|
||||
+ 2496 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1029b9234]
|
||||
+ 2496 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1029aa300]
|
||||
+ 2496 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1029ad9dc]
|
||||
+ 2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h0309602a53f0123f (in rqbit) + 84 [0x1027a486c]
|
||||
+ 2496 std::panicking::try::hd618da3145605e84 (in rqbit) + 76 [0x1027a11d8]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1029b24f8]
|
||||
+ 2496 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1029b0bcc]
|
||||
+ 2496 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1029b6e8c]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1029b2d3c]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1029b33fc]
|
||||
+ 2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::heb4f8f45b2e96198 (in rqbit) + 124 [0x1027a6150]
|
||||
+ 2496 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h5ac692615a2018f5 (in rqbit) + 6312 [0x102793858]
|
||||
+ 2496 _$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h65d688d6310f8157 (in rqbit) + 6372 [0x1027c1994]
|
||||
+ 2496 _$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hf53675e40903f8fe (in rqbit) + 10620 [0x10279ee48]
|
||||
+ 2496 librqbit::spawn_utils::BlockingSpawner::spawn_block_in_place::hf8fc1a4ea261bbba (in rqbit) + 300 [0x1027df6ac]
|
||||
+ 2496 (.llvm.5154940439965986783) (in rqbit) + 996 [0x1027e044c]
|
||||
+ 2496 parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h9d3b6f14a0167212 (in rqbit) + 720 [0x102a87a78]
|
||||
+ 2496 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 2496 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
2496 Thread_2473284: tokio-runtime-worker
|
||||
+ 2496 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 2496 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 2496 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x102a42e44]
|
||||
+ 2496 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1029b9234]
|
||||
+ 2496 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1029aa300]
|
||||
+ 2496 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1029ad9dc]
|
||||
+ 2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h0309602a53f0123f (in rqbit) + 84 [0x1027a486c]
|
||||
+ 2496 std::panicking::try::hd618da3145605e84 (in rqbit) + 76 [0x1027a11d8]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1029b24f8]
|
||||
+ 2496 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1029b0bcc]
|
||||
+ 2496 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1029b6e8c]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x1029b3090]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x1029b380c]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x1029ab774]
|
||||
+ 2496 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 2496 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
2496 Thread_2473287: tokio-runtime-worker
|
||||
+ 2496 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 2496 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 2496 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x102a42e44]
|
||||
+ 2496 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1029b9234]
|
||||
+ 2496 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1029aa300]
|
||||
+ 2496 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1029ad9dc]
|
||||
+ 2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h0309602a53f0123f (in rqbit) + 84 [0x1027a486c]
|
||||
+ 2496 std::panicking::try::hd618da3145605e84 (in rqbit) + 76 [0x1027a11d8]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1029b24f8]
|
||||
+ 2496 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1029b0bcc]
|
||||
+ 2496 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1029b6e8c]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1029b2d3c]
|
||||
+ 2496 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1029b33fc]
|
||||
+ 2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::heb4f8f45b2e96198 (in rqbit) + 124 [0x1027a6150]
|
||||
+ 2496 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h5ac692615a2018f5 (in rqbit) + 6312 [0x102793858]
|
||||
+ 2496 _$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h65d688d6310f8157 (in rqbit) + 6372 [0x1027c1994]
|
||||
+ 2496 _$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hf53675e40903f8fe (in rqbit) + 4736 [0x10279d74c]
|
||||
+ 2496 _$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_get_mut::h1a7e6edad4697927 (in rqbit) + 588 [0x1027ad4b4]
|
||||
+ 2496 dashmap::lock::RawRwLock::lock_exclusive_slow::h6fe43bf95e5e3917 (in rqbit) + 1168 [0x102a79b60]
|
||||
+ 2496 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 2496 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
2496 Thread_2473289: tokio-runtime-worker
|
||||
2496 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
2496 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
2496 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x102a42e44]
|
||||
2496 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1029b9234]
|
||||
2496 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1029aa300]
|
||||
2496 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1029ad9dc]
|
||||
2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h0309602a53f0123f (in rqbit) + 84 [0x1027a486c]
|
||||
2496 std::panicking::try::hd618da3145605e84 (in rqbit) + 76 [0x1027a11d8]
|
||||
2496 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1029b24f8]
|
||||
2496 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1029b0bcc]
|
||||
2496 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1029b6e8c]
|
||||
2496 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1029b2d3c]
|
||||
2496 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1029b33fc]
|
||||
2496 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::heb4f8f45b2e96198 (in rqbit) + 124 [0x1027a6150]
|
||||
2496 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h5ac692615a2018f5 (in rqbit) + 6312 [0x102793858]
|
||||
2496 _$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h65d688d6310f8157 (in rqbit) + 6372 [0x1027c1994]
|
||||
2496 _$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hf53675e40903f8fe (in rqbit) + 4720 [0x10279d73c]
|
||||
2496 parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h9d3b6f14a0167212 (in rqbit) + 720 [0x102a87a78]
|
||||
2496 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
2496 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
|
||||
Total number in stack (recursive counted multiple, when >=5):
|
||||
10 __psynch_cvwait (in libsystem_kernel.dylib) + 0 [0x18c11c0a4]
|
||||
10 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
9 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
9 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1029b9234]
|
||||
9 std::panicking::try::hd618da3145605e84 (in rqbit) + 76 [0x1027a11d8]
|
||||
9 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x102a42e44]
|
||||
9 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1029aa300]
|
||||
9 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
9 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1029ad9dc]
|
||||
9 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1029b0bcc]
|
||||
9 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1029b6e8c]
|
||||
9 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1029b24f8]
|
||||
9 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h0309602a53f0123f (in rqbit) + 84 [0x1027a486c]
|
||||
7 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1029b33fc]
|
||||
6 _$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h65d688d6310f8157 (in rqbit) + 6372 [0x1027c1994]
|
||||
6 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h5ac692615a2018f5 (in rqbit) + 6312 [0x102793858]
|
||||
6 parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h9d3b6f14a0167212 (in rqbit) + 720 [0x102a87a78]
|
||||
6 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::heb4f8f45b2e96198 (in rqbit) + 124 [0x1027a6150]
|
||||
5 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1029b2d3c]
|
||||
|
||||
Sort by top of stack, same collapsed (when >= 5):
|
||||
__psynch_cvwait (in libsystem_kernel.dylib) 24960
|
||||
__workq_kernreturn (in libsystem_kernel.dylib) 2496
|
||||
|
||||
Binary Images:
|
||||
0x10264c000 - 0x102bdbfe3 +rqbit (0) <EC4F450C-7A65-31A2-A31E-68D5F6DA4E13> /Users/*/rqbit
|
||||
0x18bd88000 - 0x18bdd6f08 libobjc.A.dylib (906) <49E2DCB3-F014-3FCF-949B-F5F57B3EF0A8> /usr/lib/libobjc.A.dylib
|
||||
0x18bdd7000 - 0x18be6b317 dyld (1.0.0 - 1122.1.2) <EC7A3BA0-F9BF-3AB8-A0F4-8622E5606B20> /usr/lib/dyld
|
||||
0x18be6c000 - 0x18be70ff8 libsystem_blocks.dylib (90) <A2904D7C-66C8-36E7-BC4B-D30025BA0351> /usr/lib/system/libsystem_blocks.dylib
|
||||
0x18be71000 - 0x18beb7fff libxpc.dylib (2679.40.6) <212B4ED6-CBB2-33DE-95C0-7F8A405B3EBD> /usr/lib/system/libxpc.dylib
|
||||
0x18beb8000 - 0x18bed2fff libsystem_trace.dylib (1481.40.16) <91ECA044-8462-3293-AEEA-183BF841CBA2> /usr/lib/system/libsystem_trace.dylib
|
||||
0x18bed3000 - 0x18bf70ff7 libcorecrypto.dylib (1608.40.12) <5258A992-DC2A-3A90-90F1-A64863C450A7> /usr/lib/system/libcorecrypto.dylib
|
||||
0x18bf71000 - 0x18bfa7fff libsystem_malloc.dylib (474.0.13) <901200AA-1016-3DAA-8816-5032588ED460> /usr/lib/system/libsystem_malloc.dylib
|
||||
0x18bfa8000 - 0x18bfeefff libdispatch.dylib (1462.0.4) <DC1D0187-7149-3100-BC63-F633AFEBEE6C> /usr/lib/system/libdispatch.dylib
|
||||
0x18bfef000 - 0x18bff1fff libsystem_featureflags.dylib (85) <3282C86B-3BD7-353A-AC3E-09BCC631BB1F> /usr/lib/system/libsystem_featureflags.dylib
|
||||
0x18bff2000 - 0x18c070ffb libsystem_c.dylib (1583.40.7) <DECB8685-F34A-3979-AFCB-71FB55747E41> /usr/lib/system/libsystem_c.dylib
|
||||
0x18c071000 - 0x18c0feff7 libc++.1.dylib (1600.151) <3702EEDE-997D-38E6-A6A1-C08EB22C375B> /usr/lib/libc++.1.dylib
|
||||
0x18c0ff000 - 0x18c116fff libc++abi.dylib (1600.151) <EDBB6DF0-72F9-3BC2-96FA-A86E05D3D305> /usr/lib/libc++abi.dylib
|
||||
0x18c117000 - 0x18c151fef libsystem_kernel.dylib (10002.41.9) <B7751381-1442-30B5-91B9-AD7BE461BEBE> /usr/lib/system/libsystem_kernel.dylib
|
||||
0x18c152000 - 0x18c15eff3 libsystem_pthread.dylib (519) <DAF95373-5DE6-39A1-A6CE-D87F3F0629CC> /usr/lib/system/libsystem_pthread.dylib
|
||||
0x18c15f000 - 0x18c183fff libdyld.dylib (1122.1.2) <D9526862-A8B2-3424-98E7-74D5A18F9250> /usr/lib/system/libdyld.dylib
|
||||
0x18c184000 - 0x18c18affb libsystem_platform.dylib (306.0.1) <FC8CD17B-8769-348C-8DCD-1BFED022F9E4> /usr/lib/system/libsystem_platform.dylib
|
||||
0x18c18b000 - 0x18c1b7ffb libsystem_info.dylib (583.0.1) <D4F1ECDB-5AA0-3733-81D9-C9529001A13C> /usr/lib/system/libsystem_info.dylib
|
||||
0x18c1b8000 - 0x18c68ffff com.apple.CoreFoundation (6.9 - 2106) <9F046E36-7286-3A6E-A280-699D6E47CFAF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
|
||||
0x18c690000 - 0x18c942fff com.apple.LaunchServices (1141.1 - 1141.1) <0C46B08C-2AA0-345C-BF3B-44F28B9DBB86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
|
||||
0x18ca8e000 - 0x18ce17fff libBLAS.dylib (1447) <25959BCE-50A3-3E96-8DB9-C9E15FD822C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
|
||||
0x18ce18000 - 0x18cf04ff7 com.apple.Lexicon-framework (1.0 - 134) <FC7205C8-BD91-3ECB-A9BF-9941820AC7D4> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
|
||||
0x18cf05000 - 0x18cf6bff7 libSparse.dylib (123) <E49166F6-F30F-33AC-8A95-72A506468607> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
|
||||
0x18cf6c000 - 0x18cffeffb com.apple.SystemConfiguration (1.21 - 1.21) <C4675C71-62CE-3C11-8A7B-57B201E24ECE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
|
||||
0x18cfff000 - 0x18d033ffb libCRFSuite.dylib (52) <CB535ED3-867C-3857-8545-FF09265E880D> /usr/lib/libCRFSuite.dylib
|
||||
0x18d2e2000 - 0x18df2ffff com.apple.Foundation (6.9 - 2106) <2126FD9A-52CE-3EB2-8640-B57535E073B8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
|
||||
0x18df30000 - 0x18e112fff com.apple.LanguageModeling (1.0 - 366.4.1) <8032B2E5-1A2E-341F-9287-14AD8FE4E8A4> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
|
||||
0x18ee80000 - 0x18f241fff com.apple.security (7.0 - 61040.41.1) <90771C8F-3085-3511-B628-31A4E990408B> /System/Library/Frameworks/Security.framework/Versions/A/Security
|
||||
0x18f242000 - 0x18f4faff7 libicucore.A.dylib (72123.15) <444D2FE1-A09C-369C-BE2E-929350EA2F0E> /usr/lib/libicucore.A.dylib
|
||||
0x18f4fb000 - 0x18f505ff7 libsystem_darwin.dylib (1583.40.7) <EF617F40-254D-325F-BA6B-382CB7D8BC89> /usr/lib/system/libsystem_darwin.dylib
|
||||
0x18f506000 - 0x18f80afff com.apple.CoreServices.CarbonCore (1333 - 1333) <049CCD7B-4151-3816-8FA8-A0BAD75AE69B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
|
||||
0x18f80b000 - 0x18f84afff com.apple.CoreServicesInternal (505 - 505) <5774EE20-DF1A-330E-A776-AEC79006908C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
|
||||
0x18f84b000 - 0x18f88bfff com.apple.CSStore (1141.1 - 1141.1) <75A298B2-F273-3922-97E8-94E19D2517CA> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
|
||||
0x18f88c000 - 0x18f96cfff com.apple.framework.IOKit (2.0.2 - 100065.40.4) <029AEE72-3595-3815-B603-22F4AAA2D06F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
|
||||
0x18f96d000 - 0x18f97dfff libsystem_notify.dylib (317) <D86A0878-9C5C-367C-8A6D-941C5E4C11C2> /usr/lib/system/libsystem_notify.dylib
|
||||
0x1912f5000 - 0x1913bdff7 libboringssl.dylib (480) <1657C102-7B93-3D24-8A87-8E16222EC9EC> /usr/lib/libboringssl.dylib
|
||||
0x1913be000 - 0x1913befff libnetwork.dylib (3762.41.2) <93791E09-CE36-37DE-8897-C32FC6D23F84> /usr/lib/libnetwork.dylib
|
||||
0x1913bf000 - 0x19178ffff com.apple.CFNetwork (1.0 - 1485) <1179E11A-65ED-33E1-9278-CC4904207F31> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
|
||||
0x191790000 - 0x1917a9ff7 libsystem_networkextension.dylib (1838.40.8) <11D8A745-1F2F-3493-872E-C58F13BBD4D2> /usr/lib/system/libsystem_networkextension.dylib
|
||||
0x1917aa000 - 0x1917abfff libenergytrace.dylib (23) <9E6D595D-4E2C-3630-A2DA-1E2586FEF628> /usr/lib/libenergytrace.dylib
|
||||
0x1917ac000 - 0x19181ffdf libMobileGestalt.dylib (1291.40.8) <952B56CC-68E9-3C78-A816-E44605605DE5> /usr/lib/libMobileGestalt.dylib
|
||||
0x191820000 - 0x191837fff libsystem_asl.dylib (398) <9833954F-A010-3492-810A-70F96E17266E> /usr/lib/system/libsystem_asl.dylib
|
||||
0x191838000 - 0x191858ffd com.apple.TCC (1.0 - 1) <C3715C17-3CE9-34B3-A5E7-28BF32CEA401> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
|
||||
0x192dd5000 - 0x192deefff com.apple.ProtocolBuffer (1 - 300.21.8.9.2) <F1D74636-90ED-3BB1-AC8E-02A1D3CC54FC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
|
||||
0x192def000 - 0x192f8bffb libsqlite3.dylib (349.3) <567CDD63-191D-36E4-959B-7DE47C7AFD7A> /usr/lib/libsqlite3.dylib
|
||||
0x193159000 - 0x1931ccfff com.apple.AE (944 - 944) <9A97FC75-CB6D-309B-845E-56C54B72D6A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
|
||||
0x1931cd000 - 0x1931d6ffc libdns_services.dylib (2200.40.37.0.1) <DE9C221B-A464-3183-B46A-03B163E19AF9> /usr/lib/libdns_services.dylib
|
||||
0x1931d7000 - 0x1931dfff3 libsystem_symptoms.dylib (1848.40.12) <B9688985-C611-3987-9BD1-23ABCFA25045> /usr/lib/system/libsystem_symptoms.dylib
|
||||
0x1931e0000 - 0x193dc4fff com.apple.Network (1.0 - 1) <F8A0AACD-1224-39D2-8EC8-E26514CB3E7B> /System/Library/Frameworks/Network.framework/Versions/A/Network
|
||||
0x193dc5000 - 0x193df3fff com.apple.analyticsd (1.0 - 1) <BB176816-C52E-3891-8871-0167C6C9B115> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
|
||||
0x193df4000 - 0x193df5fff libDiagnosticMessagesClient.dylib (113) <AFCE4D17-381C-36BF-99CC-BC79D5014FFF> /usr/lib/libDiagnosticMessagesClient.dylib
|
||||
0x193df6000 - 0x193e3cfff com.apple.spotlight.metadata.utilities (1.0 - 2274.3) <0E25C3BA-5220-375A-8F05-6415CA45DD40> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
|
||||
0x193e3d000 - 0x193ed7fff com.apple.Metadata (14.1 - 2274.3) <17D03259-8852-32B4-9B34-BB973F43FEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
|
||||
0x193ed8000 - 0x193ee0ffb com.apple.DiskArbitration (2.7 - 2.7) <4219AEC5-B906-3E12-BA8D-6847F52AFA0F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
|
||||
0x193ee1000 - 0x1942c5ff7 com.apple.vImage (8.1 - 584) <E3CE61BF-4C11-3B7A-A112-40D70C18FDF6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
|
||||
0x19494b000 - 0x19495afff com.apple.OpenDirectory (14.1 - 642) <D0E9C0F9-4BCC-33B2-8F57-C23220864FF8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
|
||||
0x19495b000 - 0x19497affb com.apple.CFOpenDirectory (14.1 - 642) <B52EC9F3-3415-3F01-A43E-CC3FF1F1C42C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
|
||||
0x19497b000 - 0x194987ff7 com.apple.CoreServices.FSEvents (1376 - 1376) <7D24FA70-0DFF-342C-9D88-FCA31213F8F4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
|
||||
0x194988000 - 0x1949b2fff com.apple.coreservices.SharedFileList (225 - 225) <CF1073F7-E392-374D-AC71-53F1EA909F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
|
||||
0x1949b3000 - 0x1949b9fff libapp_launch_measurement.dylib (17) <3A9DDB7F-800F-3788-A6B5-1B5BCC6343E9> /usr/lib/libapp_launch_measurement.dylib
|
||||
0x1949ba000 - 0x194a03fff com.apple.CoreAutoLayout (1.0 - 32) <CAAAEB7E-12CD-319E-836A-92404A707568> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
|
||||
0x194a04000 - 0x194aecffb libxml2.2.dylib (37.8) <236C8BF2-0800-396C-AF03-B5328CAD1FD6> /usr/lib/libxml2.2.dylib
|
||||
0x196238000 - 0x196261ff7 libsystem_containermanager.dylib (582.40.2.0.1) <444831B7-DB95-3E3A-8C1C-97E49676B185> /usr/lib/system/libsystem_containermanager.dylib
|
||||
0x196262000 - 0x196279fff com.apple.IOSurface (352.0.3 - 352.0.3) <7D9D9E22-C780-3790-BF2B-30FC1A9BF7CB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
|
||||
0x1971b2000 - 0x1971b6fff libsystem_configuration.dylib (1296.40.6) <389249EB-5A9C-362C-985F-6F470280D6F3> /usr/lib/system/libsystem_configuration.dylib
|
||||
0x1971b7000 - 0x1971bcff3 libsystem_sandbox.dylib (2169.41.1) <893061BE-F3BD-3696-AC8D-4DA5E7477A20> /usr/lib/system/libsystem_sandbox.dylib
|
||||
0x1971bf000 - 0x1971c2fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <011F9762-19FD-3500-AF7E-889D3E193FD3> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
|
||||
0x1971c3000 - 0x1971c4fff liblangid.dylib (138) <C1B240F0-F462-31FD-95D9-6C427FB206FC> /usr/lib/liblangid.dylib
|
||||
0x1971c5000 - 0x1972e0fff com.apple.CoreNLP (1.0 - 313) <CC4F248A-A078-376A-ABDD-805EE9918DCB> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
|
||||
0x1972e1000 - 0x1972e6fff com.apple.LinguisticData (1.0 - 483.10) <9E7B9C4C-1E7D-339A-A3A8-A9BB4DCA0255> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
|
||||
0x1972e7000 - 0x197ac1faf libBNNS.dylib (830.40.9.0.1) <65FC5752-9068-3F54-ACC6-C7C2F25A9A33> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
|
||||
0x197ac2000 - 0x197bb2f47 libvDSP.dylib (1041) <6A43D803-7871-3FDA-AD48-B1C2F1F50930> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
|
||||
0x197bb3000 - 0x197be5fff com.apple.CoreEmoji (1.0 - 200.151) <85D6BBAF-FF34-3AC9-903C-571C45856662> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
|
||||
0x197be6000 - 0x197bf5ff7 com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <103B98C3-473A-3B24-AC4B-8E5D30062CEF> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
|
||||
0x197e16000 - 0x197ea3fff com.apple.securityfoundation (6.0 - 55282) <53711520-62D0-336D-8A69-75B2B1155261> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
|
||||
0x197ea4000 - 0x197ec9fff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <77003297-2742-30A1-9F2B-3CB101228720> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
|
||||
0x197ed5000 - 0x197ed7ffb libquarantine.dylib (172.40.1) <FA2FCD51-D2EB-37A7-AE47-66547DBCAB87> /usr/lib/system/libquarantine.dylib
|
||||
0x197ed8000 - 0x197ee3fff libCheckFix.dylib (32) <FF315593-CF3B-3730-A821-8C0EAC3F0483> /usr/lib/libCheckFix.dylib
|
||||
0x197ee4000 - 0x197efbfff libcoretls.dylib (186) <9A15527C-37F5-3389-AC30-69372529D496> /usr/lib/libcoretls.dylib
|
||||
0x197efc000 - 0x197f0dffb libbsm.0.dylib (89) <17824944-FFBE-32C5-AB4E-E433BA62EF4E> /usr/lib/libbsm.0.dylib
|
||||
0x197f0e000 - 0x197f69fff libmecab.dylib (1062.152) <F3EB13D3-8CBA-34E2-B803-63F3EA10EB07> /usr/lib/libmecab.dylib
|
||||
0x197f6a000 - 0x197f6cffb libgermantok.dylib (29) <F4D1405C-2C7E-327B-A386-40CE828149F3> /usr/lib/libgermantok.dylib
|
||||
0x197f6d000 - 0x197f81fff libLinearAlgebra.dylib (1447) <61E860A6-6912-35A8-819C-F1ACDE6C91FF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
|
||||
0x19850a000 - 0x1985cdfdf com.apple.AppleFSCompression (158 - 1.0) <2FC70EFA-CA67-359C-A3E2-88F70403EAEA> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
|
||||
0x1985ce000 - 0x1985daffb libbz2.1.0.dylib (45) <15785738-C3DB-39BA-9AE9-CC522EABBBA8> /usr/lib/libbz2.1.0.dylib
|
||||
0x1985db000 - 0x1985e0fff libsystem_coreservices.dylib (152.1) <26F9E755-26EC-3974-BEC8-3B706D0254BA> /usr/lib/system/libsystem_coreservices.dylib
|
||||
0x1985e1000 - 0x198612fff com.apple.CoreServices.OSServices (1141.1 - 1141.1) <FDF1AE1F-D646-37FB-8FC6-631C0628AD41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
|
||||
0x1988ee000 - 0x1988fcfff libz.1.dylib (91.40.1.0.1) <7523CDC8-DA6B-382B-8DDC-F63D156A299B> /usr/lib/libz.1.dylib
|
||||
0x1988fd000 - 0x198933ff3 libsystem_m.dylib (3252.40.2) <072B3C9C-C54E-3F27-B231-88482F485502> /usr/lib/system/libsystem_m.dylib
|
||||
0x198934000 - 0x198937fff libcharset.1.dylib (86) <D7FE35E8-A866-3BE0-9828-B8D7363641DE> /usr/lib/libcharset.1.dylib
|
||||
0x198938000 - 0x19893fffb libmacho.dylib (1009) <29C5FB27-B26B-3927-89C1-917051E5D353> /usr/lib/system/libmacho.dylib
|
||||
0x198940000 - 0x19895ffff libkxld.dylib (10002.41.9) <87786C0C-7D78-3B0B-B6B5-6603B8804253> /usr/lib/system/libkxld.dylib
|
||||
0x198960000 - 0x19896dff7 libcommonCrypto.dylib (600025) <4CF0B406-031F-3BC7-8A97-61DFA262C179> /usr/lib/system/libcommonCrypto.dylib
|
||||
0x19896e000 - 0x198978fff libunwind.dylib (1600.112) <18A7097B-A9D1-34C6-8333-0D16CF789585> /usr/lib/system/libunwind.dylib
|
||||
0x198979000 - 0x198980fff liboah.dylib (315.1) <D927DACB-D13E-3976-8065-D41237EC7529> /usr/lib/liboah.dylib
|
||||
0x198981000 - 0x19898aff3 libcopyfile.dylib (196) <CE4F0BED-9109-3557-8B48-45E051D43210> /usr/lib/system/libcopyfile.dylib
|
||||
0x19898b000 - 0x19898efff libcompiler_rt.dylib (103.1) <A7A07A05-6551-3867-A8AE-2935D8FA1B4E> /usr/lib/system/libcompiler_rt.dylib
|
||||
0x19898f000 - 0x198993ffb libsystem_collections.dylib (1583.40.7) <985E00EB-F590-3B07-876A-EFE015DB79EF> /usr/lib/system/libsystem_collections.dylib
|
||||
0x198994000 - 0x198996ffb libsystem_secinit.dylib (143) <A0DAA91D-049F-334F-917F-92DF752CD8F4> /usr/lib/system/libsystem_secinit.dylib
|
||||
0x198997000 - 0x198999ffb libremovefile.dylib (70) <F4566B6C-20B5-334F-86E6-50E4085DADED> /usr/lib/system/libremovefile.dylib
|
||||
0x19899a000 - 0x19899affb libkeymgr.dylib (31) <B6E3DE59-7C3B-3403-89FE-38BBFE86BA90> /usr/lib/system/libkeymgr.dylib
|
||||
0x19899b000 - 0x1989a3ff7 libsystem_dnssd.dylib (2200.40.37.0.1) <D922E985-BD3A-3618-9189-5B931F3CD90C> /usr/lib/system/libsystem_dnssd.dylib
|
||||
0x1989a4000 - 0x1989a9fff libcache.dylib (92) <47B56AFF-F15C-3550-B9B6-560806BC20C5> /usr/lib/system/libcache.dylib
|
||||
0x1989aa000 - 0x1989abfff libSystem.B.dylib (1336) <1E176743-EDDD-309B-AE12-6369F1A2029B> /usr/lib/libSystem.B.dylib
|
||||
0x1989ac000 - 0x1989affff libfakelink.dylib (5) <F66ABAF3-160B-3620-A1DA-03A6735B59F2> /usr/lib/libfakelink.dylib
|
||||
0x1989b0000 - 0x1989b0ffb com.apple.SoftLinking (1.0 - 47) <D4F0F03A-D312-383F-9716-42A16F2EDC03> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
|
||||
0x1989b1000 - 0x1989e6ffb libpcap.A.dylib (126.41.1) <494571FE-C8C2-3193-AA67-A17AC286AA4A> /usr/lib/libpcap.A.dylib
|
||||
0x1989e7000 - 0x1989edff3 libiconv.2.dylib (86) <DD44EA63-4DC7-3F2D-9AC4-2C97751077A9> /usr/lib/libiconv.2.dylib
|
||||
0x1989ee000 - 0x1989fffff libcmph.dylib (8) <615CF8F9-9E63-3C31-A888-73A7C48B702B> /usr/lib/libcmph.dylib
|
||||
0x198a00000 - 0x198a88ff3 libarchive.2.dylib (121.40.3) <010A91A0-9B78-3798-B1D9-F017104C3EE2> /usr/lib/libarchive.2.dylib
|
||||
0x198a89000 - 0x198affff3 com.apple.SearchKit (1.4.1 - 1.4.1) <DF6EA86E-30E2-3DED-9492-6C0FD88ABFDB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
|
||||
0x198b00000 - 0x198b01ff7 libThaiTokenizer.dylib (15) <67E80E6B-32B4-36BF-921C-D5DA2AEC583D> /usr/lib/libThaiTokenizer.dylib
|
||||
0x198b02000 - 0x198b27fff com.apple.applesauce (1.0 - 16.55) <C2C35987-5075-36D0-B681-DBA84FECE5A5> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
|
||||
0x198b28000 - 0x198b41ffb libapple_nghttp2.dylib (16) <DEDDDBE8-B133-345A-A8EE-F9C6741060A6> /usr/lib/libapple_nghttp2.dylib
|
||||
0x198b42000 - 0x198b54fff libSparseBLAS.dylib (1447) <AAACBC27-3922-327B-BA91-2DA8E325FF02> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
|
||||
0x198b57000 - 0x198b5cfff libpam.2.dylib (33) <81CDA9F5-6B0D-300F-B236-BA8141836521> /usr/lib/libpam.2.dylib
|
||||
0x198b5d000 - 0x198c2afcf libcompression.dylib (166) <0CAB9E05-BF75-3913-A9E0-1D85226274AC> /usr/lib/libcompression.dylib
|
||||
0x198c2b000 - 0x198c2fffb libQuadrature.dylib (7) <41C54DE8-6D6E-3091-AE3C-8F93FAE80BD1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
|
||||
0x198c30000 - 0x199da1fff libLAPACK.dylib (1447) <ADA423BF-4D71-3725-80C9-B5D4B18CF539> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
|
||||
0x199da2000 - 0x199df8fff com.apple.DictionaryServices (1.2 - 355) <FB1984F1-531D-35A3-8914-783C22D98265> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
|
||||
0x199df9000 - 0x199e11ff3 liblzma.5.dylib (18) <BC536562-5DAF-36DD-B136-8629CA727660> /usr/lib/liblzma.5.dylib
|
||||
0x199e12000 - 0x199e13ffb libcoretls_cfhelpers.dylib (186) <F2DFAA8D-95A8-3C31-A141-9B404BA04CD2> /usr/lib/libcoretls_cfhelpers.dylib
|
||||
0x199e14000 - 0x199e82ff3 com.apple.APFS (2235.41.1 - 2235.41.1) <1AC37BDF-F264-3A0E-A5AE-0D98174F8095> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
|
||||
0x199e83000 - 0x199e91ffb libxar.1.dylib (498) <22C053D2-5F9A-356A-A3AD-09BD790C6437> /usr/lib/libxar.1.dylib
|
||||
0x199e92000 - 0x199e95ff7 libutil.dylib (72) <AD1A027D-0361-3DAF-B150-29626FAC9552> /usr/lib/libutil.dylib
|
||||
0x199e96000 - 0x199ec1ff3 libxslt.1.dylib (20.3) <215E57F4-CF08-38D9-921F-5AF522C1159A> /usr/lib/libxslt.1.dylib
|
||||
0x199eca000 - 0x199f45fff libvMisc.dylib (1041) <9FEC3CE5-CBA8-3524-83A1-E10C910E101D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
|
||||
0x19a26a000 - 0x19a274fff libheimdal-asn1.dylib (685) <DAD8D17F-A7B5-3CDC-9D98-50A78E6EFD54> /usr/lib/libheimdal-asn1.dylib
|
||||
0x19b968000 - 0x19b9c5ffa libusrtcp.dylib (3762.41.2) <0F6EF57C-DEE8-3D4D-9E33-5F451FF4AFB2> /usr/lib/libusrtcp.dylib
|
||||
0x19b9c6000 - 0x19bf05fff libswiftCore.dylib (5.9 - 5.9.0.123.305) <1FCC7DF4-6B2E-3CBA-9125-EB1ED90943F4> /usr/lib/swift/libswiftCore.dylib
|
||||
0x19de20000 - 0x19df5cfff com.apple.combine (1.0 - 311) <5E78AE31-70E7-3F20-B41B-F0AD6E39D711> /System/Library/Frameworks/Combine.framework/Versions/A/Combine
|
||||
0x19fefa000 - 0x19fefafff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <84B9B13D-FDCC-3AE6-8979-4F138842CA34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
|
||||
0x19ff23000 - 0x19ff23fff com.apple.CoreServices (1226 - 1226) <8A75797D-1FDA-32DA-9E90-07F6CF0E512E> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
|
||||
0x1a0227000 - 0x1a0227fff com.apple.Accelerate (1.11 - Accelerate 1.11) <02B4577F-7DB2-3A40-8800-656D8D30A763> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
|
||||
0x1a158a000 - 0x1a15a2ff7 libswiftDispatch.dylib (34.0.2) <ECD9F4AE-F43A-38A1-BDA4-EB79FABEA3CB> /usr/lib/swift/libswiftDispatch.dylib
|
||||
0x1a3d64000 - 0x1a3d67ff5 libswiftObjectiveC.dylib (8) <DF94001E-2862-3E49-AECA-BF67D0E36A93> /usr/lib/swift/libswiftObjectiveC.dylib
|
||||
0x1a3d68000 - 0x1a3d80fff libswiftos.dylib (1040) <9B41C748-9156-304D-B221-025E455A9B6D> /usr/lib/swift/libswiftos.dylib
|
||||
0x1aea89000 - 0x1aea92ff7 libswiftDarwin.dylib (??? - 5.9.0.123.305) <05D38AAE-B8B9-3AC5-A653-3597E052AC32> /usr/lib/swift/libswiftDarwin.dylib
|
||||
0x1b0c92000 - 0x1b0ca5fff libmis.dylib (381) <8AB6E1A0-4242-3689-8B67-59F86F022FE2> /usr/lib/libmis.dylib
|
||||
0x1b0cb3000 - 0x1b0cb9fff libswiftCoreFoundation.dylib (2000) <C72AD963-EE1A-3C1D-9F61-ADC0B89D7858> /usr/lib/swift/libswiftCoreFoundation.dylib
|
||||
0x1b0cc9000 - 0x1b0cfeff7 libswiftXPC.dylib (29.0.2) <9E6314D3-CE1C-3970-8350-26043FCAA913> /usr/lib/swift/libswiftXPC.dylib
|
||||
0x1b0d00000 - 0x1b0d00fff libswiftIOKit.dylib (1) <CB259AD3-A67F-3B6F-B371-0B75F7275AEF> /usr/lib/swift/libswiftIOKit.dylib
|
||||
0x1c0782000 - 0x1c0789fff com.apple.MobileSystemServices (1.0 - 1) <E6E45DDC-53E9-39C1-BFD8-0C2C3791D685> /System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices
|
||||
0x1f1469000 - 0x1f146cfff com.apple.ConfigProfileHelper (16.1 - 1622) <CF4485F8-2BE2-33DA-AD1B-182B3247793A> /System/Library/PrivateFrameworks/ConfigProfileHelper.framework/Versions/A/ConfigProfileHelper
|
||||
0x1fe70f000 - 0x1fe722fff com.apple.private.AppleMobileFileIntegrity-fmk (1.0 - 1) <8039181A-3E85-3233-B9D9-7563C9E165FD> /System/Library/PrivateFrameworks/AppleMobileFileIntegrity.framework/Versions/A/AppleMobileFileIntegrity
|
||||
0x200b03000 - 0x200c61fff com.apple.CollectionsInternal (1.1.0 - 19) <6A16A70E-B3E9-3ECE-9485-2192FF0C1506> /System/Library/PrivateFrameworks/CollectionsInternal.framework/Versions/A/CollectionsInternal
|
||||
0x20e5cf000 - 0x20e6a6fff com.apple.InstalledContentLibrary (1.0 - 1.0) <9920C0DA-5FB7-34CF-A15C-3E753F8DF951> /System/Library/PrivateFrameworks/InstalledContentLibrary.framework/Versions/A/InstalledContentLibrary
|
||||
0x21030c000 - 0x2107e0ffb com.apple.MIL (5.33 - 5.33.5) <DAADE6DE-6FD3-367B-8B6F-57634CF68CE7> /System/Library/PrivateFrameworks/MIL.framework/Versions/A/MIL
|
||||
0x211ad9000 - 0x211b23fff com.apple.MessageSecurity (1.0 - 101.40.6) <2F806526-DC8F-3A34-9959-50112A8251D3> /System/Library/PrivateFrameworks/MessageSecurity.framework/Versions/A/MessageSecurity
|
||||
0x216646000 - 0x21664cff7 com.apple.ReflectionInternal (1.0.0 - 19) <3CE1C9E3-0652-3F64-BCB5-8EC03A0FFD99> /System/Library/PrivateFrameworks/ReflectionInternal.framework/Versions/A/ReflectionInternal
|
||||
0x216c32000 - 0x216c48ff7 com.apple.RuntimeInternal (1.0.0 - 19) <01065A3F-0218-3BAE-8832-1FBF07AD6712> /System/Library/PrivateFrameworks/RuntimeInternal.framework/Versions/A/RuntimeInternal
|
||||
0x229daa000 - 0x229db5fff libCoreEntitlements.dylib (53) <73C57354-D94C-3CC2-99F7-06B75FC7DE4A> /usr/lib/libCoreEntitlements.dylib
|
||||
0x229f93000 - 0x229f9efff libTLE.dylib (53) <2B0C780B-984D-36DA-938E-7CBE9AA241B2> /usr/lib/libTLE.dylib
|
||||
0x22b30c000 - 0x22b36aff3 libswift_Concurrency.dylib (5.9 - 5.9.0.123.305) <044E4103-2CB6-37B9-9F4B-A53237EA4521> /usr/lib/swift/libswift_Concurrency.dylib
|
||||
0x22b3a9000 - 0x22b454fff libswift_RegexParser.dylib (??? - 5.9.0.123.305) <B781D884-4E43-3FF6-8EBB-253229EF0F2C> /usr/lib/swift/libswift_RegexParser.dylib
|
||||
0x22b455000 - 0x22b4f5fff libswift_StringProcessing.dylib (??? - 5.9.0.123.305) <97484081-9BDD-3AD8-8554-1C3E3FA349B4> /usr/lib/swift/libswift_StringProcessing.dylib
|
||||
0x22b636000 - 0x22b639fff libsystem_darwindirectory.dylib (86.0.2) <8C2C7C2A-F18E-3196-BB40-B4BB95C5BFF9> /usr/lib/system/libsystem_darwindirectory.dylib
|
||||
|
|
@ -1,430 +0,0 @@
|
|||
|
||||
Analysis of sampling rqbit (pid 40284) every 1 millisecond
|
||||
Process: rqbit [40284]
|
||||
Path: /Users/USER/*/rqbit
|
||||
Load Address: 0x104158000
|
||||
Identifier: rqbit
|
||||
Version: 0
|
||||
Code Type: ARM64
|
||||
Platform: macOS
|
||||
Parent Process: bash [2715]
|
||||
|
||||
Date/Time: 2023-11-19 16:12:53.000 +0000
|
||||
Launch Time: 2023-11-19 16:11:06.814 +0000
|
||||
OS Version: macOS 14.1 (23B74)
|
||||
Report Version: 7
|
||||
Analysis Tool: /usr/bin/sample
|
||||
|
||||
Physical footprint: 16.1M
|
||||
Physical footprint (peak): 16.4M
|
||||
Idle exit: untracked
|
||||
----
|
||||
|
||||
Call graph:
|
||||
8136 Thread_2482465 DispatchQueue_1: com.apple.main-thread (serial)
|
||||
+ 8136 start (in dyld) + 2360 [0x18bddd0e0]
|
||||
+ 8136 main (in rqbit) + 32 [0x10422279c]
|
||||
+ 8136 std::rt::lang_start::hc92c8460d670427e (in rqbit) + 44 [0x1041ba1c8] rt.rs:166
|
||||
+ 8136 std::rt::lang_start_internal::hea4720c823b0b053 (in rqbit) + 648 [0x104575c08]
|
||||
+ 8136 std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::hf04eff045c3204ce (in rqbit) + 24 [0x1041ba1ec] rt.rs:167
|
||||
+ 8136 std::sys_common::backtrace::__rust_begin_short_backtrace::hc575c434e3c9f843 (in rqbit) + 12 [0x1041ba194] backtrace.rs:154
|
||||
+ 8136 rqbit::main::hfdee818328ed2d4e (in rqbit) + 3712 [0x10421797c] main.rs:224
|
||||
+ 8136 tokio::runtime::runtime::Runtime::block_on::h41f524f37dfac32b (in rqbit) + 92 [0x1041940b4] runtime.rs:350
|
||||
+ 8136 tokio::runtime::context::runtime::enter_runtime::h39290a679d6dea45 (in rqbit) + 380 [0x1041dcbfc] runtime.rs:65
|
||||
+ 8136 tokio::runtime::park::CachedParkThread::block_on::hd6c99b8d2957d23a (in rqbit) + 248 [0x104211ce4] park.rs:286
|
||||
+ 8136 (.llvm.1541039607769432884) (in rqbit) + 256 [0x1044bcd18]
|
||||
+ 8136 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8136 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8136 Thread_2482475
|
||||
+ 8136 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8136 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8136 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104582d00]
|
||||
+ 8136 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h48d697886899fdac (in rqbit) + 104 [0x1042018f4] function.rs:250
|
||||
+ 8136 std::sys_common::backtrace::__rust_begin_short_backtrace::h46ee465a500d4572 (in rqbit) + 48 [0x1041b9fb8] backtrace.rs:154
|
||||
+ 8136 std::thread::sleep::ha2ab9f3c2f7e1357 (in rqbit) + 84 [0x104576308]
|
||||
+ 8136 nanosleep (in libsystem_c.dylib) + 220 [0x18bfff2f8]
|
||||
+ 8136 __semwait_signal (in libsystem_kernel.dylib) + 8 [0x18c11bea8]
|
||||
8136 Thread_2482476: tokio-runtime-worker
|
||||
+ 8136 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8136 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8136 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104582d00]
|
||||
+ 8136 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1044c7368]
|
||||
+ 8136 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1044b8434]
|
||||
+ 8136 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1044bbb10]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x1042b7e6c]
|
||||
+ 8136 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x1042b9e24]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1044c062c]
|
||||
+ 8136 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1044bed00]
|
||||
+ 8136 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1044c4fc0]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1044c0e70]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1044c1530]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c (in rqbit) + 124 [0x1042b70a4]
|
||||
+ 8136 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 (in rqbit) + 6752 [0x1042a0930]
|
||||
+ 8136 librqbit::torrent_state::TorrentState::on_peer_died::hd142bdb5e66f7a09 (in rqbit) + 3508 [0x1042a781c]
|
||||
+ 8136 _$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_remove::h80d9c1783023f014 (in rqbit) + 432 [0x1042e1204]
|
||||
+ 8136 dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e (in rqbit) + 1176 [0x1045b9e60]
|
||||
+ 8136 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8136 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8136 Thread_2482477: tokio-runtime-worker
|
||||
+ 8136 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8136 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8136 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104582d00]
|
||||
+ 8136 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1044c7368]
|
||||
+ 8136 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1044b8434]
|
||||
+ 8136 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1044bbb10]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x1042b7e6c]
|
||||
+ 8136 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x1042b9e24]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1044c062c]
|
||||
+ 8136 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1044bed00]
|
||||
+ 8136 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1044c4fc0]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1044c0e70]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1044c1530]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c (in rqbit) + 124 [0x1042b70a4]
|
||||
+ 8136 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 (in rqbit) + 6752 [0x1042a0930]
|
||||
+ 8136 librqbit::torrent_state::TorrentState::on_peer_died::hd142bdb5e66f7a09 (in rqbit) + 64 [0x1042a6aa8]
|
||||
+ 8136 _$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_get_mut::ha163c599d0d0a786 (in rqbit) + 588 [0x1042e1454]
|
||||
+ 8136 dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e (in rqbit) + 1176 [0x1045b9e60]
|
||||
+ 8136 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8136 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8136 Thread_2482479: tokio-runtime-worker
|
||||
+ 8136 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8136 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8136 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104582d00]
|
||||
+ 8136 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1044c7368]
|
||||
+ 8136 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1044b8434]
|
||||
+ 8136 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1044bbb10]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x1042b7e6c]
|
||||
+ 8136 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x1042b9e24]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1044c062c]
|
||||
+ 8136 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1044bed00]
|
||||
+ 8136 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1044c4fc0]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1044c0e70]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1044c1530]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c (in rqbit) + 124 [0x1042b70a4]
|
||||
+ 8136 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 (in rqbit) + 6752 [0x1042a0930]
|
||||
+ 8136 librqbit::torrent_state::TorrentState::on_peer_died::hd142bdb5e66f7a09 (in rqbit) + 3508 [0x1042a781c]
|
||||
+ 8136 _$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_remove::h80d9c1783023f014 (in rqbit) + 432 [0x1042e1204]
|
||||
+ 8136 dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e (in rqbit) + 1176 [0x1045b9e60]
|
||||
+ 8136 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8136 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8136 Thread_2482480: tokio-runtime-worker
|
||||
+ 8136 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8136 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8136 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104582d00]
|
||||
+ 8136 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1044c7368]
|
||||
+ 8136 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1044b8434]
|
||||
+ 8136 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1044bbb10]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::ha45a744d0ecf214e (in rqbit) + 168 [0x1044b0954]
|
||||
+ 8136 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h8b38a0b62ce90d26 (in rqbit) + 204 [0x1044b6efc]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1044c062c]
|
||||
+ 8136 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1044bed00]
|
||||
+ 8136 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1044c4fc0]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1044c0e70]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1044c1530]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c (in rqbit) + 124 [0x1042b70a4]
|
||||
+ 8136 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 (in rqbit) + 6752 [0x1042a0930]
|
||||
+ 8136 librqbit::torrent_state::TorrentState::on_peer_died::hd142bdb5e66f7a09 (in rqbit) + 3508 [0x1042a781c]
|
||||
+ 8136 _$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_remove::h80d9c1783023f014 (in rqbit) + 432 [0x1042e1204]
|
||||
+ 8136 dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e (in rqbit) + 1176 [0x1045b9e60]
|
||||
+ 8136 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8136 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8136 Thread_2482481: tokio-runtime-worker
|
||||
+ 8136 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8136 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8136 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104582d00]
|
||||
+ 8136 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1044c7368]
|
||||
+ 8136 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1044b8434]
|
||||
+ 8136 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1044bbb10]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::ha45a744d0ecf214e (in rqbit) + 168 [0x1044b0954]
|
||||
+ 8136 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h8b38a0b62ce90d26 (in rqbit) + 204 [0x1044b6efc]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1044c062c]
|
||||
+ 8136 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1044bed00]
|
||||
+ 8136 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1044c4fc0]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1044c0e70]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1044c1530]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c (in rqbit) + 124 [0x1042b70a4]
|
||||
+ 8136 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 (in rqbit) + 6752 [0x1042a0930]
|
||||
+ 8136 librqbit::torrent_state::TorrentState::on_peer_died::hd142bdb5e66f7a09 (in rqbit) + 3508 [0x1042a781c]
|
||||
+ 8136 _$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_remove::h80d9c1783023f014 (in rqbit) + 432 [0x1042e1204]
|
||||
+ 8136 dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e (in rqbit) + 1176 [0x1045b9e60]
|
||||
+ 8136 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8136 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8136 Thread_2482482: tokio-runtime-worker
|
||||
+ 8136 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8136 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8136 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104582d00]
|
||||
+ 8136 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1044c7368]
|
||||
+ 8136 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1044b8434]
|
||||
+ 8136 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1044bbb10]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::ha45a744d0ecf214e (in rqbit) + 168 [0x1044b0954]
|
||||
+ 8136 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h8b38a0b62ce90d26 (in rqbit) + 204 [0x1044b6efc]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1044c062c]
|
||||
+ 8136 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1044bed00]
|
||||
+ 8136 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1044c4fc0]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1044c0e70]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1044c1530]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c (in rqbit) + 124 [0x1042b70a4]
|
||||
+ 8136 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 (in rqbit) + 6752 [0x1042a0930]
|
||||
+ 8136 librqbit::torrent_state::TorrentState::on_peer_died::hd142bdb5e66f7a09 (in rqbit) + 3508 [0x1042a781c]
|
||||
+ 8136 _$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_remove::h80d9c1783023f014 (in rqbit) + 432 [0x1042e1204]
|
||||
+ 8136 dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e (in rqbit) + 1176 [0x1045b9e60]
|
||||
+ 8136 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8136 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8136 Thread_2482924
|
||||
+ 8136 start_wqthread (in libsystem_pthread.dylib) + 8 [0x18c153e30]
|
||||
+ 8136 _pthread_wqthread (in libsystem_pthread.dylib) + 364 [0x18c155160]
|
||||
+ 8136 __workq_kernreturn (in libsystem_kernel.dylib) + 8 [0x18c11a564]
|
||||
8136 Thread_2483197: tokio-runtime-worker
|
||||
+ 8136 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8136 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8136 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104582d00]
|
||||
+ 8136 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1044c7368]
|
||||
+ 8136 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1044b8434]
|
||||
+ 8136 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1044bbb10]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x1042b7e6c]
|
||||
+ 8136 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x1042b9e24]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1044c062c]
|
||||
+ 8136 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1044bed00]
|
||||
+ 8136 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1044c4fc0]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1044c0e70]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1044c1530]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c (in rqbit) + 124 [0x1042b70a4]
|
||||
+ 8136 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 (in rqbit) + 6752 [0x1042a0930]
|
||||
+ 8136 librqbit::torrent_state::TorrentState::on_peer_died::hd142bdb5e66f7a09 (in rqbit) + 3508 [0x1042a781c]
|
||||
+ 8136 _$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_remove::h80d9c1783023f014 (in rqbit) + 432 [0x1042e1204]
|
||||
+ 8136 dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e (in rqbit) + 1176 [0x1045b9e60]
|
||||
+ 8136 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8136 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8136 Thread_2483315: tokio-runtime-worker
|
||||
+ 8136 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8136 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8136 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104582d00]
|
||||
+ 8136 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1044c7368]
|
||||
+ 8136 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1044b8434]
|
||||
+ 8136 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1044bbb10]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x1042b7e6c]
|
||||
+ 8136 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x1042b9e24]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1044c062c]
|
||||
+ 8136 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1044bed00]
|
||||
+ 8136 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1044c4fc0]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1044c0e70]
|
||||
+ 8136 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1044c1530]
|
||||
+ 8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c (in rqbit) + 124 [0x1042b70a4]
|
||||
+ 8136 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 (in rqbit) + 6752 [0x1042a0930]
|
||||
+ 8136 librqbit::torrent_state::TorrentState::on_peer_died::hd142bdb5e66f7a09 (in rqbit) + 3508 [0x1042a781c]
|
||||
+ 8136 _$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_remove::h80d9c1783023f014 (in rqbit) + 432 [0x1042e1204]
|
||||
+ 8136 dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e (in rqbit) + 1176 [0x1045b9e60]
|
||||
+ 8136 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8136 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8136 Thread_2483316: tokio-runtime-worker
|
||||
8136 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
8136 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
8136 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104582d00]
|
||||
8136 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1044c7368]
|
||||
8136 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1044b8434]
|
||||
8136 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1044bbb10]
|
||||
8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x1042b7e6c]
|
||||
8136 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x1042b9e24]
|
||||
8136 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1044c062c]
|
||||
8136 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1044bed00]
|
||||
8136 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1044c4fc0]
|
||||
8136 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1044c0e70]
|
||||
8136 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1044c1530]
|
||||
8136 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c (in rqbit) + 124 [0x1042b70a4]
|
||||
8136 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 (in rqbit) + 6312 [0x1042a0778]
|
||||
8136 _$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::heaf39ed4d1b44001 (in rqbit) + 3200 [0x1042d3e04]
|
||||
8136 _$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hd1fafc35289e3666 (in rqbit) + 11020 [0x1042ab4dc]
|
||||
8136 librqbit::spawn_utils::BlockingSpawner::spawn_block_in_place::h3348ba79b8e3f9d8 (in rqbit) + 300 [0x1042e63b8]
|
||||
8136 (.llvm.8527625197190493895) (in rqbit) + 1148 [0x1042e784c]
|
||||
8136 librqbit::torrent_state::TorrentState::maybe_transmit_haves::hec3992192440d10d (in rqbit) + 108 [0x1042a82f4]
|
||||
8136 _$LT$dashmap..iter..Iter$LT$K$C$V$C$S$C$M$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::h7229e56710637bab (in rqbit) + 396 [0x1042d8aec]
|
||||
8136 dashmap::lock::RawRwLock::lock_shared_slow::h8b82457a9ed265d9 (in rqbit) + 820 [0x1045ba8dc]
|
||||
8136 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
8136 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
|
||||
Total number in stack (recursive counted multiple, when >=5):
|
||||
10 __psynch_cvwait (in libsystem_kernel.dylib) + 0 [0x18c11c0a4]
|
||||
10 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
10 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
10 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104582d00]
|
||||
10 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
9 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x1044c7368]
|
||||
9 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x1044b8434]
|
||||
9 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x1044bbb10]
|
||||
9 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x1044bed00]
|
||||
9 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x1044c4fc0]
|
||||
9 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x1044c0e70]
|
||||
9 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x1044c1530]
|
||||
9 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x1044c062c]
|
||||
9 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c (in rqbit) + 124 [0x1042b70a4]
|
||||
8 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 (in rqbit) + 6752 [0x1042a0930]
|
||||
8 dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e (in rqbit) + 1176 [0x1045b9e60]
|
||||
7 _$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_remove::h80d9c1783023f014 (in rqbit) + 432 [0x1042e1204]
|
||||
7 librqbit::torrent_state::TorrentState::on_peer_died::hd142bdb5e66f7a09 (in rqbit) + 3508 [0x1042a781c]
|
||||
6 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x1042b9e24]
|
||||
6 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x1042b7e6c]
|
||||
|
||||
Sort by top of stack, same collapsed (when >= 5):
|
||||
__psynch_cvwait (in libsystem_kernel.dylib) 81360
|
||||
__semwait_signal (in libsystem_kernel.dylib) 8136
|
||||
__workq_kernreturn (in libsystem_kernel.dylib) 8136
|
||||
|
||||
Binary Images:
|
||||
0x104158000 - 0x104723fc3 +rqbit (0) <F1CB70FF-A4AE-3C32-A164-6B4ADF89568F> /Users/*/rqbit
|
||||
0x18bd88000 - 0x18bdd6f08 libobjc.A.dylib (906) <49E2DCB3-F014-3FCF-949B-F5F57B3EF0A8> /usr/lib/libobjc.A.dylib
|
||||
0x18bdd7000 - 0x18be6b317 dyld (1.0.0 - 1122.1.2) <EC7A3BA0-F9BF-3AB8-A0F4-8622E5606B20> /usr/lib/dyld
|
||||
0x18be6c000 - 0x18be70ff8 libsystem_blocks.dylib (90) <A2904D7C-66C8-36E7-BC4B-D30025BA0351> /usr/lib/system/libsystem_blocks.dylib
|
||||
0x18be71000 - 0x18beb7fff libxpc.dylib (2679.40.6) <212B4ED6-CBB2-33DE-95C0-7F8A405B3EBD> /usr/lib/system/libxpc.dylib
|
||||
0x18beb8000 - 0x18bed2fff libsystem_trace.dylib (1481.40.16) <91ECA044-8462-3293-AEEA-183BF841CBA2> /usr/lib/system/libsystem_trace.dylib
|
||||
0x18bed3000 - 0x18bf70ff7 libcorecrypto.dylib (1608.40.12) <5258A992-DC2A-3A90-90F1-A64863C450A7> /usr/lib/system/libcorecrypto.dylib
|
||||
0x18bf71000 - 0x18bfa7fff libsystem_malloc.dylib (474.0.13) <901200AA-1016-3DAA-8816-5032588ED460> /usr/lib/system/libsystem_malloc.dylib
|
||||
0x18bfa8000 - 0x18bfeefff libdispatch.dylib (1462.0.4) <DC1D0187-7149-3100-BC63-F633AFEBEE6C> /usr/lib/system/libdispatch.dylib
|
||||
0x18bfef000 - 0x18bff1fff libsystem_featureflags.dylib (85) <3282C86B-3BD7-353A-AC3E-09BCC631BB1F> /usr/lib/system/libsystem_featureflags.dylib
|
||||
0x18bff2000 - 0x18c070ffb libsystem_c.dylib (1583.40.7) <DECB8685-F34A-3979-AFCB-71FB55747E41> /usr/lib/system/libsystem_c.dylib
|
||||
0x18c071000 - 0x18c0feff7 libc++.1.dylib (1600.151) <3702EEDE-997D-38E6-A6A1-C08EB22C375B> /usr/lib/libc++.1.dylib
|
||||
0x18c0ff000 - 0x18c116fff libc++abi.dylib (1600.151) <EDBB6DF0-72F9-3BC2-96FA-A86E05D3D305> /usr/lib/libc++abi.dylib
|
||||
0x18c117000 - 0x18c151fef libsystem_kernel.dylib (10002.41.9) <B7751381-1442-30B5-91B9-AD7BE461BEBE> /usr/lib/system/libsystem_kernel.dylib
|
||||
0x18c152000 - 0x18c15eff3 libsystem_pthread.dylib (519) <DAF95373-5DE6-39A1-A6CE-D87F3F0629CC> /usr/lib/system/libsystem_pthread.dylib
|
||||
0x18c15f000 - 0x18c183fff libdyld.dylib (1122.1.2) <D9526862-A8B2-3424-98E7-74D5A18F9250> /usr/lib/system/libdyld.dylib
|
||||
0x18c184000 - 0x18c18affb libsystem_platform.dylib (306.0.1) <FC8CD17B-8769-348C-8DCD-1BFED022F9E4> /usr/lib/system/libsystem_platform.dylib
|
||||
0x18c18b000 - 0x18c1b7ffb libsystem_info.dylib (583.0.1) <D4F1ECDB-5AA0-3733-81D9-C9529001A13C> /usr/lib/system/libsystem_info.dylib
|
||||
0x18c1b8000 - 0x18c68ffff com.apple.CoreFoundation (6.9 - 2106) <9F046E36-7286-3A6E-A280-699D6E47CFAF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
|
||||
0x18c690000 - 0x18c942fff com.apple.LaunchServices (1141.1 - 1141.1) <0C46B08C-2AA0-345C-BF3B-44F28B9DBB86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
|
||||
0x18ca8e000 - 0x18ce17fff libBLAS.dylib (1447) <25959BCE-50A3-3E96-8DB9-C9E15FD822C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
|
||||
0x18ce18000 - 0x18cf04ff7 com.apple.Lexicon-framework (1.0 - 134) <FC7205C8-BD91-3ECB-A9BF-9941820AC7D4> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
|
||||
0x18cf05000 - 0x18cf6bff7 libSparse.dylib (123) <E49166F6-F30F-33AC-8A95-72A506468607> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
|
||||
0x18cf6c000 - 0x18cffeffb com.apple.SystemConfiguration (1.21 - 1.21) <C4675C71-62CE-3C11-8A7B-57B201E24ECE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
|
||||
0x18cfff000 - 0x18d033ffb libCRFSuite.dylib (52) <CB535ED3-867C-3857-8545-FF09265E880D> /usr/lib/libCRFSuite.dylib
|
||||
0x18d2e2000 - 0x18df2ffff com.apple.Foundation (6.9 - 2106) <2126FD9A-52CE-3EB2-8640-B57535E073B8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
|
||||
0x18df30000 - 0x18e112fff com.apple.LanguageModeling (1.0 - 366.4.1) <8032B2E5-1A2E-341F-9287-14AD8FE4E8A4> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
|
||||
0x18ee80000 - 0x18f241fff com.apple.security (7.0 - 61040.41.1) <90771C8F-3085-3511-B628-31A4E990408B> /System/Library/Frameworks/Security.framework/Versions/A/Security
|
||||
0x18f242000 - 0x18f4faff7 libicucore.A.dylib (72123.15) <444D2FE1-A09C-369C-BE2E-929350EA2F0E> /usr/lib/libicucore.A.dylib
|
||||
0x18f4fb000 - 0x18f505ff7 libsystem_darwin.dylib (1583.40.7) <EF617F40-254D-325F-BA6B-382CB7D8BC89> /usr/lib/system/libsystem_darwin.dylib
|
||||
0x18f506000 - 0x18f80afff com.apple.CoreServices.CarbonCore (1333 - 1333) <049CCD7B-4151-3816-8FA8-A0BAD75AE69B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
|
||||
0x18f80b000 - 0x18f84afff com.apple.CoreServicesInternal (505 - 505) <5774EE20-DF1A-330E-A776-AEC79006908C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
|
||||
0x18f84b000 - 0x18f88bfff com.apple.CSStore (1141.1 - 1141.1) <75A298B2-F273-3922-97E8-94E19D2517CA> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
|
||||
0x18f88c000 - 0x18f96cfff com.apple.framework.IOKit (2.0.2 - 100065.40.4) <029AEE72-3595-3815-B603-22F4AAA2D06F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
|
||||
0x18f96d000 - 0x18f97dfff libsystem_notify.dylib (317) <D86A0878-9C5C-367C-8A6D-941C5E4C11C2> /usr/lib/system/libsystem_notify.dylib
|
||||
0x1912f5000 - 0x1913bdff7 libboringssl.dylib (480) <1657C102-7B93-3D24-8A87-8E16222EC9EC> /usr/lib/libboringssl.dylib
|
||||
0x1913be000 - 0x1913befff libnetwork.dylib (3762.41.2) <93791E09-CE36-37DE-8897-C32FC6D23F84> /usr/lib/libnetwork.dylib
|
||||
0x1913bf000 - 0x19178ffff com.apple.CFNetwork (1.0 - 1485) <1179E11A-65ED-33E1-9278-CC4904207F31> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
|
||||
0x191790000 - 0x1917a9ff7 libsystem_networkextension.dylib (1838.40.8) <11D8A745-1F2F-3493-872E-C58F13BBD4D2> /usr/lib/system/libsystem_networkextension.dylib
|
||||
0x1917aa000 - 0x1917abfff libenergytrace.dylib (23) <9E6D595D-4E2C-3630-A2DA-1E2586FEF628> /usr/lib/libenergytrace.dylib
|
||||
0x1917ac000 - 0x19181ffdf libMobileGestalt.dylib (1291.40.8) <952B56CC-68E9-3C78-A816-E44605605DE5> /usr/lib/libMobileGestalt.dylib
|
||||
0x191820000 - 0x191837fff libsystem_asl.dylib (398) <9833954F-A010-3492-810A-70F96E17266E> /usr/lib/system/libsystem_asl.dylib
|
||||
0x191838000 - 0x191858ffd com.apple.TCC (1.0 - 1) <C3715C17-3CE9-34B3-A5E7-28BF32CEA401> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
|
||||
0x192dd5000 - 0x192deefff com.apple.ProtocolBuffer (1 - 300.21.8.9.2) <F1D74636-90ED-3BB1-AC8E-02A1D3CC54FC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
|
||||
0x192def000 - 0x192f8bffb libsqlite3.dylib (349.3) <567CDD63-191D-36E4-959B-7DE47C7AFD7A> /usr/lib/libsqlite3.dylib
|
||||
0x193159000 - 0x1931ccfff com.apple.AE (944 - 944) <9A97FC75-CB6D-309B-845E-56C54B72D6A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
|
||||
0x1931cd000 - 0x1931d6ffc libdns_services.dylib (2200.40.37.0.1) <DE9C221B-A464-3183-B46A-03B163E19AF9> /usr/lib/libdns_services.dylib
|
||||
0x1931d7000 - 0x1931dfff3 libsystem_symptoms.dylib (1848.40.12) <B9688985-C611-3987-9BD1-23ABCFA25045> /usr/lib/system/libsystem_symptoms.dylib
|
||||
0x1931e0000 - 0x193dc4fff com.apple.Network (1.0 - 1) <F8A0AACD-1224-39D2-8EC8-E26514CB3E7B> /System/Library/Frameworks/Network.framework/Versions/A/Network
|
||||
0x193dc5000 - 0x193df3fff com.apple.analyticsd (1.0 - 1) <BB176816-C52E-3891-8871-0167C6C9B115> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
|
||||
0x193df4000 - 0x193df5fff libDiagnosticMessagesClient.dylib (113) <AFCE4D17-381C-36BF-99CC-BC79D5014FFF> /usr/lib/libDiagnosticMessagesClient.dylib
|
||||
0x193df6000 - 0x193e3cfff com.apple.spotlight.metadata.utilities (1.0 - 2274.3) <0E25C3BA-5220-375A-8F05-6415CA45DD40> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
|
||||
0x193e3d000 - 0x193ed7fff com.apple.Metadata (14.1 - 2274.3) <17D03259-8852-32B4-9B34-BB973F43FEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
|
||||
0x193ed8000 - 0x193ee0ffb com.apple.DiskArbitration (2.7 - 2.7) <4219AEC5-B906-3E12-BA8D-6847F52AFA0F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
|
||||
0x193ee1000 - 0x1942c5ff7 com.apple.vImage (8.1 - 584) <E3CE61BF-4C11-3B7A-A112-40D70C18FDF6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
|
||||
0x19494b000 - 0x19495afff com.apple.OpenDirectory (14.1 - 642) <D0E9C0F9-4BCC-33B2-8F57-C23220864FF8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
|
||||
0x19495b000 - 0x19497affb com.apple.CFOpenDirectory (14.1 - 642) <B52EC9F3-3415-3F01-A43E-CC3FF1F1C42C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
|
||||
0x19497b000 - 0x194987ff7 com.apple.CoreServices.FSEvents (1376 - 1376) <7D24FA70-0DFF-342C-9D88-FCA31213F8F4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
|
||||
0x194988000 - 0x1949b2fff com.apple.coreservices.SharedFileList (225 - 225) <CF1073F7-E392-374D-AC71-53F1EA909F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
|
||||
0x1949b3000 - 0x1949b9fff libapp_launch_measurement.dylib (17) <3A9DDB7F-800F-3788-A6B5-1B5BCC6343E9> /usr/lib/libapp_launch_measurement.dylib
|
||||
0x1949ba000 - 0x194a03fff com.apple.CoreAutoLayout (1.0 - 32) <CAAAEB7E-12CD-319E-836A-92404A707568> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
|
||||
0x194a04000 - 0x194aecffb libxml2.2.dylib (37.8) <236C8BF2-0800-396C-AF03-B5328CAD1FD6> /usr/lib/libxml2.2.dylib
|
||||
0x196238000 - 0x196261ff7 libsystem_containermanager.dylib (582.40.2.0.1) <444831B7-DB95-3E3A-8C1C-97E49676B185> /usr/lib/system/libsystem_containermanager.dylib
|
||||
0x196262000 - 0x196279fff com.apple.IOSurface (352.0.3 - 352.0.3) <7D9D9E22-C780-3790-BF2B-30FC1A9BF7CB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
|
||||
0x1971b2000 - 0x1971b6fff libsystem_configuration.dylib (1296.40.6) <389249EB-5A9C-362C-985F-6F470280D6F3> /usr/lib/system/libsystem_configuration.dylib
|
||||
0x1971b7000 - 0x1971bcff3 libsystem_sandbox.dylib (2169.41.1) <893061BE-F3BD-3696-AC8D-4DA5E7477A20> /usr/lib/system/libsystem_sandbox.dylib
|
||||
0x1971bf000 - 0x1971c2fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <011F9762-19FD-3500-AF7E-889D3E193FD3> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
|
||||
0x1971c3000 - 0x1971c4fff liblangid.dylib (138) <C1B240F0-F462-31FD-95D9-6C427FB206FC> /usr/lib/liblangid.dylib
|
||||
0x1971c5000 - 0x1972e0fff com.apple.CoreNLP (1.0 - 313) <CC4F248A-A078-376A-ABDD-805EE9918DCB> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
|
||||
0x1972e1000 - 0x1972e6fff com.apple.LinguisticData (1.0 - 483.10) <9E7B9C4C-1E7D-339A-A3A8-A9BB4DCA0255> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
|
||||
0x1972e7000 - 0x197ac1faf libBNNS.dylib (830.40.9.0.1) <65FC5752-9068-3F54-ACC6-C7C2F25A9A33> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
|
||||
0x197ac2000 - 0x197bb2f47 libvDSP.dylib (1041) <6A43D803-7871-3FDA-AD48-B1C2F1F50930> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
|
||||
0x197bb3000 - 0x197be5fff com.apple.CoreEmoji (1.0 - 200.151) <85D6BBAF-FF34-3AC9-903C-571C45856662> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
|
||||
0x197be6000 - 0x197bf5ff7 com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <103B98C3-473A-3B24-AC4B-8E5D30062CEF> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
|
||||
0x197e16000 - 0x197ea3fff com.apple.securityfoundation (6.0 - 55282) <53711520-62D0-336D-8A69-75B2B1155261> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
|
||||
0x197ea4000 - 0x197ec9fff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <77003297-2742-30A1-9F2B-3CB101228720> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
|
||||
0x197ed5000 - 0x197ed7ffb libquarantine.dylib (172.40.1) <FA2FCD51-D2EB-37A7-AE47-66547DBCAB87> /usr/lib/system/libquarantine.dylib
|
||||
0x197ed8000 - 0x197ee3fff libCheckFix.dylib (32) <FF315593-CF3B-3730-A821-8C0EAC3F0483> /usr/lib/libCheckFix.dylib
|
||||
0x197ee4000 - 0x197efbfff libcoretls.dylib (186) <9A15527C-37F5-3389-AC30-69372529D496> /usr/lib/libcoretls.dylib
|
||||
0x197efc000 - 0x197f0dffb libbsm.0.dylib (89) <17824944-FFBE-32C5-AB4E-E433BA62EF4E> /usr/lib/libbsm.0.dylib
|
||||
0x197f0e000 - 0x197f69fff libmecab.dylib (1062.152) <F3EB13D3-8CBA-34E2-B803-63F3EA10EB07> /usr/lib/libmecab.dylib
|
||||
0x197f6a000 - 0x197f6cffb libgermantok.dylib (29) <F4D1405C-2C7E-327B-A386-40CE828149F3> /usr/lib/libgermantok.dylib
|
||||
0x197f6d000 - 0x197f81fff libLinearAlgebra.dylib (1447) <61E860A6-6912-35A8-819C-F1ACDE6C91FF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
|
||||
0x19850a000 - 0x1985cdfdf com.apple.AppleFSCompression (158 - 1.0) <2FC70EFA-CA67-359C-A3E2-88F70403EAEA> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
|
||||
0x1985ce000 - 0x1985daffb libbz2.1.0.dylib (45) <15785738-C3DB-39BA-9AE9-CC522EABBBA8> /usr/lib/libbz2.1.0.dylib
|
||||
0x1985db000 - 0x1985e0fff libsystem_coreservices.dylib (152.1) <26F9E755-26EC-3974-BEC8-3B706D0254BA> /usr/lib/system/libsystem_coreservices.dylib
|
||||
0x1985e1000 - 0x198612fff com.apple.CoreServices.OSServices (1141.1 - 1141.1) <FDF1AE1F-D646-37FB-8FC6-631C0628AD41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
|
||||
0x1988ee000 - 0x1988fcfff libz.1.dylib (91.40.1.0.1) <7523CDC8-DA6B-382B-8DDC-F63D156A299B> /usr/lib/libz.1.dylib
|
||||
0x1988fd000 - 0x198933ff3 libsystem_m.dylib (3252.40.2) <072B3C9C-C54E-3F27-B231-88482F485502> /usr/lib/system/libsystem_m.dylib
|
||||
0x198934000 - 0x198937fff libcharset.1.dylib (86) <D7FE35E8-A866-3BE0-9828-B8D7363641DE> /usr/lib/libcharset.1.dylib
|
||||
0x198938000 - 0x19893fffb libmacho.dylib (1009) <29C5FB27-B26B-3927-89C1-917051E5D353> /usr/lib/system/libmacho.dylib
|
||||
0x198940000 - 0x19895ffff libkxld.dylib (10002.41.9) <87786C0C-7D78-3B0B-B6B5-6603B8804253> /usr/lib/system/libkxld.dylib
|
||||
0x198960000 - 0x19896dff7 libcommonCrypto.dylib (600025) <4CF0B406-031F-3BC7-8A97-61DFA262C179> /usr/lib/system/libcommonCrypto.dylib
|
||||
0x19896e000 - 0x198978fff libunwind.dylib (1600.112) <18A7097B-A9D1-34C6-8333-0D16CF789585> /usr/lib/system/libunwind.dylib
|
||||
0x198979000 - 0x198980fff liboah.dylib (315.1) <D927DACB-D13E-3976-8065-D41237EC7529> /usr/lib/liboah.dylib
|
||||
0x198981000 - 0x19898aff3 libcopyfile.dylib (196) <CE4F0BED-9109-3557-8B48-45E051D43210> /usr/lib/system/libcopyfile.dylib
|
||||
0x19898b000 - 0x19898efff libcompiler_rt.dylib (103.1) <A7A07A05-6551-3867-A8AE-2935D8FA1B4E> /usr/lib/system/libcompiler_rt.dylib
|
||||
0x19898f000 - 0x198993ffb libsystem_collections.dylib (1583.40.7) <985E00EB-F590-3B07-876A-EFE015DB79EF> /usr/lib/system/libsystem_collections.dylib
|
||||
0x198994000 - 0x198996ffb libsystem_secinit.dylib (143) <A0DAA91D-049F-334F-917F-92DF752CD8F4> /usr/lib/system/libsystem_secinit.dylib
|
||||
0x198997000 - 0x198999ffb libremovefile.dylib (70) <F4566B6C-20B5-334F-86E6-50E4085DADED> /usr/lib/system/libremovefile.dylib
|
||||
0x19899a000 - 0x19899affb libkeymgr.dylib (31) <B6E3DE59-7C3B-3403-89FE-38BBFE86BA90> /usr/lib/system/libkeymgr.dylib
|
||||
0x19899b000 - 0x1989a3ff7 libsystem_dnssd.dylib (2200.40.37.0.1) <D922E985-BD3A-3618-9189-5B931F3CD90C> /usr/lib/system/libsystem_dnssd.dylib
|
||||
0x1989a4000 - 0x1989a9fff libcache.dylib (92) <47B56AFF-F15C-3550-B9B6-560806BC20C5> /usr/lib/system/libcache.dylib
|
||||
0x1989aa000 - 0x1989abfff libSystem.B.dylib (1336) <1E176743-EDDD-309B-AE12-6369F1A2029B> /usr/lib/libSystem.B.dylib
|
||||
0x1989ac000 - 0x1989affff libfakelink.dylib (5) <F66ABAF3-160B-3620-A1DA-03A6735B59F2> /usr/lib/libfakelink.dylib
|
||||
0x1989b0000 - 0x1989b0ffb com.apple.SoftLinking (1.0 - 47) <D4F0F03A-D312-383F-9716-42A16F2EDC03> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
|
||||
0x1989b1000 - 0x1989e6ffb libpcap.A.dylib (126.41.1) <494571FE-C8C2-3193-AA67-A17AC286AA4A> /usr/lib/libpcap.A.dylib
|
||||
0x1989e7000 - 0x1989edff3 libiconv.2.dylib (86) <DD44EA63-4DC7-3F2D-9AC4-2C97751077A9> /usr/lib/libiconv.2.dylib
|
||||
0x1989ee000 - 0x1989fffff libcmph.dylib (8) <615CF8F9-9E63-3C31-A888-73A7C48B702B> /usr/lib/libcmph.dylib
|
||||
0x198a00000 - 0x198a88ff3 libarchive.2.dylib (121.40.3) <010A91A0-9B78-3798-B1D9-F017104C3EE2> /usr/lib/libarchive.2.dylib
|
||||
0x198a89000 - 0x198affff3 com.apple.SearchKit (1.4.1 - 1.4.1) <DF6EA86E-30E2-3DED-9492-6C0FD88ABFDB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
|
||||
0x198b00000 - 0x198b01ff7 libThaiTokenizer.dylib (15) <67E80E6B-32B4-36BF-921C-D5DA2AEC583D> /usr/lib/libThaiTokenizer.dylib
|
||||
0x198b02000 - 0x198b27fff com.apple.applesauce (1.0 - 16.55) <C2C35987-5075-36D0-B681-DBA84FECE5A5> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
|
||||
0x198b28000 - 0x198b41ffb libapple_nghttp2.dylib (16) <DEDDDBE8-B133-345A-A8EE-F9C6741060A6> /usr/lib/libapple_nghttp2.dylib
|
||||
0x198b42000 - 0x198b54fff libSparseBLAS.dylib (1447) <AAACBC27-3922-327B-BA91-2DA8E325FF02> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
|
||||
0x198b57000 - 0x198b5cfff libpam.2.dylib (33) <81CDA9F5-6B0D-300F-B236-BA8141836521> /usr/lib/libpam.2.dylib
|
||||
0x198b5d000 - 0x198c2afcf libcompression.dylib (166) <0CAB9E05-BF75-3913-A9E0-1D85226274AC> /usr/lib/libcompression.dylib
|
||||
0x198c2b000 - 0x198c2fffb libQuadrature.dylib (7) <41C54DE8-6D6E-3091-AE3C-8F93FAE80BD1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
|
||||
0x198c30000 - 0x199da1fff libLAPACK.dylib (1447) <ADA423BF-4D71-3725-80C9-B5D4B18CF539> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
|
||||
0x199da2000 - 0x199df8fff com.apple.DictionaryServices (1.2 - 355) <FB1984F1-531D-35A3-8914-783C22D98265> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
|
||||
0x199df9000 - 0x199e11ff3 liblzma.5.dylib (18) <BC536562-5DAF-36DD-B136-8629CA727660> /usr/lib/liblzma.5.dylib
|
||||
0x199e12000 - 0x199e13ffb libcoretls_cfhelpers.dylib (186) <F2DFAA8D-95A8-3C31-A141-9B404BA04CD2> /usr/lib/libcoretls_cfhelpers.dylib
|
||||
0x199e14000 - 0x199e82ff3 com.apple.APFS (2235.41.1 - 2235.41.1) <1AC37BDF-F264-3A0E-A5AE-0D98174F8095> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
|
||||
0x199e83000 - 0x199e91ffb libxar.1.dylib (498) <22C053D2-5F9A-356A-A3AD-09BD790C6437> /usr/lib/libxar.1.dylib
|
||||
0x199e92000 - 0x199e95ff7 libutil.dylib (72) <AD1A027D-0361-3DAF-B150-29626FAC9552> /usr/lib/libutil.dylib
|
||||
0x199e96000 - 0x199ec1ff3 libxslt.1.dylib (20.3) <215E57F4-CF08-38D9-921F-5AF522C1159A> /usr/lib/libxslt.1.dylib
|
||||
0x199eca000 - 0x199f45fff libvMisc.dylib (1041) <9FEC3CE5-CBA8-3524-83A1-E10C910E101D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
|
||||
0x19a26a000 - 0x19a274fff libheimdal-asn1.dylib (685) <DAD8D17F-A7B5-3CDC-9D98-50A78E6EFD54> /usr/lib/libheimdal-asn1.dylib
|
||||
0x19b968000 - 0x19b9c5ffa libusrtcp.dylib (3762.41.2) <0F6EF57C-DEE8-3D4D-9E33-5F451FF4AFB2> /usr/lib/libusrtcp.dylib
|
||||
0x19b9c6000 - 0x19bf05fff libswiftCore.dylib (5.9 - 5.9.0.123.305) <1FCC7DF4-6B2E-3CBA-9125-EB1ED90943F4> /usr/lib/swift/libswiftCore.dylib
|
||||
0x19de20000 - 0x19df5cfff com.apple.combine (1.0 - 311) <5E78AE31-70E7-3F20-B41B-F0AD6E39D711> /System/Library/Frameworks/Combine.framework/Versions/A/Combine
|
||||
0x19fefa000 - 0x19fefafff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <84B9B13D-FDCC-3AE6-8979-4F138842CA34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
|
||||
0x19ff23000 - 0x19ff23fff com.apple.CoreServices (1226 - 1226) <8A75797D-1FDA-32DA-9E90-07F6CF0E512E> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
|
||||
0x1a0227000 - 0x1a0227fff com.apple.Accelerate (1.11 - Accelerate 1.11) <02B4577F-7DB2-3A40-8800-656D8D30A763> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
|
||||
0x1a158a000 - 0x1a15a2ff7 libswiftDispatch.dylib (34.0.2) <ECD9F4AE-F43A-38A1-BDA4-EB79FABEA3CB> /usr/lib/swift/libswiftDispatch.dylib
|
||||
0x1a3d64000 - 0x1a3d67ff5 libswiftObjectiveC.dylib (8) <DF94001E-2862-3E49-AECA-BF67D0E36A93> /usr/lib/swift/libswiftObjectiveC.dylib
|
||||
0x1a3d68000 - 0x1a3d80fff libswiftos.dylib (1040) <9B41C748-9156-304D-B221-025E455A9B6D> /usr/lib/swift/libswiftos.dylib
|
||||
0x1aea89000 - 0x1aea92ff7 libswiftDarwin.dylib (??? - 5.9.0.123.305) <05D38AAE-B8B9-3AC5-A653-3597E052AC32> /usr/lib/swift/libswiftDarwin.dylib
|
||||
0x1b0c92000 - 0x1b0ca5fff libmis.dylib (381) <8AB6E1A0-4242-3689-8B67-59F86F022FE2> /usr/lib/libmis.dylib
|
||||
0x1b0cb3000 - 0x1b0cb9fff libswiftCoreFoundation.dylib (2000) <C72AD963-EE1A-3C1D-9F61-ADC0B89D7858> /usr/lib/swift/libswiftCoreFoundation.dylib
|
||||
0x1b0cc9000 - 0x1b0cfeff7 libswiftXPC.dylib (29.0.2) <9E6314D3-CE1C-3970-8350-26043FCAA913> /usr/lib/swift/libswiftXPC.dylib
|
||||
0x1b0d00000 - 0x1b0d00fff libswiftIOKit.dylib (1) <CB259AD3-A67F-3B6F-B371-0B75F7275AEF> /usr/lib/swift/libswiftIOKit.dylib
|
||||
0x1c0782000 - 0x1c0789fff com.apple.MobileSystemServices (1.0 - 1) <E6E45DDC-53E9-39C1-BFD8-0C2C3791D685> /System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices
|
||||
0x1f1469000 - 0x1f146cfff com.apple.ConfigProfileHelper (16.1 - 1622) <CF4485F8-2BE2-33DA-AD1B-182B3247793A> /System/Library/PrivateFrameworks/ConfigProfileHelper.framework/Versions/A/ConfigProfileHelper
|
||||
0x1fe70f000 - 0x1fe722fff com.apple.private.AppleMobileFileIntegrity-fmk (1.0 - 1) <8039181A-3E85-3233-B9D9-7563C9E165FD> /System/Library/PrivateFrameworks/AppleMobileFileIntegrity.framework/Versions/A/AppleMobileFileIntegrity
|
||||
0x200b03000 - 0x200c61fff com.apple.CollectionsInternal (1.1.0 - 19) <6A16A70E-B3E9-3ECE-9485-2192FF0C1506> /System/Library/PrivateFrameworks/CollectionsInternal.framework/Versions/A/CollectionsInternal
|
||||
0x20e5cf000 - 0x20e6a6fff com.apple.InstalledContentLibrary (1.0 - 1.0) <9920C0DA-5FB7-34CF-A15C-3E753F8DF951> /System/Library/PrivateFrameworks/InstalledContentLibrary.framework/Versions/A/InstalledContentLibrary
|
||||
0x21030c000 - 0x2107e0ffb com.apple.MIL (5.33 - 5.33.5) <DAADE6DE-6FD3-367B-8B6F-57634CF68CE7> /System/Library/PrivateFrameworks/MIL.framework/Versions/A/MIL
|
||||
0x211ad9000 - 0x211b23fff com.apple.MessageSecurity (1.0 - 101.40.6) <2F806526-DC8F-3A34-9959-50112A8251D3> /System/Library/PrivateFrameworks/MessageSecurity.framework/Versions/A/MessageSecurity
|
||||
0x216646000 - 0x21664cff7 com.apple.ReflectionInternal (1.0.0 - 19) <3CE1C9E3-0652-3F64-BCB5-8EC03A0FFD99> /System/Library/PrivateFrameworks/ReflectionInternal.framework/Versions/A/ReflectionInternal
|
||||
0x216c32000 - 0x216c48ff7 com.apple.RuntimeInternal (1.0.0 - 19) <01065A3F-0218-3BAE-8832-1FBF07AD6712> /System/Library/PrivateFrameworks/RuntimeInternal.framework/Versions/A/RuntimeInternal
|
||||
0x229daa000 - 0x229db5fff libCoreEntitlements.dylib (53) <73C57354-D94C-3CC2-99F7-06B75FC7DE4A> /usr/lib/libCoreEntitlements.dylib
|
||||
0x229f93000 - 0x229f9efff libTLE.dylib (53) <2B0C780B-984D-36DA-938E-7CBE9AA241B2> /usr/lib/libTLE.dylib
|
||||
0x22b30c000 - 0x22b36aff3 libswift_Concurrency.dylib (5.9 - 5.9.0.123.305) <044E4103-2CB6-37B9-9F4B-A53237EA4521> /usr/lib/swift/libswift_Concurrency.dylib
|
||||
0x22b3a9000 - 0x22b454fff libswift_RegexParser.dylib (??? - 5.9.0.123.305) <B781D884-4E43-3FF6-8EBB-253229EF0F2C> /usr/lib/swift/libswift_RegexParser.dylib
|
||||
0x22b455000 - 0x22b4f5fff libswift_StringProcessing.dylib (??? - 5.9.0.123.305) <97484081-9BDD-3AD8-8554-1C3E3FA349B4> /usr/lib/swift/libswift_StringProcessing.dylib
|
||||
0x22b636000 - 0x22b639fff libsystem_darwindirectory.dylib (86.0.2) <8C2C7C2A-F18E-3196-BB40-B4BB95C5BFF9> /usr/lib/system/libsystem_darwindirectory.dylib
|
||||
|
||||
384
deadlock_3.txt
384
deadlock_3.txt
|
|
@ -1,384 +0,0 @@
|
|||
|
||||
Analysis of sampling rqbit (pid 41436) every 1 millisecond
|
||||
Process: rqbit [41436]
|
||||
Path: /Users/USER/*/rqbit
|
||||
Load Address: 0x1046f8000
|
||||
Identifier: rqbit
|
||||
Version: 0
|
||||
Code Type: ARM64
|
||||
Platform: macOS
|
||||
Parent Process: bash [2715]
|
||||
|
||||
Date/Time: 2023-11-19 17:00:11.343 +0000
|
||||
Launch Time: 2023-11-19 16:58:26.196 +0000
|
||||
OS Version: macOS 14.1 (23B74)
|
||||
Report Version: 7
|
||||
Analysis Tool: /usr/bin/sample
|
||||
|
||||
Physical footprint: 18.0M
|
||||
Physical footprint (peak): 18.8M
|
||||
Idle exit: untracked
|
||||
----
|
||||
|
||||
Call graph:
|
||||
8187 Thread_2499321 DispatchQueue_1: com.apple.main-thread (serial)
|
||||
+ 8187 start (in dyld) + 2360 [0x18bddd0e0]
|
||||
+ 8187 main (in rqbit) + 32 [0x104790d10]
|
||||
+ 8187 std::rt::lang_start::hc92c8460d670427e (in rqbit) + 44 [0x1047d8260] rt.rs:166
|
||||
+ 8187 std::rt::lang_start_internal::hea4720c823b0b053 (in rqbit) + 648 [0x104b0d8d0]
|
||||
+ 8187 std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::hf04eff045c3204ce (in rqbit) + 24 [0x1047d8284] rt.rs:167
|
||||
+ 8187 std::sys_common::backtrace::__rust_begin_short_backtrace::hc575c434e3c9f843 (in rqbit) + 12 [0x104756330] backtrace.rs:154
|
||||
+ 8187 rqbit::main::hfdee818328ed2d4e (in rqbit) + 3604 [0x104785f50] main.rs:221
|
||||
+ 8187 tokio::runtime::runtime::Runtime::block_on::h41f524f37dfac32b (in rqbit) + 484 [0x1047e8fbc] runtime.rs:350
|
||||
+ 8187 tokio::runtime::park::CachedParkThread::block_on::hd6c99b8d2957d23a (in rqbit) + 248 [0x10478011c] park.rs:286
|
||||
+ 8187 (.llvm.1541039607769432884) (in rqbit) + 256 [0x104a5df08]
|
||||
+ 8187 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8187 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8187 Thread_2499334: tokio-runtime-worker
|
||||
+ 8187 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8187 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8187 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104b1a654]
|
||||
+ 8187 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x104a68558]
|
||||
+ 8187 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x104a59624]
|
||||
+ 8187 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x104a5cd00]
|
||||
+ 8187 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10485927c]
|
||||
+ 8187 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10485b234]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x104a6181c]
|
||||
+ 8187 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x104a5fef0]
|
||||
+ 8187 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x104a661b0]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x104a62060]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x104a62720]
|
||||
+ 8187 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c (in rqbit) + 124 [0x1048584b4]
|
||||
+ 8187 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 (in rqbit) + 6312 [0x104841910]
|
||||
+ 8187 _$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::heaf39ed4d1b44001 (in rqbit) + 3200 [0x1048752cc]
|
||||
+ 8187 _$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hd1fafc35289e3666 (in rqbit) + 996 [0x104849f8c]
|
||||
+ 8187 librqbit::torrent_state::PeerHandler::on_received_piece::hf3408148458b4a03 (in rqbit) + 956 [0x10484d638]
|
||||
+ 8187 parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313 (in rqbit) + 724 [0x104b5f348]
|
||||
+ 8187 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8187 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8187 Thread_2499336: tokio-runtime-worker
|
||||
+ 8187 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8187 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8187 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104b1a654]
|
||||
+ 8187 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x104a68558]
|
||||
+ 8187 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x104a59624]
|
||||
+ 8187 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x104a5cd00]
|
||||
+ 8187 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10485927c]
|
||||
+ 8187 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10485b234]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x104a6181c]
|
||||
+ 8187 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x104a5fef0]
|
||||
+ 8187 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x104a661b0]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x104a623b4]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x104a62b30]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x104a5aa98]
|
||||
+ 8187 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8187 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8187 Thread_2499337: tokio-runtime-worker
|
||||
+ 8187 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8187 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8187 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104b1a654]
|
||||
+ 8187 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x104a68558]
|
||||
+ 8187 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x104a59624]
|
||||
+ 8187 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x104a5cd00]
|
||||
+ 8187 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10485927c]
|
||||
+ 8187 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10485b234]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x104a6181c]
|
||||
+ 8187 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x104a5fef0]
|
||||
+ 8187 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x104a661b0]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x104a623b4]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x104a62b30]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x104a5aa98]
|
||||
+ 8187 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8187 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8187 Thread_2499338: tokio-runtime-worker
|
||||
+ 8187 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8187 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8187 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104b1a654]
|
||||
+ 8187 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x104a68558]
|
||||
+ 8187 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x104a59624]
|
||||
+ 8187 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x104a5cd00]
|
||||
+ 8187 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10485927c]
|
||||
+ 8187 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10485b234]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x104a6181c]
|
||||
+ 8187 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x104a5fef0]
|
||||
+ 8187 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x104a661b0]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x104a623b4]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x104a62b30]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x104a5aa98]
|
||||
+ 8187 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8187 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8187 Thread_2499344: tokio-runtime-worker
|
||||
+ 8187 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8187 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8187 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104b1a654]
|
||||
+ 8187 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x104a68558]
|
||||
+ 8187 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x104a59624]
|
||||
+ 8187 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x104a5cd00]
|
||||
+ 8187 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10485927c]
|
||||
+ 8187 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10485b234]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x104a6181c]
|
||||
+ 8187 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x104a5fef0]
|
||||
+ 8187 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x104a661b0]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x104a62060]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x104a62720]
|
||||
+ 8187 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hb33feb246c22b65a (in rqbit) + 120 [0x104858dfc]
|
||||
+ 8187 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::he46a59e86a4040f3 (in rqbit) + 2984 [0x104843cb8]
|
||||
+ 8187 librqbit::torrent_state::TorrentState::reserve_next_needed_piece::h4003aa9a864bc6d1 (in rqbit) + 948 [0x104847290]
|
||||
+ 8187 parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313 (in rqbit) + 724 [0x104b5f348]
|
||||
+ 8187 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8187 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8187 Thread_2499345: tokio-runtime-worker
|
||||
+ 8187 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8187 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8187 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104b1a654]
|
||||
+ 8187 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x104a68558]
|
||||
+ 8187 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x104a59624]
|
||||
+ 8187 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x104a5cd00]
|
||||
+ 8187 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10485927c]
|
||||
+ 8187 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10485b234]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x104a6181c]
|
||||
+ 8187 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x104a5fef0]
|
||||
+ 8187 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x104a661b0]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x104a623b4]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x104a62b30]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x104a5aa98]
|
||||
+ 8187 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8187 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8187 Thread_2499448: tokio-runtime-worker
|
||||
+ 8187 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8187 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8187 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104b1a654]
|
||||
+ 8187 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x104a68558]
|
||||
+ 8187 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x104a59624]
|
||||
+ 8187 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x104a5cd00]
|
||||
+ 8187 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10485927c]
|
||||
+ 8187 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10485b234]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x104a6181c]
|
||||
+ 8187 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x104a5fef0]
|
||||
+ 8187 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x104a661b0]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x104a623b4]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x104a62b30]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x104a5aa98]
|
||||
+ 8187 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8187 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8187 Thread_2499465: tokio-runtime-worker
|
||||
+ 8187 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8187 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8187 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104b1a654]
|
||||
+ 8187 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x104a68558]
|
||||
+ 8187 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x104a59624]
|
||||
+ 8187 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x104a5cd00]
|
||||
+ 8187 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10485927c]
|
||||
+ 8187 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10485b234]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x104a6181c]
|
||||
+ 8187 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x104a5fef0]
|
||||
+ 8187 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x104a661b0]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2364 [0x104a621f0]
|
||||
+ 8187 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x104a62720]
|
||||
+ 8187 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c (in rqbit) + 124 [0x1048584b4]
|
||||
+ 8187 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 (in rqbit) + 6312 [0x104841910]
|
||||
+ 8187 _$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::heaf39ed4d1b44001 (in rqbit) + 3200 [0x1048752cc]
|
||||
+ 8187 _$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hd1fafc35289e3666 (in rqbit) + 996 [0x104849f8c]
|
||||
+ 8187 librqbit::torrent_state::PeerHandler::on_received_piece::hf3408148458b4a03 (in rqbit) + 168 [0x10484d324]
|
||||
+ 8187 _$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_get_mut::ha163c599d0d0a786 (in rqbit) + 588 [0x10488291c]
|
||||
+ 8187 dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e (in rqbit) + 1176 [0x104b51444]
|
||||
+ 8187 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8187 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8187 Thread_2499466: tokio-runtime-worker
|
||||
8187 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
8187 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
8187 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104b1a654]
|
||||
8187 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x104a68558]
|
||||
8187 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x104a59624]
|
||||
8187 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x104a5cd00]
|
||||
8187 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10485927c]
|
||||
8187 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10485b234]
|
||||
8187 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x104a6181c]
|
||||
8187 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x104a5fef0]
|
||||
8187 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x104a661b0]
|
||||
8187 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x104a623b4]
|
||||
8187 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x104a62b30]
|
||||
8187 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x104a5aa98]
|
||||
8187 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
8187 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
|
||||
Total number in stack (recursive counted multiple, when >=5):
|
||||
10 __psynch_cvwait (in libsystem_kernel.dylib) + 0 [0x18c11c0a4]
|
||||
10 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
9 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
9 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x104a68558]
|
||||
9 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10485b234]
|
||||
9 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x104b1a654]
|
||||
9 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x104a59624]
|
||||
9 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
9 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x104a5cd00]
|
||||
9 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x104a5fef0]
|
||||
9 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x104a661b0]
|
||||
9 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x104a6181c]
|
||||
9 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10485927c]
|
||||
6 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x104a5aa98]
|
||||
6 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x104a62b30]
|
||||
6 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x104a623b4]
|
||||
|
||||
Sort by top of stack, same collapsed (when >= 5):
|
||||
__psynch_cvwait (in libsystem_kernel.dylib) 81870
|
||||
|
||||
Binary Images:
|
||||
0x1046f8000 - 0x104cb7ffb +rqbit (0) <5761B6C8-03EF-3857-ADB1-47469005C346> /Users/*/rqbit
|
||||
0x18bd88000 - 0x18bdd6f08 libobjc.A.dylib (906) <49E2DCB3-F014-3FCF-949B-F5F57B3EF0A8> /usr/lib/libobjc.A.dylib
|
||||
0x18bdd7000 - 0x18be6b317 dyld (1.0.0 - 1122.1.2) <EC7A3BA0-F9BF-3AB8-A0F4-8622E5606B20> /usr/lib/dyld
|
||||
0x18be6c000 - 0x18be70ff8 libsystem_blocks.dylib (90) <A2904D7C-66C8-36E7-BC4B-D30025BA0351> /usr/lib/system/libsystem_blocks.dylib
|
||||
0x18be71000 - 0x18beb7fff libxpc.dylib (2679.40.6) <212B4ED6-CBB2-33DE-95C0-7F8A405B3EBD> /usr/lib/system/libxpc.dylib
|
||||
0x18beb8000 - 0x18bed2fff libsystem_trace.dylib (1481.40.16) <91ECA044-8462-3293-AEEA-183BF841CBA2> /usr/lib/system/libsystem_trace.dylib
|
||||
0x18bed3000 - 0x18bf70ff7 libcorecrypto.dylib (1608.40.12) <5258A992-DC2A-3A90-90F1-A64863C450A7> /usr/lib/system/libcorecrypto.dylib
|
||||
0x18bf71000 - 0x18bfa7fff libsystem_malloc.dylib (474.0.13) <901200AA-1016-3DAA-8816-5032588ED460> /usr/lib/system/libsystem_malloc.dylib
|
||||
0x18bfa8000 - 0x18bfeefff libdispatch.dylib (1462.0.4) <DC1D0187-7149-3100-BC63-F633AFEBEE6C> /usr/lib/system/libdispatch.dylib
|
||||
0x18bfef000 - 0x18bff1fff libsystem_featureflags.dylib (85) <3282C86B-3BD7-353A-AC3E-09BCC631BB1F> /usr/lib/system/libsystem_featureflags.dylib
|
||||
0x18bff2000 - 0x18c070ffb libsystem_c.dylib (1583.40.7) <DECB8685-F34A-3979-AFCB-71FB55747E41> /usr/lib/system/libsystem_c.dylib
|
||||
0x18c071000 - 0x18c0feff7 libc++.1.dylib (1600.151) <3702EEDE-997D-38E6-A6A1-C08EB22C375B> /usr/lib/libc++.1.dylib
|
||||
0x18c0ff000 - 0x18c116fff libc++abi.dylib (1600.151) <EDBB6DF0-72F9-3BC2-96FA-A86E05D3D305> /usr/lib/libc++abi.dylib
|
||||
0x18c117000 - 0x18c151fef libsystem_kernel.dylib (10002.41.9) <B7751381-1442-30B5-91B9-AD7BE461BEBE> /usr/lib/system/libsystem_kernel.dylib
|
||||
0x18c152000 - 0x18c15eff3 libsystem_pthread.dylib (519) <DAF95373-5DE6-39A1-A6CE-D87F3F0629CC> /usr/lib/system/libsystem_pthread.dylib
|
||||
0x18c15f000 - 0x18c183fff libdyld.dylib (1122.1.2) <D9526862-A8B2-3424-98E7-74D5A18F9250> /usr/lib/system/libdyld.dylib
|
||||
0x18c184000 - 0x18c18affb libsystem_platform.dylib (306.0.1) <FC8CD17B-8769-348C-8DCD-1BFED022F9E4> /usr/lib/system/libsystem_platform.dylib
|
||||
0x18c18b000 - 0x18c1b7ffb libsystem_info.dylib (583.0.1) <D4F1ECDB-5AA0-3733-81D9-C9529001A13C> /usr/lib/system/libsystem_info.dylib
|
||||
0x18c1b8000 - 0x18c68ffff com.apple.CoreFoundation (6.9 - 2106) <9F046E36-7286-3A6E-A280-699D6E47CFAF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
|
||||
0x18c690000 - 0x18c942fff com.apple.LaunchServices (1141.1 - 1141.1) <0C46B08C-2AA0-345C-BF3B-44F28B9DBB86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
|
||||
0x18ca8e000 - 0x18ce17fff libBLAS.dylib (1447) <25959BCE-50A3-3E96-8DB9-C9E15FD822C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
|
||||
0x18ce18000 - 0x18cf04ff7 com.apple.Lexicon-framework (1.0 - 134) <FC7205C8-BD91-3ECB-A9BF-9941820AC7D4> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
|
||||
0x18cf05000 - 0x18cf6bff7 libSparse.dylib (123) <E49166F6-F30F-33AC-8A95-72A506468607> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
|
||||
0x18cf6c000 - 0x18cffeffb com.apple.SystemConfiguration (1.21 - 1.21) <C4675C71-62CE-3C11-8A7B-57B201E24ECE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
|
||||
0x18cfff000 - 0x18d033ffb libCRFSuite.dylib (52) <CB535ED3-867C-3857-8545-FF09265E880D> /usr/lib/libCRFSuite.dylib
|
||||
0x18d2e2000 - 0x18df2ffff com.apple.Foundation (6.9 - 2106) <2126FD9A-52CE-3EB2-8640-B57535E073B8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
|
||||
0x18df30000 - 0x18e112fff com.apple.LanguageModeling (1.0 - 366.4.1) <8032B2E5-1A2E-341F-9287-14AD8FE4E8A4> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
|
||||
0x18ee80000 - 0x18f241fff com.apple.security (7.0 - 61040.41.1) <90771C8F-3085-3511-B628-31A4E990408B> /System/Library/Frameworks/Security.framework/Versions/A/Security
|
||||
0x18f242000 - 0x18f4faff7 libicucore.A.dylib (72123.15) <444D2FE1-A09C-369C-BE2E-929350EA2F0E> /usr/lib/libicucore.A.dylib
|
||||
0x18f4fb000 - 0x18f505ff7 libsystem_darwin.dylib (1583.40.7) <EF617F40-254D-325F-BA6B-382CB7D8BC89> /usr/lib/system/libsystem_darwin.dylib
|
||||
0x18f506000 - 0x18f80afff com.apple.CoreServices.CarbonCore (1333 - 1333) <049CCD7B-4151-3816-8FA8-A0BAD75AE69B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
|
||||
0x18f80b000 - 0x18f84afff com.apple.CoreServicesInternal (505 - 505) <5774EE20-DF1A-330E-A776-AEC79006908C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
|
||||
0x18f84b000 - 0x18f88bfff com.apple.CSStore (1141.1 - 1141.1) <75A298B2-F273-3922-97E8-94E19D2517CA> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
|
||||
0x18f88c000 - 0x18f96cfff com.apple.framework.IOKit (2.0.2 - 100065.40.4) <029AEE72-3595-3815-B603-22F4AAA2D06F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
|
||||
0x18f96d000 - 0x18f97dfff libsystem_notify.dylib (317) <D86A0878-9C5C-367C-8A6D-941C5E4C11C2> /usr/lib/system/libsystem_notify.dylib
|
||||
0x1912f5000 - 0x1913bdff7 libboringssl.dylib (480) <1657C102-7B93-3D24-8A87-8E16222EC9EC> /usr/lib/libboringssl.dylib
|
||||
0x1913be000 - 0x1913befff libnetwork.dylib (3762.41.2) <93791E09-CE36-37DE-8897-C32FC6D23F84> /usr/lib/libnetwork.dylib
|
||||
0x1913bf000 - 0x19178ffff com.apple.CFNetwork (1.0 - 1485) <1179E11A-65ED-33E1-9278-CC4904207F31> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
|
||||
0x191790000 - 0x1917a9ff7 libsystem_networkextension.dylib (1838.40.8) <11D8A745-1F2F-3493-872E-C58F13BBD4D2> /usr/lib/system/libsystem_networkextension.dylib
|
||||
0x1917aa000 - 0x1917abfff libenergytrace.dylib (23) <9E6D595D-4E2C-3630-A2DA-1E2586FEF628> /usr/lib/libenergytrace.dylib
|
||||
0x1917ac000 - 0x19181ffdf libMobileGestalt.dylib (1291.40.8) <952B56CC-68E9-3C78-A816-E44605605DE5> /usr/lib/libMobileGestalt.dylib
|
||||
0x191820000 - 0x191837fff libsystem_asl.dylib (398) <9833954F-A010-3492-810A-70F96E17266E> /usr/lib/system/libsystem_asl.dylib
|
||||
0x191838000 - 0x191858ffd com.apple.TCC (1.0 - 1) <C3715C17-3CE9-34B3-A5E7-28BF32CEA401> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
|
||||
0x192dd5000 - 0x192deefff com.apple.ProtocolBuffer (1 - 300.21.8.9.2) <F1D74636-90ED-3BB1-AC8E-02A1D3CC54FC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
|
||||
0x192def000 - 0x192f8bffb libsqlite3.dylib (349.3) <567CDD63-191D-36E4-959B-7DE47C7AFD7A> /usr/lib/libsqlite3.dylib
|
||||
0x193159000 - 0x1931ccfff com.apple.AE (944 - 944) <9A97FC75-CB6D-309B-845E-56C54B72D6A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
|
||||
0x1931cd000 - 0x1931d6ffc libdns_services.dylib (2200.40.37.0.1) <DE9C221B-A464-3183-B46A-03B163E19AF9> /usr/lib/libdns_services.dylib
|
||||
0x1931d7000 - 0x1931dfff3 libsystem_symptoms.dylib (1848.40.12) <B9688985-C611-3987-9BD1-23ABCFA25045> /usr/lib/system/libsystem_symptoms.dylib
|
||||
0x1931e0000 - 0x193dc4fff com.apple.Network (1.0 - 1) <F8A0AACD-1224-39D2-8EC8-E26514CB3E7B> /System/Library/Frameworks/Network.framework/Versions/A/Network
|
||||
0x193dc5000 - 0x193df3fff com.apple.analyticsd (1.0 - 1) <BB176816-C52E-3891-8871-0167C6C9B115> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
|
||||
0x193df4000 - 0x193df5fff libDiagnosticMessagesClient.dylib (113) <AFCE4D17-381C-36BF-99CC-BC79D5014FFF> /usr/lib/libDiagnosticMessagesClient.dylib
|
||||
0x193df6000 - 0x193e3cfff com.apple.spotlight.metadata.utilities (1.0 - 2274.3) <0E25C3BA-5220-375A-8F05-6415CA45DD40> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
|
||||
0x193e3d000 - 0x193ed7fff com.apple.Metadata (14.1 - 2274.3) <17D03259-8852-32B4-9B34-BB973F43FEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
|
||||
0x193ed8000 - 0x193ee0ffb com.apple.DiskArbitration (2.7 - 2.7) <4219AEC5-B906-3E12-BA8D-6847F52AFA0F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
|
||||
0x193ee1000 - 0x1942c5ff7 com.apple.vImage (8.1 - 584) <E3CE61BF-4C11-3B7A-A112-40D70C18FDF6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
|
||||
0x19494b000 - 0x19495afff com.apple.OpenDirectory (14.1 - 642) <D0E9C0F9-4BCC-33B2-8F57-C23220864FF8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
|
||||
0x19495b000 - 0x19497affb com.apple.CFOpenDirectory (14.1 - 642) <B52EC9F3-3415-3F01-A43E-CC3FF1F1C42C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
|
||||
0x19497b000 - 0x194987ff7 com.apple.CoreServices.FSEvents (1376 - 1376) <7D24FA70-0DFF-342C-9D88-FCA31213F8F4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
|
||||
0x194988000 - 0x1949b2fff com.apple.coreservices.SharedFileList (225 - 225) <CF1073F7-E392-374D-AC71-53F1EA909F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
|
||||
0x1949b3000 - 0x1949b9fff libapp_launch_measurement.dylib (17) <3A9DDB7F-800F-3788-A6B5-1B5BCC6343E9> /usr/lib/libapp_launch_measurement.dylib
|
||||
0x1949ba000 - 0x194a03fff com.apple.CoreAutoLayout (1.0 - 32) <CAAAEB7E-12CD-319E-836A-92404A707568> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
|
||||
0x194a04000 - 0x194aecffb libxml2.2.dylib (37.8) <236C8BF2-0800-396C-AF03-B5328CAD1FD6> /usr/lib/libxml2.2.dylib
|
||||
0x196238000 - 0x196261ff7 libsystem_containermanager.dylib (582.40.2.0.1) <444831B7-DB95-3E3A-8C1C-97E49676B185> /usr/lib/system/libsystem_containermanager.dylib
|
||||
0x196262000 - 0x196279fff com.apple.IOSurface (352.0.3 - 352.0.3) <7D9D9E22-C780-3790-BF2B-30FC1A9BF7CB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
|
||||
0x1971b2000 - 0x1971b6fff libsystem_configuration.dylib (1296.40.6) <389249EB-5A9C-362C-985F-6F470280D6F3> /usr/lib/system/libsystem_configuration.dylib
|
||||
0x1971b7000 - 0x1971bcff3 libsystem_sandbox.dylib (2169.41.1) <893061BE-F3BD-3696-AC8D-4DA5E7477A20> /usr/lib/system/libsystem_sandbox.dylib
|
||||
0x1971bf000 - 0x1971c2fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <011F9762-19FD-3500-AF7E-889D3E193FD3> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
|
||||
0x1971c3000 - 0x1971c4fff liblangid.dylib (138) <C1B240F0-F462-31FD-95D9-6C427FB206FC> /usr/lib/liblangid.dylib
|
||||
0x1971c5000 - 0x1972e0fff com.apple.CoreNLP (1.0 - 313) <CC4F248A-A078-376A-ABDD-805EE9918DCB> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
|
||||
0x1972e1000 - 0x1972e6fff com.apple.LinguisticData (1.0 - 483.10) <9E7B9C4C-1E7D-339A-A3A8-A9BB4DCA0255> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
|
||||
0x1972e7000 - 0x197ac1faf libBNNS.dylib (830.40.9.0.1) <65FC5752-9068-3F54-ACC6-C7C2F25A9A33> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
|
||||
0x197ac2000 - 0x197bb2f47 libvDSP.dylib (1041) <6A43D803-7871-3FDA-AD48-B1C2F1F50930> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
|
||||
0x197bb3000 - 0x197be5fff com.apple.CoreEmoji (1.0 - 200.151) <85D6BBAF-FF34-3AC9-903C-571C45856662> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
|
||||
0x197be6000 - 0x197bf5ff7 com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <103B98C3-473A-3B24-AC4B-8E5D30062CEF> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
|
||||
0x197e16000 - 0x197ea3fff com.apple.securityfoundation (6.0 - 55282) <53711520-62D0-336D-8A69-75B2B1155261> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
|
||||
0x197ea4000 - 0x197ec9fff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <77003297-2742-30A1-9F2B-3CB101228720> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
|
||||
0x197ed5000 - 0x197ed7ffb libquarantine.dylib (172.40.1) <FA2FCD51-D2EB-37A7-AE47-66547DBCAB87> /usr/lib/system/libquarantine.dylib
|
||||
0x197ed8000 - 0x197ee3fff libCheckFix.dylib (32) <FF315593-CF3B-3730-A821-8C0EAC3F0483> /usr/lib/libCheckFix.dylib
|
||||
0x197ee4000 - 0x197efbfff libcoretls.dylib (186) <9A15527C-37F5-3389-AC30-69372529D496> /usr/lib/libcoretls.dylib
|
||||
0x197efc000 - 0x197f0dffb libbsm.0.dylib (89) <17824944-FFBE-32C5-AB4E-E433BA62EF4E> /usr/lib/libbsm.0.dylib
|
||||
0x197f0e000 - 0x197f69fff libmecab.dylib (1062.152) <F3EB13D3-8CBA-34E2-B803-63F3EA10EB07> /usr/lib/libmecab.dylib
|
||||
0x197f6a000 - 0x197f6cffb libgermantok.dylib (29) <F4D1405C-2C7E-327B-A386-40CE828149F3> /usr/lib/libgermantok.dylib
|
||||
0x197f6d000 - 0x197f81fff libLinearAlgebra.dylib (1447) <61E860A6-6912-35A8-819C-F1ACDE6C91FF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
|
||||
0x19850a000 - 0x1985cdfdf com.apple.AppleFSCompression (158 - 1.0) <2FC70EFA-CA67-359C-A3E2-88F70403EAEA> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
|
||||
0x1985ce000 - 0x1985daffb libbz2.1.0.dylib (45) <15785738-C3DB-39BA-9AE9-CC522EABBBA8> /usr/lib/libbz2.1.0.dylib
|
||||
0x1985db000 - 0x1985e0fff libsystem_coreservices.dylib (152.1) <26F9E755-26EC-3974-BEC8-3B706D0254BA> /usr/lib/system/libsystem_coreservices.dylib
|
||||
0x1985e1000 - 0x198612fff com.apple.CoreServices.OSServices (1141.1 - 1141.1) <FDF1AE1F-D646-37FB-8FC6-631C0628AD41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
|
||||
0x1988ee000 - 0x1988fcfff libz.1.dylib (91.40.1.0.1) <7523CDC8-DA6B-382B-8DDC-F63D156A299B> /usr/lib/libz.1.dylib
|
||||
0x1988fd000 - 0x198933ff3 libsystem_m.dylib (3252.40.2) <072B3C9C-C54E-3F27-B231-88482F485502> /usr/lib/system/libsystem_m.dylib
|
||||
0x198934000 - 0x198937fff libcharset.1.dylib (86) <D7FE35E8-A866-3BE0-9828-B8D7363641DE> /usr/lib/libcharset.1.dylib
|
||||
0x198938000 - 0x19893fffb libmacho.dylib (1009) <29C5FB27-B26B-3927-89C1-917051E5D353> /usr/lib/system/libmacho.dylib
|
||||
0x198940000 - 0x19895ffff libkxld.dylib (10002.41.9) <87786C0C-7D78-3B0B-B6B5-6603B8804253> /usr/lib/system/libkxld.dylib
|
||||
0x198960000 - 0x19896dff7 libcommonCrypto.dylib (600025) <4CF0B406-031F-3BC7-8A97-61DFA262C179> /usr/lib/system/libcommonCrypto.dylib
|
||||
0x19896e000 - 0x198978fff libunwind.dylib (1600.112) <18A7097B-A9D1-34C6-8333-0D16CF789585> /usr/lib/system/libunwind.dylib
|
||||
0x198979000 - 0x198980fff liboah.dylib (315.1) <D927DACB-D13E-3976-8065-D41237EC7529> /usr/lib/liboah.dylib
|
||||
0x198981000 - 0x19898aff3 libcopyfile.dylib (196) <CE4F0BED-9109-3557-8B48-45E051D43210> /usr/lib/system/libcopyfile.dylib
|
||||
0x19898b000 - 0x19898efff libcompiler_rt.dylib (103.1) <A7A07A05-6551-3867-A8AE-2935D8FA1B4E> /usr/lib/system/libcompiler_rt.dylib
|
||||
0x19898f000 - 0x198993ffb libsystem_collections.dylib (1583.40.7) <985E00EB-F590-3B07-876A-EFE015DB79EF> /usr/lib/system/libsystem_collections.dylib
|
||||
0x198994000 - 0x198996ffb libsystem_secinit.dylib (143) <A0DAA91D-049F-334F-917F-92DF752CD8F4> /usr/lib/system/libsystem_secinit.dylib
|
||||
0x198997000 - 0x198999ffb libremovefile.dylib (70) <F4566B6C-20B5-334F-86E6-50E4085DADED> /usr/lib/system/libremovefile.dylib
|
||||
0x19899a000 - 0x19899affb libkeymgr.dylib (31) <B6E3DE59-7C3B-3403-89FE-38BBFE86BA90> /usr/lib/system/libkeymgr.dylib
|
||||
0x19899b000 - 0x1989a3ff7 libsystem_dnssd.dylib (2200.40.37.0.1) <D922E985-BD3A-3618-9189-5B931F3CD90C> /usr/lib/system/libsystem_dnssd.dylib
|
||||
0x1989a4000 - 0x1989a9fff libcache.dylib (92) <47B56AFF-F15C-3550-B9B6-560806BC20C5> /usr/lib/system/libcache.dylib
|
||||
0x1989aa000 - 0x1989abfff libSystem.B.dylib (1336) <1E176743-EDDD-309B-AE12-6369F1A2029B> /usr/lib/libSystem.B.dylib
|
||||
0x1989ac000 - 0x1989affff libfakelink.dylib (5) <F66ABAF3-160B-3620-A1DA-03A6735B59F2> /usr/lib/libfakelink.dylib
|
||||
0x1989b0000 - 0x1989b0ffb com.apple.SoftLinking (1.0 - 47) <D4F0F03A-D312-383F-9716-42A16F2EDC03> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
|
||||
0x1989b1000 - 0x1989e6ffb libpcap.A.dylib (126.41.1) <494571FE-C8C2-3193-AA67-A17AC286AA4A> /usr/lib/libpcap.A.dylib
|
||||
0x1989e7000 - 0x1989edff3 libiconv.2.dylib (86) <DD44EA63-4DC7-3F2D-9AC4-2C97751077A9> /usr/lib/libiconv.2.dylib
|
||||
0x1989ee000 - 0x1989fffff libcmph.dylib (8) <615CF8F9-9E63-3C31-A888-73A7C48B702B> /usr/lib/libcmph.dylib
|
||||
0x198a00000 - 0x198a88ff3 libarchive.2.dylib (121.40.3) <010A91A0-9B78-3798-B1D9-F017104C3EE2> /usr/lib/libarchive.2.dylib
|
||||
0x198a89000 - 0x198affff3 com.apple.SearchKit (1.4.1 - 1.4.1) <DF6EA86E-30E2-3DED-9492-6C0FD88ABFDB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
|
||||
0x198b00000 - 0x198b01ff7 libThaiTokenizer.dylib (15) <67E80E6B-32B4-36BF-921C-D5DA2AEC583D> /usr/lib/libThaiTokenizer.dylib
|
||||
0x198b02000 - 0x198b27fff com.apple.applesauce (1.0 - 16.55) <C2C35987-5075-36D0-B681-DBA84FECE5A5> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
|
||||
0x198b28000 - 0x198b41ffb libapple_nghttp2.dylib (16) <DEDDDBE8-B133-345A-A8EE-F9C6741060A6> /usr/lib/libapple_nghttp2.dylib
|
||||
0x198b42000 - 0x198b54fff libSparseBLAS.dylib (1447) <AAACBC27-3922-327B-BA91-2DA8E325FF02> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
|
||||
0x198b57000 - 0x198b5cfff libpam.2.dylib (33) <81CDA9F5-6B0D-300F-B236-BA8141836521> /usr/lib/libpam.2.dylib
|
||||
0x198b5d000 - 0x198c2afcf libcompression.dylib (166) <0CAB9E05-BF75-3913-A9E0-1D85226274AC> /usr/lib/libcompression.dylib
|
||||
0x198c2b000 - 0x198c2fffb libQuadrature.dylib (7) <41C54DE8-6D6E-3091-AE3C-8F93FAE80BD1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
|
||||
0x198c30000 - 0x199da1fff libLAPACK.dylib (1447) <ADA423BF-4D71-3725-80C9-B5D4B18CF539> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
|
||||
0x199da2000 - 0x199df8fff com.apple.DictionaryServices (1.2 - 355) <FB1984F1-531D-35A3-8914-783C22D98265> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
|
||||
0x199df9000 - 0x199e11ff3 liblzma.5.dylib (18) <BC536562-5DAF-36DD-B136-8629CA727660> /usr/lib/liblzma.5.dylib
|
||||
0x199e12000 - 0x199e13ffb libcoretls_cfhelpers.dylib (186) <F2DFAA8D-95A8-3C31-A141-9B404BA04CD2> /usr/lib/libcoretls_cfhelpers.dylib
|
||||
0x199e14000 - 0x199e82ff3 com.apple.APFS (2235.41.1 - 2235.41.1) <1AC37BDF-F264-3A0E-A5AE-0D98174F8095> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
|
||||
0x199e83000 - 0x199e91ffb libxar.1.dylib (498) <22C053D2-5F9A-356A-A3AD-09BD790C6437> /usr/lib/libxar.1.dylib
|
||||
0x199e92000 - 0x199e95ff7 libutil.dylib (72) <AD1A027D-0361-3DAF-B150-29626FAC9552> /usr/lib/libutil.dylib
|
||||
0x199e96000 - 0x199ec1ff3 libxslt.1.dylib (20.3) <215E57F4-CF08-38D9-921F-5AF522C1159A> /usr/lib/libxslt.1.dylib
|
||||
0x199eca000 - 0x199f45fff libvMisc.dylib (1041) <9FEC3CE5-CBA8-3524-83A1-E10C910E101D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
|
||||
0x19a26a000 - 0x19a274fff libheimdal-asn1.dylib (685) <DAD8D17F-A7B5-3CDC-9D98-50A78E6EFD54> /usr/lib/libheimdal-asn1.dylib
|
||||
0x19b968000 - 0x19b9c5ffa libusrtcp.dylib (3762.41.2) <0F6EF57C-DEE8-3D4D-9E33-5F451FF4AFB2> /usr/lib/libusrtcp.dylib
|
||||
0x19b9c6000 - 0x19bf05fff libswiftCore.dylib (5.9 - 5.9.0.123.305) <1FCC7DF4-6B2E-3CBA-9125-EB1ED90943F4> /usr/lib/swift/libswiftCore.dylib
|
||||
0x19de20000 - 0x19df5cfff com.apple.combine (1.0 - 311) <5E78AE31-70E7-3F20-B41B-F0AD6E39D711> /System/Library/Frameworks/Combine.framework/Versions/A/Combine
|
||||
0x19fefa000 - 0x19fefafff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <84B9B13D-FDCC-3AE6-8979-4F138842CA34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
|
||||
0x19ff23000 - 0x19ff23fff com.apple.CoreServices (1226 - 1226) <8A75797D-1FDA-32DA-9E90-07F6CF0E512E> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
|
||||
0x1a0227000 - 0x1a0227fff com.apple.Accelerate (1.11 - Accelerate 1.11) <02B4577F-7DB2-3A40-8800-656D8D30A763> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
|
||||
0x1a158a000 - 0x1a15a2ff7 libswiftDispatch.dylib (34.0.2) <ECD9F4AE-F43A-38A1-BDA4-EB79FABEA3CB> /usr/lib/swift/libswiftDispatch.dylib
|
||||
0x1a3d64000 - 0x1a3d67ff5 libswiftObjectiveC.dylib (8) <DF94001E-2862-3E49-AECA-BF67D0E36A93> /usr/lib/swift/libswiftObjectiveC.dylib
|
||||
0x1a3d68000 - 0x1a3d80fff libswiftos.dylib (1040) <9B41C748-9156-304D-B221-025E455A9B6D> /usr/lib/swift/libswiftos.dylib
|
||||
0x1aea89000 - 0x1aea92ff7 libswiftDarwin.dylib (??? - 5.9.0.123.305) <05D38AAE-B8B9-3AC5-A653-3597E052AC32> /usr/lib/swift/libswiftDarwin.dylib
|
||||
0x1b0c92000 - 0x1b0ca5fff libmis.dylib (381) <8AB6E1A0-4242-3689-8B67-59F86F022FE2> /usr/lib/libmis.dylib
|
||||
0x1b0cb3000 - 0x1b0cb9fff libswiftCoreFoundation.dylib (2000) <C72AD963-EE1A-3C1D-9F61-ADC0B89D7858> /usr/lib/swift/libswiftCoreFoundation.dylib
|
||||
0x1b0cc9000 - 0x1b0cfeff7 libswiftXPC.dylib (29.0.2) <9E6314D3-CE1C-3970-8350-26043FCAA913> /usr/lib/swift/libswiftXPC.dylib
|
||||
0x1b0d00000 - 0x1b0d00fff libswiftIOKit.dylib (1) <CB259AD3-A67F-3B6F-B371-0B75F7275AEF> /usr/lib/swift/libswiftIOKit.dylib
|
||||
0x1c0782000 - 0x1c0789fff com.apple.MobileSystemServices (1.0 - 1) <E6E45DDC-53E9-39C1-BFD8-0C2C3791D685> /System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices
|
||||
0x1f1469000 - 0x1f146cfff com.apple.ConfigProfileHelper (16.1 - 1622) <CF4485F8-2BE2-33DA-AD1B-182B3247793A> /System/Library/PrivateFrameworks/ConfigProfileHelper.framework/Versions/A/ConfigProfileHelper
|
||||
0x1fe70f000 - 0x1fe722fff com.apple.private.AppleMobileFileIntegrity-fmk (1.0 - 1) <8039181A-3E85-3233-B9D9-7563C9E165FD> /System/Library/PrivateFrameworks/AppleMobileFileIntegrity.framework/Versions/A/AppleMobileFileIntegrity
|
||||
0x200b03000 - 0x200c61fff com.apple.CollectionsInternal (1.1.0 - 19) <6A16A70E-B3E9-3ECE-9485-2192FF0C1506> /System/Library/PrivateFrameworks/CollectionsInternal.framework/Versions/A/CollectionsInternal
|
||||
0x20e5cf000 - 0x20e6a6fff com.apple.InstalledContentLibrary (1.0 - 1.0) <9920C0DA-5FB7-34CF-A15C-3E753F8DF951> /System/Library/PrivateFrameworks/InstalledContentLibrary.framework/Versions/A/InstalledContentLibrary
|
||||
0x21030c000 - 0x2107e0ffb com.apple.MIL (5.33 - 5.33.5) <DAADE6DE-6FD3-367B-8B6F-57634CF68CE7> /System/Library/PrivateFrameworks/MIL.framework/Versions/A/MIL
|
||||
0x211ad9000 - 0x211b23fff com.apple.MessageSecurity (1.0 - 101.40.6) <2F806526-DC8F-3A34-9959-50112A8251D3> /System/Library/PrivateFrameworks/MessageSecurity.framework/Versions/A/MessageSecurity
|
||||
0x216646000 - 0x21664cff7 com.apple.ReflectionInternal (1.0.0 - 19) <3CE1C9E3-0652-3F64-BCB5-8EC03A0FFD99> /System/Library/PrivateFrameworks/ReflectionInternal.framework/Versions/A/ReflectionInternal
|
||||
0x216c32000 - 0x216c48ff7 com.apple.RuntimeInternal (1.0.0 - 19) <01065A3F-0218-3BAE-8832-1FBF07AD6712> /System/Library/PrivateFrameworks/RuntimeInternal.framework/Versions/A/RuntimeInternal
|
||||
0x229daa000 - 0x229db5fff libCoreEntitlements.dylib (53) <73C57354-D94C-3CC2-99F7-06B75FC7DE4A> /usr/lib/libCoreEntitlements.dylib
|
||||
0x229f93000 - 0x229f9efff libTLE.dylib (53) <2B0C780B-984D-36DA-938E-7CBE9AA241B2> /usr/lib/libTLE.dylib
|
||||
0x22b30c000 - 0x22b36aff3 libswift_Concurrency.dylib (5.9 - 5.9.0.123.305) <044E4103-2CB6-37B9-9F4B-A53237EA4521> /usr/lib/swift/libswift_Concurrency.dylib
|
||||
0x22b3a9000 - 0x22b454fff libswift_RegexParser.dylib (??? - 5.9.0.123.305) <B781D884-4E43-3FF6-8EBB-253229EF0F2C> /usr/lib/swift/libswift_RegexParser.dylib
|
||||
0x22b455000 - 0x22b4f5fff libswift_StringProcessing.dylib (??? - 5.9.0.123.305) <97484081-9BDD-3AD8-8554-1C3E3FA349B4> /usr/lib/swift/libswift_StringProcessing.dylib
|
||||
0x22b636000 - 0x22b639fff libsystem_darwindirectory.dylib (86.0.2) <8C2C7C2A-F18E-3196-BB40-B4BB95C5BFF9> /usr/lib/system/libsystem_darwindirectory.dylib
|
||||
|
||||
389
deadlock_4.txt
389
deadlock_4.txt
|
|
@ -1,389 +0,0 @@
|
|||
|
||||
Analysis of sampling rqbit (pid 41569) every 1 millisecond
|
||||
Process: rqbit [41569]
|
||||
Path: /Users/USER/*/rqbit
|
||||
Load Address: 0x10031c000
|
||||
Identifier: rqbit
|
||||
Version: 0
|
||||
Code Type: ARM64
|
||||
Platform: macOS
|
||||
Parent Process: bash [2715]
|
||||
|
||||
Date/Time: 2023-11-19 17:11:35.878 +0000
|
||||
Launch Time: 2023-11-19 17:02:41.062 +0000
|
||||
OS Version: macOS 14.1 (23B74)
|
||||
Report Version: 7
|
||||
Analysis Tool: /usr/bin/sample
|
||||
|
||||
Physical footprint: 11.5M
|
||||
Physical footprint (peak): 12.0M
|
||||
Idle exit: untracked
|
||||
----
|
||||
|
||||
Call graph:
|
||||
8183 Thread_2501818 DispatchQueue_1: com.apple.main-thread (serial)
|
||||
+ 8183 start (in dyld) + 2360 [0x18bddd0e0]
|
||||
+ 8183 main (in rqbit) + 32 [0x1003b4d10]
|
||||
+ 8183 std::rt::lang_start::hc92c8460d670427e (in rqbit) + 44 [0x1003fc260] rt.rs:166
|
||||
+ 8183 std::rt::lang_start_internal::hea4720c823b0b053 (in rqbit) + 648 [0x1007318d0]
|
||||
+ 8183 std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::hf04eff045c3204ce (in rqbit) + 24 [0x1003fc284] rt.rs:167
|
||||
+ 8183 std::sys_common::backtrace::__rust_begin_short_backtrace::hc575c434e3c9f843 (in rqbit) + 12 [0x10037a330] backtrace.rs:154
|
||||
+ 8183 rqbit::main::hfdee818328ed2d4e (in rqbit) + 3604 [0x1003a9f50] main.rs:221
|
||||
+ 8183 tokio::runtime::runtime::Runtime::block_on::h41f524f37dfac32b (in rqbit) + 484 [0x10040cfbc] runtime.rs:350
|
||||
+ 8183 tokio::runtime::park::CachedParkThread::block_on::hd6c99b8d2957d23a (in rqbit) + 248 [0x1003a411c] park.rs:286
|
||||
+ 8183 (.llvm.1541039607769432884) (in rqbit) + 256 [0x100681f08]
|
||||
+ 8183 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8183 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8183 Thread_2501832: tokio-runtime-worker
|
||||
+ 8183 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8183 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8183 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x10073e654]
|
||||
+ 8183 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x10068c558]
|
||||
+ 8183 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x10067d624]
|
||||
+ 8183 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x100680d00]
|
||||
+ 8183 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::ha45a744d0ecf214e (in rqbit) + 168 [0x100675b44]
|
||||
+ 8183 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h8b38a0b62ce90d26 (in rqbit) + 204 [0x10067c0ec]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x10068581c]
|
||||
+ 8183 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x100683ef0]
|
||||
+ 8183 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x10068a1b0]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x1006863b4]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x100686b30]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x10067ea98]
|
||||
+ 8183 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8183 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8183 Thread_2501834: tokio-runtime-worker
|
||||
+ 8183 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8183 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8183 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x10073e654]
|
||||
+ 8183 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x10068c558]
|
||||
+ 8183 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x10067d624]
|
||||
+ 8183 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x100680d00]
|
||||
+ 8183 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::ha45a744d0ecf214e (in rqbit) + 168 [0x100675b44]
|
||||
+ 8183 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h8b38a0b62ce90d26 (in rqbit) + 204 [0x10067c0ec]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x10068581c]
|
||||
+ 8183 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x100683ef0]
|
||||
+ 8183 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x10068a1b0]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x1006863b4]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x100686b30]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x10067ea98]
|
||||
+ 8183 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8183 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8183 Thread_2501835: tokio-runtime-worker
|
||||
+ 8183 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8183 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8183 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x10073e654]
|
||||
+ 8183 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x10068c558]
|
||||
+ 8183 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x10067d624]
|
||||
+ 8183 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x100680d00]
|
||||
+ 8183 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::ha45a744d0ecf214e (in rqbit) + 168 [0x100675b44]
|
||||
+ 8183 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h8b38a0b62ce90d26 (in rqbit) + 204 [0x10067c0ec]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x10068581c]
|
||||
+ 8183 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x100683ef0]
|
||||
+ 8183 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x10068a1b0]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x1006863b4]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x100686b30]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x10067ea98]
|
||||
+ 8183 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8183 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8183 Thread_2501836: tokio-runtime-worker
|
||||
+ 8183 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8183 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8183 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x10073e654]
|
||||
+ 8183 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x10068c558]
|
||||
+ 8183 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x10067d624]
|
||||
+ 8183 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x100680d00]
|
||||
+ 8183 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10047d27c]
|
||||
+ 8183 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10047f234]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x10068581c]
|
||||
+ 8183 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x100683ef0]
|
||||
+ 8183 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x10068a1b0]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x100686060]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x100686720]
|
||||
+ 8183 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c (in rqbit) + 124 [0x10047c4b4]
|
||||
+ 8183 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 (in rqbit) + 6312 [0x100465910]
|
||||
+ 8183 _$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::heaf39ed4d1b44001 (in rqbit) + 3200 [0x1004992cc]
|
||||
+ 8183 _$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hd1fafc35289e3666 (in rqbit) + 996 [0x10046df8c]
|
||||
+ 8183 librqbit::torrent_state::PeerHandler::on_received_piece::hf3408148458b4a03 (in rqbit) + 956 [0x100471638]
|
||||
+ 8183 parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313 (in rqbit) + 724 [0x100783348]
|
||||
+ 8183 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8183 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8183 Thread_2501837: tokio-runtime-worker
|
||||
+ 8183 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8183 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8183 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x10073e654]
|
||||
+ 8183 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x10068c558]
|
||||
+ 8183 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x10067d624]
|
||||
+ 8183 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x100680d00]
|
||||
+ 8183 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10047d27c]
|
||||
+ 8183 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10047f234]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x10068581c]
|
||||
+ 8183 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x100683ef0]
|
||||
+ 8183 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x10068a1b0]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x1006863b4]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x100686b30]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x10067ea98]
|
||||
+ 8183 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8183 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8183 Thread_2501838: tokio-runtime-worker
|
||||
+ 8183 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8183 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8183 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x10073e654]
|
||||
+ 8183 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x10068c558]
|
||||
+ 8183 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x10067d624]
|
||||
+ 8183 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x100680d00]
|
||||
+ 8183 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10047d27c]
|
||||
+ 8183 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10047f234]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x10068581c]
|
||||
+ 8183 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x100683ef0]
|
||||
+ 8183 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x10068a1b0]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x1006863b4]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x100686b30]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x10067ea98]
|
||||
+ 8183 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8183 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8183 Thread_2501839
|
||||
+ 8183 start_wqthread (in libsystem_pthread.dylib) + 8 [0x18c153e30]
|
||||
+ 8183 _pthread_wqthread (in libsystem_pthread.dylib) + 364 [0x18c155160]
|
||||
+ 8183 __workq_kernreturn (in libsystem_kernel.dylib) + 8 [0x18c11a564]
|
||||
8183 Thread_2501842: tokio-runtime-worker
|
||||
+ 8183 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8183 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8183 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x10073e654]
|
||||
+ 8183 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x10068c558]
|
||||
+ 8183 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x10067d624]
|
||||
+ 8183 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x100680d00]
|
||||
+ 8183 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10047d27c]
|
||||
+ 8183 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10047f234]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x10068581c]
|
||||
+ 8183 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x100683ef0]
|
||||
+ 8183 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x10068a1b0]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x100686060]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x100686720]
|
||||
+ 8183 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c (in rqbit) + 124 [0x10047c4b4]
|
||||
+ 8183 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 (in rqbit) + 6312 [0x100465910]
|
||||
+ 8183 _$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::heaf39ed4d1b44001 (in rqbit) + 3200 [0x1004992cc]
|
||||
+ 8183 _$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hd1fafc35289e3666 (in rqbit) + 996 [0x10046df8c]
|
||||
+ 8183 librqbit::torrent_state::PeerHandler::on_received_piece::hf3408148458b4a03 (in rqbit) + 168 [0x100471324]
|
||||
+ 8183 _$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_get_mut::ha163c599d0d0a786 (in rqbit) + 588 [0x1004a691c]
|
||||
+ 8183 dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e (in rqbit) + 1176 [0x100775444]
|
||||
+ 8183 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8183 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8183 Thread_2501873: tokio-runtime-worker
|
||||
+ 8183 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
+ 8183 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
+ 8183 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x10073e654]
|
||||
+ 8183 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x10068c558]
|
||||
+ 8183 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x10067d624]
|
||||
+ 8183 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x100680d00]
|
||||
+ 8183 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10047d27c]
|
||||
+ 8183 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10047f234]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x10068581c]
|
||||
+ 8183 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x100683ef0]
|
||||
+ 8183 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x10068a1b0]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 1964 [0x100686060]
|
||||
+ 8183 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 (in rqbit) + 472 [0x100686720]
|
||||
+ 8183 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hb33feb246c22b65a (in rqbit) + 120 [0x10047cdfc]
|
||||
+ 8183 _$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::he46a59e86a4040f3 (in rqbit) + 2984 [0x100467cb8]
|
||||
+ 8183 librqbit::torrent_state::TorrentState::reserve_next_needed_piece::h4003aa9a864bc6d1 (in rqbit) + 948 [0x10046b290]
|
||||
+ 8183 parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313 (in rqbit) + 724 [0x100783348]
|
||||
+ 8183 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
+ 8183 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
8183 Thread_2501874: tokio-runtime-worker
|
||||
8183 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
8183 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
8183 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x10073e654]
|
||||
8183 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x10068c558]
|
||||
8183 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x10067d624]
|
||||
8183 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x100680d00]
|
||||
8183 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10047d27c]
|
||||
8183 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10047f234]
|
||||
8183 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x10068581c]
|
||||
8183 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x100683ef0]
|
||||
8183 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x10068a1b0]
|
||||
8183 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x1006863b4]
|
||||
8183 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x100686b30]
|
||||
8183 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x10067ea98]
|
||||
8183 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
8183 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x18c11c0ac]
|
||||
|
||||
Total number in stack (recursive counted multiple, when >=5):
|
||||
10 __psynch_cvwait (in libsystem_kernel.dylib) + 0 [0x18c11c0a4]
|
||||
10 _pthread_cond_wait (in libsystem_pthread.dylib) + 1228 [0x18c1595fc]
|
||||
9 _pthread_start (in libsystem_pthread.dylib) + 136 [0x18c159034]
|
||||
9 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 (in rqbit) + 120 [0x10068c558]
|
||||
9 std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 (in rqbit) + 48 [0x10073e654]
|
||||
9 std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 (in rqbit) + 76 [0x10067d624]
|
||||
9 thread_start (in libsystem_pthread.dylib) + 8 [0x18c153e3c]
|
||||
9 tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 (in rqbit) + 392 [0x100680d00]
|
||||
9 tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 (in rqbit) + 508 [0x100683ef0]
|
||||
9 tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 (in rqbit) + 56 [0x10068a1b0]
|
||||
9 tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2 (in rqbit) + 88 [0x10068581c]
|
||||
6 std::panicking::try::h793651e64898b5cd (in rqbit) + 76 [0x10047f234]
|
||||
6 tokio::runtime::scheduler::multi_thread::park::Parker::park::h0192ef6876d96010 (in rqbit) + 328 [0x10067ea98]
|
||||
6 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hd0502377b834d526 (in rqbit) + 276 [0x100686b30]
|
||||
6 tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883 (in rqbit) + 2816 [0x1006863b4]
|
||||
6 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf (in rqbit) + 84 [0x10047d27c]
|
||||
|
||||
Sort by top of stack, same collapsed (when >= 5):
|
||||
__psynch_cvwait (in libsystem_kernel.dylib) 81830
|
||||
__workq_kernreturn (in libsystem_kernel.dylib) 8183
|
||||
|
||||
Binary Images:
|
||||
0x10031c000 - 0x1008dbffb +rqbit (0) <5761B6C8-03EF-3857-ADB1-47469005C346> /Users/*/rqbit
|
||||
0x18bd88000 - 0x18bdd6f08 libobjc.A.dylib (906) <49E2DCB3-F014-3FCF-949B-F5F57B3EF0A8> /usr/lib/libobjc.A.dylib
|
||||
0x18bdd7000 - 0x18be6b317 dyld (1.0.0 - 1122.1.2) <EC7A3BA0-F9BF-3AB8-A0F4-8622E5606B20> /usr/lib/dyld
|
||||
0x18be6c000 - 0x18be70ff8 libsystem_blocks.dylib (90) <A2904D7C-66C8-36E7-BC4B-D30025BA0351> /usr/lib/system/libsystem_blocks.dylib
|
||||
0x18be71000 - 0x18beb7fff libxpc.dylib (2679.40.6) <212B4ED6-CBB2-33DE-95C0-7F8A405B3EBD> /usr/lib/system/libxpc.dylib
|
||||
0x18beb8000 - 0x18bed2fff libsystem_trace.dylib (1481.40.16) <91ECA044-8462-3293-AEEA-183BF841CBA2> /usr/lib/system/libsystem_trace.dylib
|
||||
0x18bed3000 - 0x18bf70ff7 libcorecrypto.dylib (1608.40.12) <5258A992-DC2A-3A90-90F1-A64863C450A7> /usr/lib/system/libcorecrypto.dylib
|
||||
0x18bf71000 - 0x18bfa7fff libsystem_malloc.dylib (474.0.13) <901200AA-1016-3DAA-8816-5032588ED460> /usr/lib/system/libsystem_malloc.dylib
|
||||
0x18bfa8000 - 0x18bfeefff libdispatch.dylib (1462.0.4) <DC1D0187-7149-3100-BC63-F633AFEBEE6C> /usr/lib/system/libdispatch.dylib
|
||||
0x18bfef000 - 0x18bff1fff libsystem_featureflags.dylib (85) <3282C86B-3BD7-353A-AC3E-09BCC631BB1F> /usr/lib/system/libsystem_featureflags.dylib
|
||||
0x18bff2000 - 0x18c070ffb libsystem_c.dylib (1583.40.7) <DECB8685-F34A-3979-AFCB-71FB55747E41> /usr/lib/system/libsystem_c.dylib
|
||||
0x18c071000 - 0x18c0feff7 libc++.1.dylib (1600.151) <3702EEDE-997D-38E6-A6A1-C08EB22C375B> /usr/lib/libc++.1.dylib
|
||||
0x18c0ff000 - 0x18c116fff libc++abi.dylib (1600.151) <EDBB6DF0-72F9-3BC2-96FA-A86E05D3D305> /usr/lib/libc++abi.dylib
|
||||
0x18c117000 - 0x18c151fef libsystem_kernel.dylib (10002.41.9) <B7751381-1442-30B5-91B9-AD7BE461BEBE> /usr/lib/system/libsystem_kernel.dylib
|
||||
0x18c152000 - 0x18c15eff3 libsystem_pthread.dylib (519) <DAF95373-5DE6-39A1-A6CE-D87F3F0629CC> /usr/lib/system/libsystem_pthread.dylib
|
||||
0x18c15f000 - 0x18c183fff libdyld.dylib (1122.1.2) <D9526862-A8B2-3424-98E7-74D5A18F9250> /usr/lib/system/libdyld.dylib
|
||||
0x18c184000 - 0x18c18affb libsystem_platform.dylib (306.0.1) <FC8CD17B-8769-348C-8DCD-1BFED022F9E4> /usr/lib/system/libsystem_platform.dylib
|
||||
0x18c18b000 - 0x18c1b7ffb libsystem_info.dylib (583.0.1) <D4F1ECDB-5AA0-3733-81D9-C9529001A13C> /usr/lib/system/libsystem_info.dylib
|
||||
0x18c1b8000 - 0x18c68ffff com.apple.CoreFoundation (6.9 - 2106) <9F046E36-7286-3A6E-A280-699D6E47CFAF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
|
||||
0x18c690000 - 0x18c942fff com.apple.LaunchServices (1141.1 - 1141.1) <0C46B08C-2AA0-345C-BF3B-44F28B9DBB86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
|
||||
0x18ca8e000 - 0x18ce17fff libBLAS.dylib (1447) <25959BCE-50A3-3E96-8DB9-C9E15FD822C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
|
||||
0x18ce18000 - 0x18cf04ff7 com.apple.Lexicon-framework (1.0 - 134) <FC7205C8-BD91-3ECB-A9BF-9941820AC7D4> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
|
||||
0x18cf05000 - 0x18cf6bff7 libSparse.dylib (123) <E49166F6-F30F-33AC-8A95-72A506468607> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
|
||||
0x18cf6c000 - 0x18cffeffb com.apple.SystemConfiguration (1.21 - 1.21) <C4675C71-62CE-3C11-8A7B-57B201E24ECE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
|
||||
0x18cfff000 - 0x18d033ffb libCRFSuite.dylib (52) <CB535ED3-867C-3857-8545-FF09265E880D> /usr/lib/libCRFSuite.dylib
|
||||
0x18d2e2000 - 0x18df2ffff com.apple.Foundation (6.9 - 2106) <2126FD9A-52CE-3EB2-8640-B57535E073B8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
|
||||
0x18df30000 - 0x18e112fff com.apple.LanguageModeling (1.0 - 366.4.1) <8032B2E5-1A2E-341F-9287-14AD8FE4E8A4> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
|
||||
0x18ee80000 - 0x18f241fff com.apple.security (7.0 - 61040.41.1) <90771C8F-3085-3511-B628-31A4E990408B> /System/Library/Frameworks/Security.framework/Versions/A/Security
|
||||
0x18f242000 - 0x18f4faff7 libicucore.A.dylib (72123.15) <444D2FE1-A09C-369C-BE2E-929350EA2F0E> /usr/lib/libicucore.A.dylib
|
||||
0x18f4fb000 - 0x18f505ff7 libsystem_darwin.dylib (1583.40.7) <EF617F40-254D-325F-BA6B-382CB7D8BC89> /usr/lib/system/libsystem_darwin.dylib
|
||||
0x18f506000 - 0x18f80afff com.apple.CoreServices.CarbonCore (1333 - 1333) <049CCD7B-4151-3816-8FA8-A0BAD75AE69B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
|
||||
0x18f80b000 - 0x18f84afff com.apple.CoreServicesInternal (505 - 505) <5774EE20-DF1A-330E-A776-AEC79006908C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
|
||||
0x18f84b000 - 0x18f88bfff com.apple.CSStore (1141.1 - 1141.1) <75A298B2-F273-3922-97E8-94E19D2517CA> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
|
||||
0x18f88c000 - 0x18f96cfff com.apple.framework.IOKit (2.0.2 - 100065.40.4) <029AEE72-3595-3815-B603-22F4AAA2D06F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
|
||||
0x18f96d000 - 0x18f97dfff libsystem_notify.dylib (317) <D86A0878-9C5C-367C-8A6D-941C5E4C11C2> /usr/lib/system/libsystem_notify.dylib
|
||||
0x1912f5000 - 0x1913bdff7 libboringssl.dylib (480) <1657C102-7B93-3D24-8A87-8E16222EC9EC> /usr/lib/libboringssl.dylib
|
||||
0x1913be000 - 0x1913befff libnetwork.dylib (3762.41.2) <93791E09-CE36-37DE-8897-C32FC6D23F84> /usr/lib/libnetwork.dylib
|
||||
0x1913bf000 - 0x19178ffff com.apple.CFNetwork (1.0 - 1485) <1179E11A-65ED-33E1-9278-CC4904207F31> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
|
||||
0x191790000 - 0x1917a9ff7 libsystem_networkextension.dylib (1838.40.8) <11D8A745-1F2F-3493-872E-C58F13BBD4D2> /usr/lib/system/libsystem_networkextension.dylib
|
||||
0x1917aa000 - 0x1917abfff libenergytrace.dylib (23) <9E6D595D-4E2C-3630-A2DA-1E2586FEF628> /usr/lib/libenergytrace.dylib
|
||||
0x1917ac000 - 0x19181ffdf libMobileGestalt.dylib (1291.40.8) <952B56CC-68E9-3C78-A816-E44605605DE5> /usr/lib/libMobileGestalt.dylib
|
||||
0x191820000 - 0x191837fff libsystem_asl.dylib (398) <9833954F-A010-3492-810A-70F96E17266E> /usr/lib/system/libsystem_asl.dylib
|
||||
0x191838000 - 0x191858ffd com.apple.TCC (1.0 - 1) <C3715C17-3CE9-34B3-A5E7-28BF32CEA401> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
|
||||
0x192dd5000 - 0x192deefff com.apple.ProtocolBuffer (1 - 300.21.8.9.2) <F1D74636-90ED-3BB1-AC8E-02A1D3CC54FC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
|
||||
0x192def000 - 0x192f8bffb libsqlite3.dylib (349.3) <567CDD63-191D-36E4-959B-7DE47C7AFD7A> /usr/lib/libsqlite3.dylib
|
||||
0x193159000 - 0x1931ccfff com.apple.AE (944 - 944) <9A97FC75-CB6D-309B-845E-56C54B72D6A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
|
||||
0x1931cd000 - 0x1931d6ffc libdns_services.dylib (2200.40.37.0.1) <DE9C221B-A464-3183-B46A-03B163E19AF9> /usr/lib/libdns_services.dylib
|
||||
0x1931d7000 - 0x1931dfff3 libsystem_symptoms.dylib (1848.40.12) <B9688985-C611-3987-9BD1-23ABCFA25045> /usr/lib/system/libsystem_symptoms.dylib
|
||||
0x1931e0000 - 0x193dc4fff com.apple.Network (1.0 - 1) <F8A0AACD-1224-39D2-8EC8-E26514CB3E7B> /System/Library/Frameworks/Network.framework/Versions/A/Network
|
||||
0x193dc5000 - 0x193df3fff com.apple.analyticsd (1.0 - 1) <BB176816-C52E-3891-8871-0167C6C9B115> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
|
||||
0x193df4000 - 0x193df5fff libDiagnosticMessagesClient.dylib (113) <AFCE4D17-381C-36BF-99CC-BC79D5014FFF> /usr/lib/libDiagnosticMessagesClient.dylib
|
||||
0x193df6000 - 0x193e3cfff com.apple.spotlight.metadata.utilities (1.0 - 2274.3) <0E25C3BA-5220-375A-8F05-6415CA45DD40> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
|
||||
0x193e3d000 - 0x193ed7fff com.apple.Metadata (14.1 - 2274.3) <17D03259-8852-32B4-9B34-BB973F43FEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
|
||||
0x193ed8000 - 0x193ee0ffb com.apple.DiskArbitration (2.7 - 2.7) <4219AEC5-B906-3E12-BA8D-6847F52AFA0F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
|
||||
0x193ee1000 - 0x1942c5ff7 com.apple.vImage (8.1 - 584) <E3CE61BF-4C11-3B7A-A112-40D70C18FDF6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
|
||||
0x19494b000 - 0x19495afff com.apple.OpenDirectory (14.1 - 642) <D0E9C0F9-4BCC-33B2-8F57-C23220864FF8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
|
||||
0x19495b000 - 0x19497affb com.apple.CFOpenDirectory (14.1 - 642) <B52EC9F3-3415-3F01-A43E-CC3FF1F1C42C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
|
||||
0x19497b000 - 0x194987ff7 com.apple.CoreServices.FSEvents (1376 - 1376) <7D24FA70-0DFF-342C-9D88-FCA31213F8F4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
|
||||
0x194988000 - 0x1949b2fff com.apple.coreservices.SharedFileList (225 - 225) <CF1073F7-E392-374D-AC71-53F1EA909F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
|
||||
0x1949b3000 - 0x1949b9fff libapp_launch_measurement.dylib (17) <3A9DDB7F-800F-3788-A6B5-1B5BCC6343E9> /usr/lib/libapp_launch_measurement.dylib
|
||||
0x1949ba000 - 0x194a03fff com.apple.CoreAutoLayout (1.0 - 32) <CAAAEB7E-12CD-319E-836A-92404A707568> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
|
||||
0x194a04000 - 0x194aecffb libxml2.2.dylib (37.8) <236C8BF2-0800-396C-AF03-B5328CAD1FD6> /usr/lib/libxml2.2.dylib
|
||||
0x196238000 - 0x196261ff7 libsystem_containermanager.dylib (582.40.2.0.1) <444831B7-DB95-3E3A-8C1C-97E49676B185> /usr/lib/system/libsystem_containermanager.dylib
|
||||
0x196262000 - 0x196279fff com.apple.IOSurface (352.0.3 - 352.0.3) <7D9D9E22-C780-3790-BF2B-30FC1A9BF7CB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
|
||||
0x1971b2000 - 0x1971b6fff libsystem_configuration.dylib (1296.40.6) <389249EB-5A9C-362C-985F-6F470280D6F3> /usr/lib/system/libsystem_configuration.dylib
|
||||
0x1971b7000 - 0x1971bcff3 libsystem_sandbox.dylib (2169.41.1) <893061BE-F3BD-3696-AC8D-4DA5E7477A20> /usr/lib/system/libsystem_sandbox.dylib
|
||||
0x1971bf000 - 0x1971c2fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <011F9762-19FD-3500-AF7E-889D3E193FD3> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
|
||||
0x1971c3000 - 0x1971c4fff liblangid.dylib (138) <C1B240F0-F462-31FD-95D9-6C427FB206FC> /usr/lib/liblangid.dylib
|
||||
0x1971c5000 - 0x1972e0fff com.apple.CoreNLP (1.0 - 313) <CC4F248A-A078-376A-ABDD-805EE9918DCB> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
|
||||
0x1972e1000 - 0x1972e6fff com.apple.LinguisticData (1.0 - 483.10) <9E7B9C4C-1E7D-339A-A3A8-A9BB4DCA0255> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
|
||||
0x1972e7000 - 0x197ac1faf libBNNS.dylib (830.40.9.0.1) <65FC5752-9068-3F54-ACC6-C7C2F25A9A33> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
|
||||
0x197ac2000 - 0x197bb2f47 libvDSP.dylib (1041) <6A43D803-7871-3FDA-AD48-B1C2F1F50930> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
|
||||
0x197bb3000 - 0x197be5fff com.apple.CoreEmoji (1.0 - 200.151) <85D6BBAF-FF34-3AC9-903C-571C45856662> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
|
||||
0x197be6000 - 0x197bf5ff7 com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <103B98C3-473A-3B24-AC4B-8E5D30062CEF> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
|
||||
0x197e16000 - 0x197ea3fff com.apple.securityfoundation (6.0 - 55282) <53711520-62D0-336D-8A69-75B2B1155261> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
|
||||
0x197ea4000 - 0x197ec9fff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <77003297-2742-30A1-9F2B-3CB101228720> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
|
||||
0x197ed5000 - 0x197ed7ffb libquarantine.dylib (172.40.1) <FA2FCD51-D2EB-37A7-AE47-66547DBCAB87> /usr/lib/system/libquarantine.dylib
|
||||
0x197ed8000 - 0x197ee3fff libCheckFix.dylib (32) <FF315593-CF3B-3730-A821-8C0EAC3F0483> /usr/lib/libCheckFix.dylib
|
||||
0x197ee4000 - 0x197efbfff libcoretls.dylib (186) <9A15527C-37F5-3389-AC30-69372529D496> /usr/lib/libcoretls.dylib
|
||||
0x197efc000 - 0x197f0dffb libbsm.0.dylib (89) <17824944-FFBE-32C5-AB4E-E433BA62EF4E> /usr/lib/libbsm.0.dylib
|
||||
0x197f0e000 - 0x197f69fff libmecab.dylib (1062.152) <F3EB13D3-8CBA-34E2-B803-63F3EA10EB07> /usr/lib/libmecab.dylib
|
||||
0x197f6a000 - 0x197f6cffb libgermantok.dylib (29) <F4D1405C-2C7E-327B-A386-40CE828149F3> /usr/lib/libgermantok.dylib
|
||||
0x197f6d000 - 0x197f81fff libLinearAlgebra.dylib (1447) <61E860A6-6912-35A8-819C-F1ACDE6C91FF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
|
||||
0x19850a000 - 0x1985cdfdf com.apple.AppleFSCompression (158 - 1.0) <2FC70EFA-CA67-359C-A3E2-88F70403EAEA> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
|
||||
0x1985ce000 - 0x1985daffb libbz2.1.0.dylib (45) <15785738-C3DB-39BA-9AE9-CC522EABBBA8> /usr/lib/libbz2.1.0.dylib
|
||||
0x1985db000 - 0x1985e0fff libsystem_coreservices.dylib (152.1) <26F9E755-26EC-3974-BEC8-3B706D0254BA> /usr/lib/system/libsystem_coreservices.dylib
|
||||
0x1985e1000 - 0x198612fff com.apple.CoreServices.OSServices (1141.1 - 1141.1) <FDF1AE1F-D646-37FB-8FC6-631C0628AD41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
|
||||
0x1988ee000 - 0x1988fcfff libz.1.dylib (91.40.1.0.1) <7523CDC8-DA6B-382B-8DDC-F63D156A299B> /usr/lib/libz.1.dylib
|
||||
0x1988fd000 - 0x198933ff3 libsystem_m.dylib (3252.40.2) <072B3C9C-C54E-3F27-B231-88482F485502> /usr/lib/system/libsystem_m.dylib
|
||||
0x198934000 - 0x198937fff libcharset.1.dylib (86) <D7FE35E8-A866-3BE0-9828-B8D7363641DE> /usr/lib/libcharset.1.dylib
|
||||
0x198938000 - 0x19893fffb libmacho.dylib (1009) <29C5FB27-B26B-3927-89C1-917051E5D353> /usr/lib/system/libmacho.dylib
|
||||
0x198940000 - 0x19895ffff libkxld.dylib (10002.41.9) <87786C0C-7D78-3B0B-B6B5-6603B8804253> /usr/lib/system/libkxld.dylib
|
||||
0x198960000 - 0x19896dff7 libcommonCrypto.dylib (600025) <4CF0B406-031F-3BC7-8A97-61DFA262C179> /usr/lib/system/libcommonCrypto.dylib
|
||||
0x19896e000 - 0x198978fff libunwind.dylib (1600.112) <18A7097B-A9D1-34C6-8333-0D16CF789585> /usr/lib/system/libunwind.dylib
|
||||
0x198979000 - 0x198980fff liboah.dylib (315.1) <D927DACB-D13E-3976-8065-D41237EC7529> /usr/lib/liboah.dylib
|
||||
0x198981000 - 0x19898aff3 libcopyfile.dylib (196) <CE4F0BED-9109-3557-8B48-45E051D43210> /usr/lib/system/libcopyfile.dylib
|
||||
0x19898b000 - 0x19898efff libcompiler_rt.dylib (103.1) <A7A07A05-6551-3867-A8AE-2935D8FA1B4E> /usr/lib/system/libcompiler_rt.dylib
|
||||
0x19898f000 - 0x198993ffb libsystem_collections.dylib (1583.40.7) <985E00EB-F590-3B07-876A-EFE015DB79EF> /usr/lib/system/libsystem_collections.dylib
|
||||
0x198994000 - 0x198996ffb libsystem_secinit.dylib (143) <A0DAA91D-049F-334F-917F-92DF752CD8F4> /usr/lib/system/libsystem_secinit.dylib
|
||||
0x198997000 - 0x198999ffb libremovefile.dylib (70) <F4566B6C-20B5-334F-86E6-50E4085DADED> /usr/lib/system/libremovefile.dylib
|
||||
0x19899a000 - 0x19899affb libkeymgr.dylib (31) <B6E3DE59-7C3B-3403-89FE-38BBFE86BA90> /usr/lib/system/libkeymgr.dylib
|
||||
0x19899b000 - 0x1989a3ff7 libsystem_dnssd.dylib (2200.40.37.0.1) <D922E985-BD3A-3618-9189-5B931F3CD90C> /usr/lib/system/libsystem_dnssd.dylib
|
||||
0x1989a4000 - 0x1989a9fff libcache.dylib (92) <47B56AFF-F15C-3550-B9B6-560806BC20C5> /usr/lib/system/libcache.dylib
|
||||
0x1989aa000 - 0x1989abfff libSystem.B.dylib (1336) <1E176743-EDDD-309B-AE12-6369F1A2029B> /usr/lib/libSystem.B.dylib
|
||||
0x1989ac000 - 0x1989affff libfakelink.dylib (5) <F66ABAF3-160B-3620-A1DA-03A6735B59F2> /usr/lib/libfakelink.dylib
|
||||
0x1989b0000 - 0x1989b0ffb com.apple.SoftLinking (1.0 - 47) <D4F0F03A-D312-383F-9716-42A16F2EDC03> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
|
||||
0x1989b1000 - 0x1989e6ffb libpcap.A.dylib (126.41.1) <494571FE-C8C2-3193-AA67-A17AC286AA4A> /usr/lib/libpcap.A.dylib
|
||||
0x1989e7000 - 0x1989edff3 libiconv.2.dylib (86) <DD44EA63-4DC7-3F2D-9AC4-2C97751077A9> /usr/lib/libiconv.2.dylib
|
||||
0x1989ee000 - 0x1989fffff libcmph.dylib (8) <615CF8F9-9E63-3C31-A888-73A7C48B702B> /usr/lib/libcmph.dylib
|
||||
0x198a00000 - 0x198a88ff3 libarchive.2.dylib (121.40.3) <010A91A0-9B78-3798-B1D9-F017104C3EE2> /usr/lib/libarchive.2.dylib
|
||||
0x198a89000 - 0x198affff3 com.apple.SearchKit (1.4.1 - 1.4.1) <DF6EA86E-30E2-3DED-9492-6C0FD88ABFDB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
|
||||
0x198b00000 - 0x198b01ff7 libThaiTokenizer.dylib (15) <67E80E6B-32B4-36BF-921C-D5DA2AEC583D> /usr/lib/libThaiTokenizer.dylib
|
||||
0x198b02000 - 0x198b27fff com.apple.applesauce (1.0 - 16.55) <C2C35987-5075-36D0-B681-DBA84FECE5A5> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
|
||||
0x198b28000 - 0x198b41ffb libapple_nghttp2.dylib (16) <DEDDDBE8-B133-345A-A8EE-F9C6741060A6> /usr/lib/libapple_nghttp2.dylib
|
||||
0x198b42000 - 0x198b54fff libSparseBLAS.dylib (1447) <AAACBC27-3922-327B-BA91-2DA8E325FF02> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
|
||||
0x198b57000 - 0x198b5cfff libpam.2.dylib (33) <81CDA9F5-6B0D-300F-B236-BA8141836521> /usr/lib/libpam.2.dylib
|
||||
0x198b5d000 - 0x198c2afcf libcompression.dylib (166) <0CAB9E05-BF75-3913-A9E0-1D85226274AC> /usr/lib/libcompression.dylib
|
||||
0x198c2b000 - 0x198c2fffb libQuadrature.dylib (7) <41C54DE8-6D6E-3091-AE3C-8F93FAE80BD1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
|
||||
0x198c30000 - 0x199da1fff libLAPACK.dylib (1447) <ADA423BF-4D71-3725-80C9-B5D4B18CF539> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
|
||||
0x199da2000 - 0x199df8fff com.apple.DictionaryServices (1.2 - 355) <FB1984F1-531D-35A3-8914-783C22D98265> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
|
||||
0x199df9000 - 0x199e11ff3 liblzma.5.dylib (18) <BC536562-5DAF-36DD-B136-8629CA727660> /usr/lib/liblzma.5.dylib
|
||||
0x199e12000 - 0x199e13ffb libcoretls_cfhelpers.dylib (186) <F2DFAA8D-95A8-3C31-A141-9B404BA04CD2> /usr/lib/libcoretls_cfhelpers.dylib
|
||||
0x199e14000 - 0x199e82ff3 com.apple.APFS (2235.41.1 - 2235.41.1) <1AC37BDF-F264-3A0E-A5AE-0D98174F8095> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
|
||||
0x199e83000 - 0x199e91ffb libxar.1.dylib (498) <22C053D2-5F9A-356A-A3AD-09BD790C6437> /usr/lib/libxar.1.dylib
|
||||
0x199e92000 - 0x199e95ff7 libutil.dylib (72) <AD1A027D-0361-3DAF-B150-29626FAC9552> /usr/lib/libutil.dylib
|
||||
0x199e96000 - 0x199ec1ff3 libxslt.1.dylib (20.3) <215E57F4-CF08-38D9-921F-5AF522C1159A> /usr/lib/libxslt.1.dylib
|
||||
0x199eca000 - 0x199f45fff libvMisc.dylib (1041) <9FEC3CE5-CBA8-3524-83A1-E10C910E101D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
|
||||
0x19a26a000 - 0x19a274fff libheimdal-asn1.dylib (685) <DAD8D17F-A7B5-3CDC-9D98-50A78E6EFD54> /usr/lib/libheimdal-asn1.dylib
|
||||
0x19b968000 - 0x19b9c5ffa libusrtcp.dylib (3762.41.2) <0F6EF57C-DEE8-3D4D-9E33-5F451FF4AFB2> /usr/lib/libusrtcp.dylib
|
||||
0x19b9c6000 - 0x19bf05fff libswiftCore.dylib (5.9 - 5.9.0.123.305) <1FCC7DF4-6B2E-3CBA-9125-EB1ED90943F4> /usr/lib/swift/libswiftCore.dylib
|
||||
0x19de20000 - 0x19df5cfff com.apple.combine (1.0 - 311) <5E78AE31-70E7-3F20-B41B-F0AD6E39D711> /System/Library/Frameworks/Combine.framework/Versions/A/Combine
|
||||
0x19fefa000 - 0x19fefafff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <84B9B13D-FDCC-3AE6-8979-4F138842CA34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
|
||||
0x19ff23000 - 0x19ff23fff com.apple.CoreServices (1226 - 1226) <8A75797D-1FDA-32DA-9E90-07F6CF0E512E> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
|
||||
0x1a0227000 - 0x1a0227fff com.apple.Accelerate (1.11 - Accelerate 1.11) <02B4577F-7DB2-3A40-8800-656D8D30A763> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
|
||||
0x1a158a000 - 0x1a15a2ff7 libswiftDispatch.dylib (34.0.2) <ECD9F4AE-F43A-38A1-BDA4-EB79FABEA3CB> /usr/lib/swift/libswiftDispatch.dylib
|
||||
0x1a3d64000 - 0x1a3d67ff5 libswiftObjectiveC.dylib (8) <DF94001E-2862-3E49-AECA-BF67D0E36A93> /usr/lib/swift/libswiftObjectiveC.dylib
|
||||
0x1a3d68000 - 0x1a3d80fff libswiftos.dylib (1040) <9B41C748-9156-304D-B221-025E455A9B6D> /usr/lib/swift/libswiftos.dylib
|
||||
0x1aea89000 - 0x1aea92ff7 libswiftDarwin.dylib (??? - 5.9.0.123.305) <05D38AAE-B8B9-3AC5-A653-3597E052AC32> /usr/lib/swift/libswiftDarwin.dylib
|
||||
0x1b0c92000 - 0x1b0ca5fff libmis.dylib (381) <8AB6E1A0-4242-3689-8B67-59F86F022FE2> /usr/lib/libmis.dylib
|
||||
0x1b0cb3000 - 0x1b0cb9fff libswiftCoreFoundation.dylib (2000) <C72AD963-EE1A-3C1D-9F61-ADC0B89D7858> /usr/lib/swift/libswiftCoreFoundation.dylib
|
||||
0x1b0cc9000 - 0x1b0cfeff7 libswiftXPC.dylib (29.0.2) <9E6314D3-CE1C-3970-8350-26043FCAA913> /usr/lib/swift/libswiftXPC.dylib
|
||||
0x1b0d00000 - 0x1b0d00fff libswiftIOKit.dylib (1) <CB259AD3-A67F-3B6F-B371-0B75F7275AEF> /usr/lib/swift/libswiftIOKit.dylib
|
||||
0x1c0782000 - 0x1c0789fff com.apple.MobileSystemServices (1.0 - 1) <E6E45DDC-53E9-39C1-BFD8-0C2C3791D685> /System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices
|
||||
0x1f1469000 - 0x1f146cfff com.apple.ConfigProfileHelper (16.1 - 1622) <CF4485F8-2BE2-33DA-AD1B-182B3247793A> /System/Library/PrivateFrameworks/ConfigProfileHelper.framework/Versions/A/ConfigProfileHelper
|
||||
0x1fe70f000 - 0x1fe722fff com.apple.private.AppleMobileFileIntegrity-fmk (1.0 - 1) <8039181A-3E85-3233-B9D9-7563C9E165FD> /System/Library/PrivateFrameworks/AppleMobileFileIntegrity.framework/Versions/A/AppleMobileFileIntegrity
|
||||
0x200b03000 - 0x200c61fff com.apple.CollectionsInternal (1.1.0 - 19) <6A16A70E-B3E9-3ECE-9485-2192FF0C1506> /System/Library/PrivateFrameworks/CollectionsInternal.framework/Versions/A/CollectionsInternal
|
||||
0x20e5cf000 - 0x20e6a6fff com.apple.InstalledContentLibrary (1.0 - 1.0) <9920C0DA-5FB7-34CF-A15C-3E753F8DF951> /System/Library/PrivateFrameworks/InstalledContentLibrary.framework/Versions/A/InstalledContentLibrary
|
||||
0x21030c000 - 0x2107e0ffb com.apple.MIL (5.33 - 5.33.5) <DAADE6DE-6FD3-367B-8B6F-57634CF68CE7> /System/Library/PrivateFrameworks/MIL.framework/Versions/A/MIL
|
||||
0x211ad9000 - 0x211b23fff com.apple.MessageSecurity (1.0 - 101.40.6) <2F806526-DC8F-3A34-9959-50112A8251D3> /System/Library/PrivateFrameworks/MessageSecurity.framework/Versions/A/MessageSecurity
|
||||
0x216646000 - 0x21664cff7 com.apple.ReflectionInternal (1.0.0 - 19) <3CE1C9E3-0652-3F64-BCB5-8EC03A0FFD99> /System/Library/PrivateFrameworks/ReflectionInternal.framework/Versions/A/ReflectionInternal
|
||||
0x216c32000 - 0x216c48ff7 com.apple.RuntimeInternal (1.0.0 - 19) <01065A3F-0218-3BAE-8832-1FBF07AD6712> /System/Library/PrivateFrameworks/RuntimeInternal.framework/Versions/A/RuntimeInternal
|
||||
0x229daa000 - 0x229db5fff libCoreEntitlements.dylib (53) <73C57354-D94C-3CC2-99F7-06B75FC7DE4A> /usr/lib/libCoreEntitlements.dylib
|
||||
0x229f93000 - 0x229f9efff libTLE.dylib (53) <2B0C780B-984D-36DA-938E-7CBE9AA241B2> /usr/lib/libTLE.dylib
|
||||
0x22b30c000 - 0x22b36aff3 libswift_Concurrency.dylib (5.9 - 5.9.0.123.305) <044E4103-2CB6-37B9-9F4B-A53237EA4521> /usr/lib/swift/libswift_Concurrency.dylib
|
||||
0x22b3a9000 - 0x22b454fff libswift_RegexParser.dylib (??? - 5.9.0.123.305) <B781D884-4E43-3FF6-8EBB-253229EF0F2C> /usr/lib/swift/libswift_RegexParser.dylib
|
||||
0x22b455000 - 0x22b4f5fff libswift_StringProcessing.dylib (??? - 5.9.0.123.305) <97484081-9BDD-3AD8-8554-1C3E3FA349B4> /usr/lib/swift/libswift_StringProcessing.dylib
|
||||
0x22b636000 - 0x22b639fff libsystem_darwindirectory.dylib (86.0.2) <8C2C7C2A-F18E-3196-BB40-B4BB95C5BFF9> /usr/lib/system/libsystem_darwindirectory.dylib
|
||||
|
||||
271
deadlock_5.txt
271
deadlock_5.txt
|
|
@ -1,271 +0,0 @@
|
|||
(lldb) command script import "/Users/igor/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/etc/lldb_lookup.py"
|
||||
(lldb) command source -s 0 '/Users/igor/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/etc/lldb_commands'
|
||||
(lldb) type synthetic add -l lldb_lookup.synthetic_lookup -x ".*" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)String$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^&(mut )?str$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^&(mut )?\\[.+\\]$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::ffi::([a-z_]+::)+)OsString$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Vec<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)VecDeque<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)BTreeSet<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)BTreeMap<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::collections::([a-z_]+::)+)HashMap<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::collections::([a-z_]+::)+)HashSet<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Rc<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Arc<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)Cell<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)Ref<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)RefMut<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)RefCell<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^core::num::([a-z_]+::)*NonZero.+$" --category Rust
|
||||
(lldb) type category enable Rust
|
||||
(lldb) process attach --pid 41569
|
||||
Process 41569 stopped
|
||||
* thread #1, name = 'main', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
|
||||
frame #0: 0x000000018c11c0ac libsystem_kernel.dylib`__psynch_cvwait + 8
|
||||
libsystem_kernel.dylib`:
|
||||
-> 0x18c11c0ac <+8>: b.lo 0x18c11c0cc ; <+40>
|
||||
0x18c11c0b0 <+12>: pacibsp
|
||||
0x18c11c0b4 <+16>: stp x29, x30, [sp, #-0x10]!
|
||||
0x18c11c0b8 <+20>: mov x29, sp
|
||||
Target 0: (rqbit) stopped.
|
||||
Executable module set to "/Users/igor/projects/2021-06-rust-qbittorrent/target/release/rqbit".
|
||||
Architecture set to: arm64-apple-macosx-.
|
||||
(lldb) bt all
|
||||
(lldb) thread backtrace all
|
||||
thread #5, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c11c0ac libsystem_kernel.dylib`__psynch_cvwait + 8
|
||||
frame #1: 0x000000018c1595fc libsystem_pthread.dylib`_pthread_cond_wait + 1228
|
||||
frame #2: 0x0000000100783348 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313 [inlined] _$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::hd092cfef044956b8(self=<unavailable>) at unix.rs:77:21 [opt]
|
||||
frame #3: 0x000000010078332c rqbit`parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313 at parking_lot.rs:635:17 [opt]
|
||||
frame #4: 0x0000000100783200 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313 at parking_lot.rs:207:5 [opt]
|
||||
frame #5: 0x00000001007831a4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313 at parking_lot.rs:600:5 [opt]
|
||||
frame #6: 0x00000001007831a4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313 at raw_rwlock.rs:1115:17 [opt]
|
||||
frame #7: 0x00000001007830bc rqbit`parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313(self=0x0000600003710010, timeout=<unavailable>) at raw_rwlock.rs:633:26 [opt]
|
||||
frame #8: 0x0000000100471638 rqbit`librqbit::torrent_state::PeerHandler::on_received_piece::hf3408148458b4a03 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_exclusive::h72199bdcc536be8b(self=0x0000600003710010) at raw_rwlock.rs:73:26 [opt]
|
||||
frame #9: 0x0000000100471628 rqbit`librqbit::torrent_state::PeerHandler::on_received_piece::hf3408148458b4a03 at rwlock.rs:491:9 [opt]
|
||||
frame #10: 0x0000000100471628 rqbit`librqbit::torrent_state::PeerHandler::on_received_piece::hf3408148458b4a03(self=<unavailable>, handle=SocketAddr @ 0x000000012f0478b8, piece=Piece<librqbit_buffers::ByteBuf> @ 0x0000000170725478) at torrent_state.rs:1056:39 [opt]
|
||||
frame #11: 0x000000010046df8c rqbit`_$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hd1fafc35289e3666(self=0x000000012f0478b8, message=Message<librqbit_buffers::ByteBuf> @ 0x0000000170725470) at torrent_state.rs:742:17 [opt]
|
||||
frame #12: 0x00000001004992cc rqbit`_$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::heaf39ed4d1b44001 at peer_connection.rs:270:17 [opt]
|
||||
frame #13: 0x0000000100498bb0 rqbit`_$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::heaf39ed4d1b44001 at select.rs:524:49 [opt]
|
||||
frame #14: 0x0000000100498678 rqbit`_$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::heaf39ed4d1b44001(self=<unavailable>, cx=<unavailable>) at poll_fn.rs:58:9 [opt]
|
||||
frame #15: 0x0000000100465910 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 at peer_connection.rs:285:17 [opt]
|
||||
frame #16: 0x000000010046582c rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 at torrent_state.rs:352:51 [opt]
|
||||
frame #17: 0x000000010046582c rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::h0123dee3540ad03a((null)=0x0000000170725a28) at spawn_utils.rs:9:19 [opt]
|
||||
frame #18: 0x000000010046582c rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>> @ scalar, cx=0x0000000170725a28) at instrument.rs:321:9 [opt]
|
||||
frame #19: 0x000000010047c4b4 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c at core.rs:328:17 [opt]
|
||||
frame #20: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c at unsafe_cell.rs:16:9 [opt]
|
||||
frame #21: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd4d25b034d682de3(self=0x000000012f047020, cx=Context @ 0x0000000170725a28) at core.rs:317:30 [opt]
|
||||
frame #22: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c at harness.rs:485:19 [opt]
|
||||
frame #23: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h089a31be2db3c8da(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000600000766970, (null)=<unavailable>) at unwind_safe.rs:272:9 [opt]
|
||||
frame #24: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c at panicking.rs:552:40 [opt]
|
||||
frame #25: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c at panicking.rs:516:19 [opt]
|
||||
frame #26: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c at panic.rs:142:14 [opt]
|
||||
frame #27: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c [inlined] tokio::runtime::task::harness::poll_future::h10952a21b68b192d(core=0x000000012f047020, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #28: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c at harness.rs:208:27 [opt]
|
||||
frame #29: 0x000000010047c454 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #30: 0x0000000100686720 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 at raw.rs:201:18 [opt]
|
||||
frame #31: 0x0000000100686710 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 at mod.rs:408:9 [opt]
|
||||
frame #32: 0x0000000100686710 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::h5b3e8de2b636909f at worker.rs:577:18 [opt]
|
||||
frame #33: 0x0000000100686710 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 at coop.rs:107:5 [opt]
|
||||
frame #34: 0x000000010068669c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 [inlined] tokio::runtime::coop::budget::h02e40d999ebee93f(f={closure_env#0} @ 0x0000600000766d80) at coop.rs:73:5 [opt]
|
||||
frame #35: 0x000000010068669c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0(self=0x0000000170726c10, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #36: 0x0000000100686060 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883(self=0x0000000170726c10, core=0x0000600002f14320) at worker.rs:0 [opt]
|
||||
frame #37: 0x000000010068a1b0 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 at worker.rs:491:21 [opt]
|
||||
frame #38: 0x000000010068a194 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630(self=0x000000012e808e38, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #39: 0x0000000100683ef0 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::h0e6e14e96d63955c(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #40: 0x0000000100683ed4 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 at local.rs:270:16 [opt]
|
||||
frame #41: 0x0000000100683ed4 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 at local.rs:246:9 [opt]
|
||||
frame #42: 0x0000000100683ed4 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 [inlined] tokio::runtime::context::set_scheduler::h0bda3d87c899ebd8(v=0x0000000170726c08, f={closure_env#0} @ 0x0000600000767240) at context.rs:176:17 [opt]
|
||||
frame #43: 0x0000000100683ed4 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 at worker.rs:486:9 [opt]
|
||||
frame #44: 0x0000000100683e78 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000767320) at runtime.rs:65:16 [opt]
|
||||
frame #45: 0x000000010068581c rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #46: 0x000000010047f234 rqbit`std::panicking::try::h68c7f5d65513f8be [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::ha395bacd4b13d755 at worker.rs:422:41 [opt]
|
||||
frame #47: 0x000000010047f22c rqbit`std::panicking::try::h68c7f5d65513f8be at task.rs:42:21 [opt]
|
||||
frame #48: 0x000000010047f21c rqbit`std::panicking::try::h68c7f5d65513f8be at core.rs:328:17 [opt]
|
||||
frame #49: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be at unsafe_cell.rs:16:9 [opt]
|
||||
frame #50: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h9df1db878e7d43f9(self=0x000000012d60e6a0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #51: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be at harness.rs:485:19 [opt]
|
||||
frame #52: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h1e6c391a6cc11b93(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x000060000076a560, (null)=<unavailable>) at unwind_safe.rs:272:9 [opt]
|
||||
frame #53: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be at panicking.rs:552:40 [opt]
|
||||
frame #54: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x000060000076a6a0) at panicking.rs:516:19 [opt]
|
||||
frame #55: 0x000000010047d27c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf at panic.rs:142:14 [opt]
|
||||
frame #56: 0x000000010047d26c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf [inlined] tokio::runtime::task::harness::poll_future::hac76a4908bcd795b(core=0x000000012d60e6a0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #57: 0x000000010047d26c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf at harness.rs:208:27 [opt]
|
||||
frame #58: 0x000000010047d23c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #59: 0x0000000100680d00 rqbit`tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 at raw.rs:201:18 [opt]
|
||||
frame #60: 0x0000000100680cf0 rqbit`tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 at mod.rs:445:9 [opt]
|
||||
frame #61: 0x0000000100680cf0 rqbit`tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 [inlined] tokio::runtime::blocking::pool::Task::run::h810572839373119b(self=Task @ 0x000060000076ac90) at pool.rs:159:9 [opt]
|
||||
frame #62: 0x0000000100680cf0 rqbit`tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2(self=0x000000012d6055f0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #63: 0x000000010067d624 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 at pool.rs:471:13 [opt]
|
||||
frame #64: 0x000000010067d5f0 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6(f={closure_env#0} @ 0x0000000170726f30) at backtrace.rs:154:18 [opt]
|
||||
frame #65: 0x000000010068c558 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h3091c25686e73a49 at mod.rs:529:17 [opt]
|
||||
frame #66: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3d7daae8e5c4f81(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:272:9 [opt]
|
||||
frame #67: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::panicking::try::do_call::h5cec17baa5c7b931(data=<unavailable>) at panicking.rs:552:40 [opt]
|
||||
frame #68: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::panicking::try::h090e5193a44ca682(f=<unavailable>) at panicking.rs:516:19 [opt]
|
||||
frame #69: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::panic::catch_unwind::h6984ad9e1544f62a at panic.rs:142:14 [opt]
|
||||
frame #70: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hd5fd1942c3d0bc69 at mod.rs:528:30 [opt]
|
||||
frame #71: 0x000000010068c4f8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769((null)=0x000060000191cb00, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #72: 0x000000010073e654 rqbit`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::ha50e0d33beaa94b5 at boxed.rs:2007:9 [opt]
|
||||
frame #73: 0x000000010073e648 rqbit`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h320b0db4bb8e0440 at boxed.rs:2007:9 [opt]
|
||||
frame #74: 0x000000010073e644 rqbit`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 at thread.rs:108:17 [opt]
|
||||
frame #75: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #8
|
||||
frame #0: 0x000000018c11a564 libsystem_kernel.dylib`__workq_kernreturn + 8
|
||||
thread #9, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c11c0ac libsystem_kernel.dylib`__psynch_cvwait + 8
|
||||
frame #1: 0x000000018c1595fc libsystem_pthread.dylib`_pthread_cond_wait + 1228
|
||||
frame #2: 0x0000000100775444 rqbit`dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e [inlined] _$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::hd092cfef044956b8(self=0x000000012f011420) at unix.rs:77:21 [opt]
|
||||
frame #3: 0x0000000100775424 rqbit`dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e at parking_lot.rs:635:17 [opt]
|
||||
frame #4: 0x0000000100775324 rqbit`dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e at parking_lot.rs:207:5 [opt]
|
||||
frame #5: 0x00000001007752e0 rqbit`dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e at parking_lot.rs:600:5 [opt]
|
||||
frame #6: 0x00000001007752e0 rqbit`dashmap::lock::RawRwLock::lock_exclusive_slow::hebac357c00faad7e(self=<unavailable>) at lock.rs:127:21 [opt]
|
||||
frame #7: 0x00000001004a691c rqbit`_$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_get_mut::ha163c599d0d0a786 [inlined] _$LT$dashmap..lock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_exclusive::he6c6de6bbf9a66ef(self=0x000000012e010348) at lock.rs:39:13 [opt]
|
||||
frame #8: 0x00000001004a6914 rqbit`_$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_get_mut::ha163c599d0d0a786 at rwlock.rs:491:9 [opt]
|
||||
frame #9: 0x00000001004a6914 rqbit`_$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_get_mut::ha163c599d0d0a786 [inlined] _$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_yield_write_shard::h4dec3c890a97af32(self=<unavailable>, i=15) at lib.rs:897:38 [opt]
|
||||
frame #10: 0x00000001004a6914 rqbit`_$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_get_mut::ha163c599d0d0a786(self=<unavailable>, key=0x000000012f041eb8) at lib.rs:1037:30 [opt]
|
||||
frame #11: 0x0000000100471324 rqbit`librqbit::torrent_state::PeerHandler::on_received_piece::hf3408148458b4a03 at lib.rs:595:9 [opt]
|
||||
frame #12: 0x0000000100471318 rqbit`librqbit::torrent_state::PeerHandler::on_received_piece::hf3408148458b4a03 [inlined] librqbit::torrent_state::PeerStates::with_live_mut::hb3fc8ec845a9b6dd(self=<unavailable>, addr=<unavailable>, f={closure_env#0} @ 0x000060000045e280) at torrent_state.rs:118:14 [opt]
|
||||
frame #13: 0x0000000100471318 rqbit`librqbit::torrent_state::PeerHandler::on_received_piece::hf3408148458b4a03(self=<unavailable>, handle=SocketAddr @ 0x000000012f041eb8, piece=Piece<librqbit_buffers::ByteBuf> @ 0x000000017106d478) at torrent_state.rs:1058:9 [opt]
|
||||
frame #14: 0x000000010046df8c rqbit`_$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hd1fafc35289e3666(self=0x000000012f041eb8, message=Message<librqbit_buffers::ByteBuf> @ 0x000000017106d470) at torrent_state.rs:742:17 [opt]
|
||||
frame #15: 0x00000001004992cc rqbit`_$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::heaf39ed4d1b44001 at peer_connection.rs:270:17 [opt]
|
||||
frame #16: 0x0000000100498bb0 rqbit`_$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::heaf39ed4d1b44001 at select.rs:524:49 [opt]
|
||||
frame #17: 0x0000000100498678 rqbit`_$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::heaf39ed4d1b44001(self=<unavailable>, cx=<unavailable>) at poll_fn.rs:58:9 [opt]
|
||||
frame #18: 0x0000000100465910 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 at peer_connection.rs:285:17 [opt]
|
||||
frame #19: 0x000000010046582c rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 at torrent_state.rs:352:51 [opt]
|
||||
frame #20: 0x000000010046582c rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::h0123dee3540ad03a((null)=0x000000017106da28) at spawn_utils.rs:9:19 [opt]
|
||||
frame #21: 0x000000010046582c rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h951c8921bc5537f4(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>> @ scalar, cx=0x000000017106da28) at instrument.rs:321:9 [opt]
|
||||
frame #22: 0x000000010047c4b4 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c at core.rs:328:17 [opt]
|
||||
frame #23: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c at unsafe_cell.rs:16:9 [opt]
|
||||
frame #24: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd4d25b034d682de3(self=0x000000012f041620, cx=Context @ 0x000000017106da28) at core.rs:317:30 [opt]
|
||||
frame #25: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c at harness.rs:485:19 [opt]
|
||||
frame #26: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h089a31be2db3c8da(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x000060000076cff0, (null)=<unavailable>) at unwind_safe.rs:272:9 [opt]
|
||||
frame #27: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c at panicking.rs:552:40 [opt]
|
||||
frame #28: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c at panicking.rs:516:19 [opt]
|
||||
frame #29: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c at panic.rs:142:14 [opt]
|
||||
frame #30: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c [inlined] tokio::runtime::task::harness::poll_future::h10952a21b68b192d(core=0x000000012f041620, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #31: 0x000000010047c49c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c at harness.rs:208:27 [opt]
|
||||
frame #32: 0x000000010047c454 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h28a55b4795da996c(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #33: 0x0000000100686720 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 at raw.rs:201:18 [opt]
|
||||
frame #34: 0x0000000100686710 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 at mod.rs:408:9 [opt]
|
||||
frame #35: 0x0000000100686710 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::h5b3e8de2b636909f at worker.rs:577:18 [opt]
|
||||
frame #36: 0x0000000100686710 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 at coop.rs:107:5 [opt]
|
||||
frame #37: 0x000000010068669c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 [inlined] tokio::runtime::coop::budget::h02e40d999ebee93f(f={closure_env#0} @ 0x0000600000755160) at coop.rs:73:5 [opt]
|
||||
frame #38: 0x000000010068669c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0(self=0x000000017106ec10, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #39: 0x0000000100686060 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883(self=0x000000017106ec10, core=0x0000600002f144b0) at worker.rs:0 [opt]
|
||||
frame #40: 0x000000010068a1b0 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 at worker.rs:491:21 [opt]
|
||||
frame #41: 0x000000010068a194 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630(self=0x000000012f011238, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #42: 0x0000000100683ef0 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::h0e6e14e96d63955c(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #43: 0x0000000100683ed4 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 at local.rs:270:16 [opt]
|
||||
frame #44: 0x0000000100683ed4 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 at local.rs:246:9 [opt]
|
||||
frame #45: 0x0000000100683ed4 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 [inlined] tokio::runtime::context::set_scheduler::h0bda3d87c899ebd8(v=0x000000017106ec08, f={closure_env#0} @ 0x00006000007553c0) at context.rs:176:17 [opt]
|
||||
frame #46: 0x0000000100683ed4 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 at worker.rs:486:9 [opt]
|
||||
frame #47: 0x0000000100683e78 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x00006000007554a0) at runtime.rs:65:16 [opt]
|
||||
frame #48: 0x000000010068581c rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #49: 0x000000010047f234 rqbit`std::panicking::try::h68c7f5d65513f8be [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::ha395bacd4b13d755 at worker.rs:422:41 [opt]
|
||||
frame #50: 0x000000010047f22c rqbit`std::panicking::try::h68c7f5d65513f8be at task.rs:42:21 [opt]
|
||||
frame #51: 0x000000010047f21c rqbit`std::panicking::try::h68c7f5d65513f8be at core.rs:328:17 [opt]
|
||||
frame #52: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be at unsafe_cell.rs:16:9 [opt]
|
||||
frame #53: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h9df1db878e7d43f9(self=0x000000012d618da0, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #54: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be at harness.rs:485:19 [opt]
|
||||
frame #55: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h1e6c391a6cc11b93(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000755620, (null)=<unavailable>) at unwind_safe.rs:272:9 [opt]
|
||||
frame #56: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be at panicking.rs:552:40 [opt]
|
||||
frame #57: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000600000755710) at panicking.rs:516:19 [opt]
|
||||
frame #58: 0x000000010047d27c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf at panic.rs:142:14 [opt]
|
||||
frame #59: 0x000000010047d26c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf [inlined] tokio::runtime::task::harness::poll_future::hac76a4908bcd795b(core=0x000000012d618da0, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #60: 0x000000010047d26c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf at harness.rs:208:27 [opt]
|
||||
frame #61: 0x000000010047d23c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #62: 0x0000000100680d00 rqbit`tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 at raw.rs:201:18 [opt]
|
||||
frame #63: 0x0000000100680cf0 rqbit`tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 at mod.rs:445:9 [opt]
|
||||
frame #64: 0x0000000100680cf0 rqbit`tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 [inlined] tokio::runtime::blocking::pool::Task::run::h810572839373119b(self=Task @ 0x00006000007558f0) at pool.rs:159:9 [opt]
|
||||
frame #65: 0x0000000100680cf0 rqbit`tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2(self=0x000000012d6055f0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #66: 0x000000010067d624 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 at pool.rs:471:13 [opt]
|
||||
frame #67: 0x000000010067d5f0 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6(f={closure_env#0} @ 0x000000017106ef30) at backtrace.rs:154:18 [opt]
|
||||
frame #68: 0x000000010068c558 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h3091c25686e73a49 at mod.rs:529:17 [opt]
|
||||
frame #69: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3d7daae8e5c4f81(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:272:9 [opt]
|
||||
frame #70: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::panicking::try::do_call::h5cec17baa5c7b931(data=<unavailable>) at panicking.rs:552:40 [opt]
|
||||
frame #71: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::panicking::try::h090e5193a44ca682(f=<unavailable>) at panicking.rs:516:19 [opt]
|
||||
frame #72: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::panic::catch_unwind::h6984ad9e1544f62a at panic.rs:142:14 [opt]
|
||||
frame #73: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hd5fd1942c3d0bc69 at mod.rs:528:30 [opt]
|
||||
frame #74: 0x000000010068c4f8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769((null)=0x000060000191d9c0, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #75: 0x000000010073e654 rqbit`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::ha50e0d33beaa94b5 at boxed.rs:2007:9 [opt]
|
||||
frame #76: 0x000000010073e648 rqbit`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h320b0db4bb8e0440 at boxed.rs:2007:9 [opt]
|
||||
frame #77: 0x000000010073e644 rqbit`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 at thread.rs:108:17 [opt]
|
||||
frame #78: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #10, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c11c0ac libsystem_kernel.dylib`__psynch_cvwait + 8
|
||||
frame #1: 0x000000018c1595fc libsystem_pthread.dylib`_pthread_cond_wait + 1228
|
||||
frame #2: 0x0000000100783348 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313 [inlined] _$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::hd092cfef044956b8(self=<unavailable>) at unix.rs:77:21 [opt]
|
||||
frame #3: 0x000000010078332c rqbit`parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313 at parking_lot.rs:635:17 [opt]
|
||||
frame #4: 0x0000000100783200 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313 at parking_lot.rs:207:5 [opt]
|
||||
frame #5: 0x00000001007831a4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313 at parking_lot.rs:600:5 [opt]
|
||||
frame #6: 0x00000001007831a4 rqbit`parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313 at raw_rwlock.rs:1115:17 [opt]
|
||||
frame #7: 0x00000001007830bc rqbit`parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h836aa47d9a7a9313(self=0x0000600003710010, timeout=<unavailable>) at raw_rwlock.rs:633:26 [opt]
|
||||
frame #8: 0x000000010046b290 rqbit`librqbit::torrent_state::TorrentState::reserve_next_needed_piece::h4003aa9a864bc6d1 [inlined] _$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_exclusive::h72199bdcc536be8b(self=0x0000600003710010) at raw_rwlock.rs:73:26 [opt]
|
||||
frame #9: 0x000000010046b280 rqbit`librqbit::torrent_state::TorrentState::reserve_next_needed_piece::h4003aa9a864bc6d1 at rwlock.rs:491:9 [opt]
|
||||
frame #10: 0x000000010046b280 rqbit`librqbit::torrent_state::TorrentState::reserve_next_needed_piece::h4003aa9a864bc6d1 [inlined] librqbit::torrent_state::TorrentState::reserve_next_needed_piece::_$u7b$$u7b$closure$u7d$$u7d$::h71381f2b34fe3f07(live=0x000000012f0162f8) at torrent_state.rs:436:41 [opt]
|
||||
frame #11: 0x000000010046af40 rqbit`librqbit::torrent_state::TorrentState::reserve_next_needed_piece::h4003aa9a864bc6d1 at torrent_state.rs:120:44 [opt]
|
||||
frame #12: 0x000000010046af1c rqbit`librqbit::torrent_state::TorrentState::reserve_next_needed_piece::h4003aa9a864bc6d1 at option.rs:1406:24 [opt]
|
||||
frame #13: 0x000000010046af10 rqbit`librqbit::torrent_state::TorrentState::reserve_next_needed_piece::h4003aa9a864bc6d1 [inlined] librqbit::torrent_state::PeerStates::with_live_mut::h0de26ebf36fc5e29(self=<unavailable>, addr=SocketAddr @ 0x000000017127a1f0, f={closure_env#0} @ 0x000060000076d400) at torrent_state.rs:117:9 [opt]
|
||||
frame #14: 0x000000010046af08 rqbit`librqbit::torrent_state::TorrentState::reserve_next_needed_piece::h4003aa9a864bc6d1(self=0x000000012d7051a0, peer_handle=SocketAddr @ 0x000000017127a1f0) at torrent_state.rs:430:9 [opt]
|
||||
frame #15: 0x0000000100467cb8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::he46a59e86a4040f3 [inlined] librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::hf7d9f912d6dbaf06((null)=<unavailable>) at torrent_state.rs:943:31 [opt]
|
||||
frame #16: 0x0000000100467ba0 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::he46a59e86a4040f3 at torrent_state.rs:895:32 [opt]
|
||||
frame #17: 0x0000000100467b04 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::he46a59e86a4040f3 [inlined] librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hc45e268a6b340a7c((null)=<unavailable>) at spawn_utils.rs:9:19 [opt]
|
||||
frame #18: 0x00000001004677f8 rqbit`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::he46a59e86a4040f3(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#6}::task_peer_chunk_requester::{async_fn_env#0}>>> @ scalar, cx=<unavailable>) at instrument.rs:321:9 [opt]
|
||||
frame #19: 0x000000010047cdfc rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hb33feb246c22b65a at core.rs:328:17 [opt]
|
||||
frame #20: 0x000000010047cde4 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hb33feb246c22b65a at unsafe_cell.rs:16:9 [opt]
|
||||
frame #21: 0x000000010047cde4 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hb33feb246c22b65a [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hcdf27c988a572899(self=0x000000012f019620, cx=Context @ 0x000000017127a608) at core.rs:317:30 [opt]
|
||||
frame #22: 0x000000010047cde4 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hb33feb246c22b65a at harness.rs:485:19 [opt]
|
||||
frame #23: 0x000000010047cde4 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hb33feb246c22b65a [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hb2e5992a09fa37e9(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#6}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x000060000075c320, (null)=<unavailable>) at unwind_safe.rs:272:9 [opt]
|
||||
frame #24: 0x000000010047cde4 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hb33feb246c22b65a at panicking.rs:552:40 [opt]
|
||||
frame #25: 0x000000010047cde4 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hb33feb246c22b65a at panicking.rs:516:19 [opt]
|
||||
frame #26: 0x000000010047cde4 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hb33feb246c22b65a at panic.rs:142:14 [opt]
|
||||
frame #27: 0x000000010047cde4 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hb33feb246c22b65a [inlined] tokio::runtime::task::harness::poll_future::h94616be7d9dad15e(core=0x000000012f019620, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #28: 0x000000010047cde4 rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hb33feb246c22b65a at harness.rs:208:27 [opt]
|
||||
frame #29: 0x000000010047cd9c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hb33feb246c22b65a(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#6}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #30: 0x0000000100686720 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 at raw.rs:201:18 [opt]
|
||||
frame #31: 0x0000000100686710 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 at mod.rs:408:9 [opt]
|
||||
frame #32: 0x0000000100686710 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 [inlined] tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::h5b3e8de2b636909f at worker.rs:577:18 [opt]
|
||||
frame #33: 0x0000000100686710 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 at coop.rs:107:5 [opt]
|
||||
frame #34: 0x000000010068669c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0 [inlined] tokio::runtime::coop::budget::h02e40d999ebee93f(f={closure_env#0} @ 0x000060000075c520) at coop.rs:73:5 [opt]
|
||||
frame #35: 0x000000010068669c rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hee4c52d36901d1c0(self=0x000000017127ac10, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ scalar, core=<unavailable>) at worker.rs:576:9 [opt]
|
||||
frame #36: 0x0000000100686060 rqbit`tokio::runtime::scheduler::multi_thread::worker::Context::run::h0cbfb80422c14883(self=0x000000017127ac10, core=0x0000600002f144b0) at worker.rs:0 [opt]
|
||||
frame #37: 0x000000010068a1b0 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630 at worker.rs:491:21 [opt]
|
||||
frame #38: 0x000000010068a194 rqbit`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::he8cfa85676acb630(self=0x000000010e00b838, t=<unavailable>, f=<unavailable>) at scoped.rs:40:9 [opt]
|
||||
frame #39: 0x0000000100683ef0 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 [inlined] tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::h0e6e14e96d63955c(c=<unavailable>) at context.rs:176:26 [opt]
|
||||
frame #40: 0x0000000100683ed4 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 at local.rs:270:16 [opt]
|
||||
frame #41: 0x0000000100683ed4 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 at local.rs:246:9 [opt]
|
||||
frame #42: 0x0000000100683ed4 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 [inlined] tokio::runtime::context::set_scheduler::h0bda3d87c899ebd8(v=0x000000017127ac08, f={closure_env#0} @ 0x0000600000740090) at context.rs:176:17 [opt]
|
||||
frame #43: 0x0000000100683ed4 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1 at worker.rs:486:9 [opt]
|
||||
frame #44: 0x0000000100683e78 rqbit`tokio::runtime::context::runtime::enter_runtime::he3ddb4baacaf51c1(handle=<unavailable>, allow_block_in_place=<unavailable>, f={closure_env#0} @ 0x0000600000740170) at runtime.rs:65:16 [opt]
|
||||
frame #45: 0x000000010068581c rqbit`tokio::runtime::scheduler::multi_thread::worker::run::h0ffc87fb75fd16d2(worker=<unavailable>) at worker.rs:478:5 [opt]
|
||||
frame #46: 0x000000010047f234 rqbit`std::panicking::try::h68c7f5d65513f8be [inlined] tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::ha395bacd4b13d755 at worker.rs:422:41 [opt]
|
||||
frame #47: 0x000000010047f22c rqbit`std::panicking::try::h68c7f5d65513f8be at task.rs:42:21 [opt]
|
||||
frame #48: 0x000000010047f21c rqbit`std::panicking::try::h68c7f5d65513f8be at core.rs:328:17 [opt]
|
||||
frame #49: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be at unsafe_cell.rs:16:9 [opt]
|
||||
frame #50: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be [inlined] tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h9df1db878e7d43f9(self=0x000000012d614920, cx=<unavailable>) at core.rs:317:30 [opt]
|
||||
frame #51: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be at harness.rs:485:19 [opt]
|
||||
frame #52: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h1e6c391a6cc11b93(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x000060000075c6b0, (null)=<unavailable>) at unwind_safe.rs:272:9 [opt]
|
||||
frame #53: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be at panicking.rs:552:40 [opt]
|
||||
frame #54: 0x000000010047f200 rqbit`std::panicking::try::h68c7f5d65513f8be(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x000060000075c7a0) at panicking.rs:516:19 [opt]
|
||||
frame #55: 0x000000010047d27c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf at panic.rs:142:14 [opt]
|
||||
frame #56: 0x000000010047d26c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf [inlined] tokio::runtime::task::harness::poll_future::hac76a4908bcd795b(core=0x000000012d614920, cx=Context @ scalar) at harness.rs:473:18 [opt]
|
||||
frame #57: 0x000000010047d26c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf at harness.rs:208:27 [opt]
|
||||
frame #58: 0x000000010047d23c rqbit`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::he970e0ba198f88bf(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ scalar) at harness.rs:153:15 [opt]
|
||||
frame #59: 0x0000000100680d00 rqbit`tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 at raw.rs:201:18 [opt]
|
||||
frame #60: 0x0000000100680cf0 rqbit`tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 at mod.rs:445:9 [opt]
|
||||
frame #61: 0x0000000100680cf0 rqbit`tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2 [inlined] tokio::runtime::blocking::pool::Task::run::h810572839373119b(self=Task @ 0x000060000075c980) at pool.rs:159:9 [opt]
|
||||
frame #62: 0x0000000100680cf0 rqbit`tokio::runtime::blocking::pool::Inner::run::h9d6add31a0a82ba2(self=0x000000012d6055f0, worker_thread_id=<unavailable>) at pool.rs:513:17 [opt]
|
||||
frame #63: 0x000000010067d624 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6 at pool.rs:471:13 [opt]
|
||||
frame #64: 0x000000010067d5f0 rqbit`std::sys_common::backtrace::__rust_begin_short_backtrace::hbb6c703cea0006e6(f={closure_env#0} @ 0x000000017127af30) at backtrace.rs:154:18 [opt]
|
||||
frame #65: 0x000000010068c558 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h3091c25686e73a49 at mod.rs:529:17 [opt]
|
||||
frame #66: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3d7daae8e5c4f81(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:272:9 [opt]
|
||||
frame #67: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::panicking::try::do_call::h5cec17baa5c7b931(data=<unavailable>) at panicking.rs:552:40 [opt]
|
||||
frame #68: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::panicking::try::h090e5193a44ca682(f=<unavailable>) at panicking.rs:516:19 [opt]
|
||||
frame #69: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::panic::catch_unwind::h6984ad9e1544f62a at panic.rs:142:14 [opt]
|
||||
frame #70: 0x000000010068c550 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769 [inlined] std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hd5fd1942c3d0bc69 at mod.rs:528:30 [opt]
|
||||
frame #71: 0x000000010068c4f8 rqbit`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h25e2987fbbdaf769((null)=0x000060000190c4c0, (null)=<unavailable>) at function.rs:250:5 [opt]
|
||||
frame #72: 0x000000010073e654 rqbit`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::ha50e0d33beaa94b5 at boxed.rs:2007:9 [opt]
|
||||
frame #73: 0x000000010073e648 rqbit`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h320b0db4bb8e0440 at boxed.rs:2007:9 [opt]
|
||||
frame #74: 0x000000010073e644 rqbit`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 at thread.rs:108:17 [opt]
|
||||
frame #75: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
450
deadlock_6.txt
450
deadlock_6.txt
|
|
@ -1,450 +0,0 @@
|
|||
(lldb) command script import "/Users/igor/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/etc/lldb_lookup.py"
|
||||
(lldb) command source -s 0 '/Users/igor/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/etc/lldb_commands'
|
||||
(lldb) type synthetic add -l lldb_lookup.synthetic_lookup -x ".*" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)String$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^&(mut )?str$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^&(mut )?\\[.+\\]$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::ffi::([a-z_]+::)+)OsString$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Vec<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)VecDeque<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)BTreeSet<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)BTreeMap<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::collections::([a-z_]+::)+)HashMap<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(std::collections::([a-z_]+::)+)HashSet<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Rc<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(alloc::([a-z_]+::)+)Arc<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)Cell<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)Ref<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)RefMut<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^(core::([a-z_]+::)+)RefCell<.+>$" --category Rust
|
||||
(lldb) type summary add -F lldb_lookup.summary_lookup -e -x -h "^core::num::([a-z_]+::)*NonZero.+$" --category Rust
|
||||
(lldb) type category enable Rust
|
||||
(lldb) process attach --pid 58189
|
||||
Process 58189 stopped
|
||||
* thread #1, name = 'main', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
|
||||
frame #0: 0x000000018c11c0ac libsystem_kernel.dylib`__psynch_cvwait + 8
|
||||
libsystem_kernel.dylib`:
|
||||
-> 0x18c11c0ac <+8>: b.lo 0x18c11c0cc ; <+40>
|
||||
0x18c11c0b0 <+12>: pacibsp
|
||||
0x18c11c0b4 <+16>: stp x29, x30, [sp, #-0x10]!
|
||||
0x18c11c0b8 <+20>: mov x29, sp
|
||||
Target 0: (ubuntu) stopped.
|
||||
Executable module set to "/Users/igor/projects/2021-06-rust-qbittorrent/target/debug/examples/ubuntu".
|
||||
Architecture set to: arm64-apple-macosx-.
|
||||
(lldb) bt all
|
||||
(lldb) thread backtrace all
|
||||
thread #2, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c11c0ac libsystem_kernel.dylib`__psynch_cvwait + 8
|
||||
frame #1: 0x000000018c1595fc libsystem_pthread.dylib`_pthread_cond_wait + 1228
|
||||
frame #2: 0x000000010157ac94 ubuntu`_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::h18f017ec19297713(self=0x000000012a80a1e8) at unix.rs:77:21
|
||||
frame #3: 0x000000010158015c ubuntu`parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hfa01ae81bb4bc0f2(thread_data=0x000000012a80a1e8) at parking_lot.rs:635:17
|
||||
frame #4: 0x000000010157f038 ubuntu`parking_lot_core::parking_lot::park::hacebd5119a4df3c1 at parking_lot.rs:207:5
|
||||
frame #5: 0x000000010157eff4 ubuntu`parking_lot_core::parking_lot::park::hacebd5119a4df3c1(key=105553151705104, validate={closure_env#0}<parking_lot::raw_rwlock::{impl#10}::lock_exclusive_slow::{closure_env#0}> @ 0x000000017075b5c0, before_sleep={closure_env#1}<parking_lot::raw_rwlock::{impl#10}::lock_exclusive_slow::{closure_env#0}> @ 0x000000017075b5d7, timed_out={closure_env#2}<parking_lot::raw_rwlock::{impl#10}::lock_exclusive_slow::{closure_env#0}> @ 0x000000017075b5d8, park_token=ParkToken @ 0x000000017075b578, timeout=Option<std::time::Instant> @ 0x000000017075b580) at parking_lot.rs:600:5
|
||||
frame #6: 0x000000010157a404 ubuntu`parking_lot::raw_rwlock::RawRwLock::lock_common::ha8fc34a3cb806226(self=0x00006000021cc010, timeout=Option<std::time::Instant> @ 0x000000017075b778, token=ParkToken @ 0x000000017075b788, try_lock={closure_env#0} @ 0x000000017075b6f8, validate_flags=12) at raw_rwlock.rs:1115:17
|
||||
frame #7: 0x00000001015ec5fc ubuntu`parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h7dc15f4d593b3d53(self=0x00006000021cc010, timeout=Option<std::time::Instant> @ 0x000000017075b7d8) at raw_rwlock.rs:633:26
|
||||
frame #8: 0x0000000100e5b470 ubuntu`_$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_exclusive::h5270fe9f3619f0de(self=0x00006000021cc010) at raw_rwlock.rs:73:26
|
||||
frame #9: 0x0000000100e687f0 ubuntu`lock_api::rwlock::RwLock$LT$R$C$T$GT$::write::haa255ee1570efc80(self=0x00006000021cc010) at rwlock.rs:491:9
|
||||
frame #10: 0x0000000100f2a01c ubuntu`librqbit::torrent_state::TorrentState::lock_write::_$u7b$$u7b$closure$u7d$$u7d$::h2321908ec997b34a at torrent_state.rs:527:47
|
||||
frame #11: 0x0000000100f17a88 ubuntu`librqbit::torrent_state::TorrentState::lock_write::h9d38ed3237018f3a [inlined] librqbit::torrent_state::timed_existence::timeit::ha8a3d4926cb7dc8f(_n="mark_chunk_downloaded", f={closure_env#0} @ 0x000000017075b908) at torrent_state.rs:320:9
|
||||
frame #12: 0x0000000100f17a84 ubuntu`librqbit::torrent_state::TorrentState::lock_write::h9d38ed3237018f3a(self=0x000000012ac04ea0, reason="mark_chunk_downloaded") at torrent_state.rs:527:29
|
||||
frame #13: 0x0000000100f246e0 ubuntu`librqbit::torrent_state::PeerHandler::on_received_piece::hfc76de485b1e69e4(self=0x000000012b819690, handle=SocketAddr @ 0x000000017075cb00, piece=Piece<librqbit_buffers::ByteBuf> @ 0x000000017075cae0) at torrent_state.rs:1217:25
|
||||
frame #14: 0x0000000100f1ed9c ubuntu`_$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hcc2c1a998973e6ea(self=0x000000012b819690, message=Message<librqbit_buffers::ByteBuf> @ 0x000000017075e308) at torrent_state.rs:860:38
|
||||
frame #15: 0x0000000100ec903c ubuntu`librqbit::peer_connection::PeerConnection$LT$H$GT$::manage_peer::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hd19286c0558488e9((null)=0x00000001707659c0) at peer_connection.rs:270:17
|
||||
frame #16: 0x0000000100eca618 ubuntu`librqbit::peer_connection::PeerConnection$LT$H$GT$::manage_peer::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hdf7259baa4ab1268(cx=0x00000001707659c0) at select.rs:524:49
|
||||
frame #17: 0x0000000100e5dac4 ubuntu`_$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h598619c9121a1021(self=Pin<&mut tokio::future::poll_fn::PollFn<librqbit::peer_connection::{impl#0}::manage_peer::{async_fn#0}::{closure_env#8}<librqbit::torrent_state::PeerHandler>>> @ 0x000000017075e790, cx=0x00000001707659c0) at poll_fn.rs:58:9
|
||||
frame #18: 0x0000000100ec62f4 ubuntu`librqbit::peer_connection::PeerConnection$LT$H$GT$::manage_peer::_$u7b$$u7b$closure$u7d$$u7d$::hbde87e7c4a75cde5((null)=0x00000001707659c0) at peer_connection.rs:285:17
|
||||
frame #19: 0x0000000100f285a0 ubuntu`librqbit::torrent_state::TorrentState::task_manage_peer::_$u7b$$u7b$closure$u7d$$u7d$::hea04718635b021e0((null)=0x00000001707659c0) at torrent_state.rs:462:51
|
||||
frame #20: 0x0000000100eb6a58 ubuntu`librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::h22a15ea7de950e84((null)=0x00000001707659c0) at spawn_utils.rs:9:19
|
||||
frame #21: 0x0000000100f37ad4 ubuntu`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hf306b1b8f8b746ec(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>> @ 0x00000001707657b0, cx=0x00000001707659c0) at instrument.rs:321:9
|
||||
frame #22: 0x0000000100e5c764 ubuntu`_$LT$core..pin..Pin$LT$P$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h75c2f3181b0cf1aa(self=Pin<&mut core::pin::Pin<alloc::boxed::Box<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::alloc::Global>>> @ 0x00000001707658b8, cx=0x00000001707659c0) at future.rs:125:9
|
||||
frame #23: 0x0000000100ea616c ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h5e7de2bf5eee2830(ptr=0x000000012ac046b0) at core.rs:328:17
|
||||
frame #24: 0x0000000100ea4ef4 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hc59bc6d6b6e00c95 [inlined] tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h6f1eac3b5cc2f9fc(self=0x000000012ac046b0, f={closure_env#0}<core::pin::Pin<alloc::boxed::Box<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x00000001707659f8) at unsafe_cell.rs:16:9
|
||||
frame #25: 0x0000000100ea4ee8 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hc59bc6d6b6e00c95(self=0x000000012ac046a0, cx=Context @ 0x00000001707659c0) at core.rs:317:13
|
||||
frame #26: 0x0000000100f46a7c ubuntu`tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h1ac58a34f257fa4e at harness.rs:485:19
|
||||
frame #27: 0x0000000100ecf5a8 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h65267074a1338221(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000000170765a70, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #28: 0x0000000100e75468 ubuntu`std::panicking::try::do_call::ha519f6d3905eb2d3(data="\xa0F\xc0*\U00000001") at panicking.rs:552:40
|
||||
frame #29: 0x0000000100e72540 ubuntu`std::panicking::try::hf6253d263edac0a7(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000000170765b20) at panicking.rs:516:19
|
||||
frame #30: 0x0000000100ed36a8 ubuntu`std::panic::catch_unwind::h5882a801edf9c0d0(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000000170765b60) at panic.rs:142:14
|
||||
frame #31: 0x0000000100f45c10 ubuntu`tokio::runtime::task::harness::poll_future::hd86755375ddf0d4a(core=0x000000012ac046a0, cx=Context @ 0x0000000170765c70) at harness.rs:473:18
|
||||
frame #32: 0x0000000100f48b9c ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h37fc87829deea2a7(self=0x0000000170765d28) at harness.rs:208:27
|
||||
frame #33: 0x0000000100f50188 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h7332793119460ed4(self=Harness<core::pin::Pin<alloc::boxed::Box<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x0000000170765d28) at harness.rs:153:15
|
||||
frame #34: 0x0000000100f0f104 ubuntu`tokio::runtime::task::raw::poll::h51db310fbcdeebd3(ptr=NonNull<tokio::runtime::task::core::Header> @ 0x0000000170765d50) at raw.rs:271:5
|
||||
frame #35: 0x0000000101477900 ubuntu`tokio::runtime::task::raw::RawTask::poll::h1000d6912ad57420(self=RawTask @ 0x0000000170765d70) at raw.rs:201:18
|
||||
frame #36: 0x0000000101463ba8 ubuntu`tokio::runtime::task::LocalNotified$LT$S$GT$::run::h614d754e09832cad(self=LocalNotified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x0000000170765da0) at mod.rs:408:9
|
||||
frame #37: 0x0000000101491e18 ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::ha7f5ee623f6de024 at worker.rs:577:13
|
||||
frame #38: 0x0000000101491ddc ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831 at coop.rs:107:5
|
||||
frame #39: 0x0000000101491dac ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831 [inlined] tokio::runtime::coop::budget::h8d1d2f494ba6a7cb(f={closure_env#0} @ 0x0000000170765f30) at coop.rs:73:5
|
||||
frame #40: 0x0000000101491d88 ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831(self=0x0000000170766260, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x0000000170765f20, core=0x00006000039cc280) at worker.rs:576:9
|
||||
frame #41: 0x0000000101491a84 ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run::heaa445e39d3099a1(self=0x0000000170766260, core=0x00006000039cc280) at worker.rs:526:24
|
||||
frame #42: 0x0000000101491894 ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2b571f29a8f60888 at worker.rs:491:21
|
||||
frame #43: 0x0000000101483090 ubuntu`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::hf925c595bd252f01(self=0x000000012a80a038, t=0x0000000170766258, f={closure_env#0} @ 0x00000001707660e8) at scoped.rs:40:9
|
||||
frame #44: 0x000000010144c988 ubuntu`tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::h0302d095e8b65143(c=0x000000012a80a000) at context.rs:176:26
|
||||
frame #45: 0x000000010147ffa0 ubuntu`std::thread::local::LocalKey$LT$T$GT$::try_with::h6fb83be6e86818c6(self=0x0000000101766de8, f={closure_env#0}<(), tokio::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure_env#0}> @ 0x00000001707661f0) at local.rs:270:16
|
||||
frame #46: 0x000000010147eca4 ubuntu`std::thread::local::LocalKey$LT$T$GT$::with::h5dcf9435a259397f(self=0x0000000101766de8, f=<unavailable>) at local.rs:246:9
|
||||
frame #47: 0x000000010144c954 ubuntu`tokio::runtime::context::set_scheduler::h6b6f06a5ae3a93e1(v=0x0000000170766258, f={closure_env#0} @ 0x0000000170766210) at context.rs:176:9
|
||||
frame #48: 0x0000000101491848 ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf0230b52cc3b88d3((null)=0x00000001707663c0) at worker.rs:486:9
|
||||
frame #49: 0x000000010145d464 ubuntu`tokio::runtime::context::runtime::enter_runtime::h7a46156447e47d54(handle=0x0000000170766458, allow_block_in_place=true, f={closure_env#0} @ 0x0000000170766400) at runtime.rs:65:16
|
||||
frame #50: 0x000000010149172c ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::h4cf7d8d53344654d(worker=strong=1, weak=0) at worker.rs:478:5
|
||||
frame #51: 0x0000000100f165f0 ubuntu`tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hdcd0200f1ace3c10 at worker.rs:422:41
|
||||
frame #52: 0x0000000100ee9704 ubuntu`_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h5e51c8253a97db96(self=Pin<&mut tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>> @ 0x00000001707664b8, _cx=0x00000001707665c0) at task.rs:42:21
|
||||
frame #53: 0x0000000100ea6efc ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::hb7e35a417059b0ad(ptr=0x000000012a9052a8) at core.rs:328:17
|
||||
frame #54: 0x0000000100ea50b0 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd59079f2084d2a5c [inlined] tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::hd64ff7d14075f21c(self=0x000000012a9052a8, f={closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x00000001707665f8) at unsafe_cell.rs:16:9
|
||||
frame #55: 0x0000000100ea50a4 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd59079f2084d2a5c(self=0x000000012a9052a0, cx=Context @ 0x00000001707665c0) at core.rs:317:13
|
||||
frame #56: 0x0000000100f4772c ubuntu`tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hb5f6e8c09d369fd1 at harness.rs:485:19
|
||||
frame #57: 0x0000000100ed04b0 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::he3ee8a4cae328095(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000000170766670, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #58: 0x0000000100e73aec ubuntu`std::panicking::try::do_call::h489a70e89d3ca1b6(data="\xa0R\x90*\U00000001") at panicking.rs:552:40
|
||||
frame #59: 0x0000000100e6e638 ubuntu`std::panicking::try::h5e0d069f0af730a8(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000000170766720) at panicking.rs:516:19
|
||||
frame #60: 0x0000000100ed34a8 ubuntu`std::panic::catch_unwind::h4669e6cae3323c93(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000000170766760) at panic.rs:142:14
|
||||
frame #61: 0x0000000100f442e8 ubuntu`tokio::runtime::task::harness::poll_future::h7d428e00030d2cfa(core=0x000000012a9052a0, cx=Context @ 0x0000000170766870) at harness.rs:473:18
|
||||
frame #62: 0x0000000100f49700 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h6b3fcd463fc98a43(self=0x0000000170766928) at harness.rs:208:27
|
||||
frame #63: 0x0000000100f4fa50 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h34abb3e8b9684af7(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x0000000170766928) at harness.rs:153:15
|
||||
frame #64: 0x0000000100f0ef84 ubuntu`tokio::runtime::task::raw::poll::h30cae272b2c909e0(ptr=NonNull<tokio::runtime::task::core::Header> @ 0x0000000170766950) at raw.rs:271:5
|
||||
frame #65: 0x0000000101477900 ubuntu`tokio::runtime::task::raw::RawTask::poll::h1000d6912ad57420(self=RawTask @ 0x0000000170766970) at raw.rs:201:18
|
||||
frame #66: 0x0000000101463c2c ubuntu`tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfc4dd67afb1a17b6(self=UnownedTask<tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x00000001707669a0) at mod.rs:445:9
|
||||
frame #67: 0x000000010146ff54 ubuntu`tokio::runtime::blocking::pool::Task::run::hf0982e055b4d9b3d(self=Task @ 0x00000001707669c0) at pool.rs:159:9
|
||||
frame #68: 0x0000000101471428 ubuntu`tokio::runtime::blocking::pool::Inner::run::h613e034fcd5273c1(self=0x0000000129e052e0, worker_thread_id=10) at pool.rs:513:17
|
||||
frame #69: 0x00000001014712ac ubuntu`tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h85055799f1079122 at pool.rs:471:13
|
||||
frame #70: 0x0000000101450fb0 ubuntu`std::sys_common::backtrace::__rust_begin_short_backtrace::hc00264b51514bc2a(f=<unavailable>) at backtrace.rs:154:18
|
||||
frame #71: 0x0000000101445cdc ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hf0c597d86743f4b0 at mod.rs:529:17
|
||||
frame #72: 0x00000001014a09f0 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h8e1e63be06f0c84a(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #73: 0x0000000101456584 ubuntu`std::panicking::try::do_call::hce3444c785deac15(data="\U00000001") at panicking.rs:552:40
|
||||
frame #74: 0x0000000101455bb4 ubuntu`std::panicking::try::hdf0c5aa4f459a133(f=<unavailable>) at panicking.rs:516:19
|
||||
frame #75: 0x0000000101445c08 ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h3869e60e8161d6b6 at panic.rs:142:14
|
||||
frame #76: 0x0000000101445c04 ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h3869e60e8161d6b6 at mod.rs:528:30
|
||||
frame #77: 0x0000000101446144 ubuntu`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h079508b8f3dc0adc((null)=0x0000600000fccf80, (null)=<unavailable>) at function.rs:250:5
|
||||
frame #78: 0x00000001015b7334 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::ha50e0d33beaa94b5 at boxed.rs:2007:9 [opt]
|
||||
frame #79: 0x00000001015b7328 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h320b0db4bb8e0440 at boxed.rs:2007:9 [opt]
|
||||
frame #80: 0x00000001015b7324 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 at thread.rs:108:17 [opt]
|
||||
frame #81: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #3, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c11c0ac libsystem_kernel.dylib`__psynch_cvwait + 8
|
||||
frame #1: 0x000000018c1595fc libsystem_pthread.dylib`_pthread_cond_wait + 1228
|
||||
frame #2: 0x0000000101124828 ubuntu`_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::h81c3633b1efcc0d3(self=0x0000000129e0eb68) at unix.rs:77:21
|
||||
frame #3: 0x0000000101125fd8 ubuntu`parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::h86031eb220440ab6(thread_data=0x0000000129e0eb68) at parking_lot.rs:635:17
|
||||
frame #4: 0x00000001011258b0 ubuntu`parking_lot_core::parking_lot::park::hf4b3e8965b659760 at parking_lot.rs:207:5
|
||||
frame #5: 0x000000010112586c ubuntu`parking_lot_core::parking_lot::park::hf4b3e8965b659760(key=5024852649, validate={closure_env#0} @ 0x0000000170d87b30, before_sleep={closure_env#1} @ 0x0000000170d87b3e, timed_out={closure_env#2} @ 0x0000000170d87b3f, park_token=ParkToken @ 0x0000000170d87af8, timeout=Option<std::time::Instant> @ 0x0000000170d87b00) at parking_lot.rs:600:5
|
||||
frame #6: 0x00000001015e2a10 ubuntu`dashmap::lock::RawRwLock::lock_shared_slow::h334165b2f5c9384b(self=0x000000012b812aa8) at lock.rs:270:21
|
||||
frame #7: 0x0000000100e41588 ubuntu`_$LT$dashmap..lock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h5de6b0427458a49d(self=0x000000012b812aa8) at lock.rs:62:13
|
||||
frame #8: 0x0000000100e68760 ubuntu`lock_api::rwlock::RwLock$LT$R$C$T$GT$::read::h608658d5ac4b6a2d(self=0x000000012b812aa8) at rwlock.rs:459:9
|
||||
frame #9: 0x0000000100e516e0 ubuntu`_$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_yield_read_shard::h84bc69d2d64a0791(self=0x000000012ac04f38, i=3) at lib.rs:891:9
|
||||
frame #10: 0x0000000100f16ba0 ubuntu`_$LT$dashmap..iter..Iter$LT$K$C$V$C$S$C$M$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::hb1e9fda45c3f5907(self=0x0000000170d88170) at iter.rs:174:34
|
||||
frame #11: 0x0000000100f16884 ubuntu`core::iter::traits::iterator::Iterator::fold::hb050bd376eb4851a(self=Iter<core::net::socket_addr::SocketAddr, librqbit::peer_state::Peer, std::hash::random::RandomState, dashmap::DashMap<core::net::socket_addr::SocketAddr, librqbit::peer_state::Peer, std::hash::random::RandomState>> @ 0x0000000170d88170, init=<unavailable>, f={closure_env#0} @ 0x0000000170d88007) at iterator.rs:2639:29
|
||||
frame #12: 0x0000000100f25db8 ubuntu`librqbit::torrent_state::PeerStates::stats::_$u7b$$u7b$closure$u7d$$u7d$::hd59e6c38ca10527f at torrent_state.rs:83:13
|
||||
frame #13: 0x0000000100f16cd0 ubuntu`librqbit::torrent_state::PeerStates::stats::h19c78f686fc82ec4 [inlined] librqbit::torrent_state::timed_existence::timeit::he9134af8f822c0db(_n="PeerStates::stats", f={closure_env#0} @ 0x0000000170d88218) at torrent_state.rs:320:9
|
||||
frame #14: 0x0000000100f16ccc ubuntu`librqbit::torrent_state::PeerStates::stats::h19c78f686fc82ec4(self=0x000000012ac04f38) at torrent_state.rs:82:9
|
||||
frame #15: 0x0000000100f1e854 ubuntu`librqbit::torrent_state::TorrentState::stats_snapshot::hd1d23431a2423ac4(self=0x000000012ac04ea0) at torrent_state.rs:814:26
|
||||
frame #16: 0x0000000100e4c4fc ubuntu`librqbit::torrent_manager::TorrentManager::start::_$u7b$$u7b$closure$u7d$$u7d$::h62a7502cf005da13((null)=0x0000000170d899c0) at torrent_manager.rs:297:33
|
||||
frame #17: 0x0000000100ebc734 ubuntu`librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hbdaad5f0a4164a94((null)=0x0000000170d899c0) at spawn_utils.rs:9:19
|
||||
frame #18: 0x0000000100f37184 ubuntu`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h42823f57e36e7cf3(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_manager::{impl#2}::start::{async_block_env#3}<std::path::PathBuf>>>> @ 0x0000000170d897f0, cx=0x0000000170d899c0) at instrument.rs:321:9
|
||||
frame #19: 0x0000000100ea654c ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h678c6d0f8a67cc6f(ptr=0x000000012ac05330) at core.rs:328:17
|
||||
frame #20: 0x0000000100ea4f88 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hc89ae778a2e35e40 [inlined] tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h593c2072a3a046ed(self=0x000000012ac05330, f={closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_manager::{impl#2}::start::{async_block_env#3}<std::path::PathBuf>>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x0000000170d899f8) at unsafe_cell.rs:16:9
|
||||
frame #21: 0x0000000100ea4f7c ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hc89ae778a2e35e40(self=0x000000012ac05320, cx=Context @ 0x0000000170d899c0) at core.rs:317:13
|
||||
frame #22: 0x0000000100f46ce4 ubuntu`tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h435df6023246cf3b at harness.rs:485:19
|
||||
frame #23: 0x0000000100ecff14 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hc4ec710da91a1c38(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_manager::{impl#2}::start::{async_block_env#3}<std::path::PathBuf>>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000000170d89a70, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #24: 0x0000000100e74588 ubuntu`std::panicking::try::do_call::h745f369d74749300(data=" S\xc0*\U00000001") at panicking.rs:552:40
|
||||
frame #25: 0x0000000100e6cc08 ubuntu`std::panicking::try::h1becb456d9205ba9(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_manager::{impl#2}::start::{async_block_env#3}<std::path::PathBuf>>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000000170d89b20) at panicking.rs:516:19
|
||||
frame #26: 0x0000000100ed4174 ubuntu`std::panic::catch_unwind::hc60f07b69988dbe8(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_manager::{impl#2}::start::{async_block_env#3}<std::path::PathBuf>>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000000170d89b60) at panic.rs:142:14
|
||||
frame #27: 0x0000000100f46340 ubuntu`tokio::runtime::task::harness::poll_future::hf4a5b35eda817472(core=0x000000012ac05320, cx=Context @ 0x0000000170d89c70) at harness.rs:473:18
|
||||
frame #28: 0x0000000100f4a8b8 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hc08f3c0aa1b326b2(self=0x0000000170d89d28) at harness.rs:208:27
|
||||
frame #29: 0x0000000100f50770 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::hb7cc37e070326c7e(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_manager::{impl#2}::start::{async_block_env#3}<std::path::PathBuf>>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x0000000170d89d28) at harness.rs:153:15
|
||||
frame #30: 0x0000000100f0f044 ubuntu`tokio::runtime::task::raw::poll::h3f6472418aa31498(ptr=NonNull<tokio::runtime::task::core::Header> @ 0x0000000170d89d50) at raw.rs:271:5
|
||||
frame #31: 0x0000000101477900 ubuntu`tokio::runtime::task::raw::RawTask::poll::h1000d6912ad57420(self=RawTask @ 0x0000000170d89d70) at raw.rs:201:18
|
||||
frame #32: 0x0000000101463ba8 ubuntu`tokio::runtime::task::LocalNotified$LT$S$GT$::run::h614d754e09832cad(self=LocalNotified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x0000000170d89da0) at mod.rs:408:9
|
||||
frame #33: 0x0000000101491e18 ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::ha7f5ee623f6de024 at worker.rs:577:13
|
||||
frame #34: 0x0000000101491ddc ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831 at coop.rs:107:5
|
||||
frame #35: 0x0000000101491dac ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831 [inlined] tokio::runtime::coop::budget::h8d1d2f494ba6a7cb(f={closure_env#0} @ 0x0000000170d89f30) at coop.rs:73:5
|
||||
frame #36: 0x0000000101491d88 ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831(self=0x0000000170d8a260, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x0000000170d89f20, core=0x00006000039cc2d0) at worker.rs:576:9
|
||||
frame #37: 0x0000000101491a84 ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run::heaa445e39d3099a1(self=0x0000000170d8a260, core=0x00006000039cc2d0) at worker.rs:526:24
|
||||
frame #38: 0x0000000101491894 ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2b571f29a8f60888 at worker.rs:491:21
|
||||
frame #39: 0x0000000101483090 ubuntu`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::hf925c595bd252f01(self=0x0000000129e0e9b8, t=0x0000000170d8a258, f={closure_env#0} @ 0x0000000170d8a0e8) at scoped.rs:40:9
|
||||
frame #40: 0x000000010144c988 ubuntu`tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::h0302d095e8b65143(c=0x0000000129e0e980) at context.rs:176:26
|
||||
frame #41: 0x000000010147ffa0 ubuntu`std::thread::local::LocalKey$LT$T$GT$::try_with::h6fb83be6e86818c6(self=0x0000000101766de8, f={closure_env#0}<(), tokio::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure_env#0}> @ 0x0000000170d8a1f0) at local.rs:270:16
|
||||
frame #42: 0x000000010147eca4 ubuntu`std::thread::local::LocalKey$LT$T$GT$::with::h5dcf9435a259397f(self=0x0000000101766de8, f=<unavailable>) at local.rs:246:9
|
||||
frame #43: 0x000000010144c954 ubuntu`tokio::runtime::context::set_scheduler::h6b6f06a5ae3a93e1(v=0x0000000170d8a258, f={closure_env#0} @ 0x0000000170d8a210) at context.rs:176:9
|
||||
frame #44: 0x0000000101491848 ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf0230b52cc3b88d3((null)=0x0000000170d8a3c0) at worker.rs:486:9
|
||||
frame #45: 0x000000010145d464 ubuntu`tokio::runtime::context::runtime::enter_runtime::h7a46156447e47d54(handle=0x0000000170d8a458, allow_block_in_place=true, f={closure_env#0} @ 0x0000000170d8a400) at runtime.rs:65:16
|
||||
frame #46: 0x000000010149172c ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::h4cf7d8d53344654d(worker=strong=2, weak=0) at worker.rs:478:5
|
||||
frame #47: 0x0000000100f165f0 ubuntu`tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hdcd0200f1ace3c10 at worker.rs:422:41
|
||||
frame #48: 0x0000000100ee9704 ubuntu`_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h5e51c8253a97db96(self=Pin<&mut tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>> @ 0x0000000170d8a4b8, _cx=0x0000000170d8a5c0) at task.rs:42:21
|
||||
frame #49: 0x0000000100ea6efc ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::hb7e35a417059b0ad(ptr=0x0000000129e0cb28) at core.rs:328:17
|
||||
frame #50: 0x0000000100ea50b0 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd59079f2084d2a5c [inlined] tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::hd64ff7d14075f21c(self=0x0000000129e0cb28, f={closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x0000000170d8a5f8) at unsafe_cell.rs:16:9
|
||||
frame #51: 0x0000000100ea50a4 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd59079f2084d2a5c(self=0x0000000129e0cb20, cx=Context @ 0x0000000170d8a5c0) at core.rs:317:13
|
||||
frame #52: 0x0000000100f4772c ubuntu`tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hb5f6e8c09d369fd1 at harness.rs:485:19
|
||||
frame #53: 0x0000000100ed04b0 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::he3ee8a4cae328095(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000000170d8a670, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #54: 0x0000000100e73aec ubuntu`std::panicking::try::do_call::h489a70e89d3ca1b6(data=" \xcb\xe0)\U00000001") at panicking.rs:552:40
|
||||
frame #55: 0x0000000100e6e638 ubuntu`std::panicking::try::h5e0d069f0af730a8(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000000170d8a720) at panicking.rs:516:19
|
||||
frame #56: 0x0000000100ed34a8 ubuntu`std::panic::catch_unwind::h4669e6cae3323c93(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000000170d8a760) at panic.rs:142:14
|
||||
frame #57: 0x0000000100f442e8 ubuntu`tokio::runtime::task::harness::poll_future::h7d428e00030d2cfa(core=0x0000000129e0cb20, cx=Context @ 0x0000000170d8a870) at harness.rs:473:18
|
||||
frame #58: 0x0000000100f49700 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h6b3fcd463fc98a43(self=0x0000000170d8a928) at harness.rs:208:27
|
||||
frame #59: 0x0000000100f4fa50 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h34abb3e8b9684af7(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x0000000170d8a928) at harness.rs:153:15
|
||||
frame #60: 0x0000000100f0ef84 ubuntu`tokio::runtime::task::raw::poll::h30cae272b2c909e0(ptr=NonNull<tokio::runtime::task::core::Header> @ 0x0000000170d8a950) at raw.rs:271:5
|
||||
frame #61: 0x0000000101477900 ubuntu`tokio::runtime::task::raw::RawTask::poll::h1000d6912ad57420(self=RawTask @ 0x0000000170d8a970) at raw.rs:201:18
|
||||
frame #62: 0x0000000101463c2c ubuntu`tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfc4dd67afb1a17b6(self=UnownedTask<tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x0000000170d8a9a0) at mod.rs:445:9
|
||||
frame #63: 0x000000010146ff54 ubuntu`tokio::runtime::blocking::pool::Task::run::hf0982e055b4d9b3d(self=Task @ 0x0000000170d8a9c0) at pool.rs:159:9
|
||||
frame #64: 0x0000000101471428 ubuntu`tokio::runtime::blocking::pool::Inner::run::h613e034fcd5273c1(self=0x0000000129e052e0, worker_thread_id=13) at pool.rs:513:17
|
||||
frame #65: 0x00000001014712ac ubuntu`tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h85055799f1079122 at pool.rs:471:13
|
||||
frame #66: 0x0000000101450fb0 ubuntu`std::sys_common::backtrace::__rust_begin_short_backtrace::hc00264b51514bc2a(f=<unavailable>) at backtrace.rs:154:18
|
||||
frame #67: 0x0000000101445cdc ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hf0c597d86743f4b0 at mod.rs:529:17
|
||||
frame #68: 0x00000001014a09f0 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h8e1e63be06f0c84a(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #69: 0x0000000101456584 ubuntu`std::panicking::try::do_call::hce3444c785deac15(data="\U00000001") at panicking.rs:552:40
|
||||
frame #70: 0x0000000101455bb4 ubuntu`std::panicking::try::hdf0c5aa4f459a133(f=<unavailable>) at panicking.rs:516:19
|
||||
frame #71: 0x0000000101445c08 ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h3869e60e8161d6b6 at panic.rs:142:14
|
||||
frame #72: 0x0000000101445c04 ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h3869e60e8161d6b6 at mod.rs:528:30
|
||||
frame #73: 0x0000000101446144 ubuntu`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h079508b8f3dc0adc((null)=0x0000600000fccd40, (null)=<unavailable>) at function.rs:250:5
|
||||
frame #74: 0x00000001015b7334 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::ha50e0d33beaa94b5 at boxed.rs:2007:9 [opt]
|
||||
frame #75: 0x00000001015b7328 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h320b0db4bb8e0440 at boxed.rs:2007:9 [opt]
|
||||
frame #76: 0x00000001015b7324 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 at thread.rs:108:17 [opt]
|
||||
frame #77: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #6, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c11c0ac libsystem_kernel.dylib`__psynch_cvwait + 8
|
||||
frame #1: 0x000000018c1595fc libsystem_pthread.dylib`_pthread_cond_wait + 1228
|
||||
frame #2: 0x000000010157ac94 ubuntu`_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::h18f017ec19297713(self=0x000000012a90ac68) at unix.rs:77:21
|
||||
frame #3: 0x000000010158015c ubuntu`parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hfa01ae81bb4bc0f2(thread_data=0x000000012a90ac68) at parking_lot.rs:635:17
|
||||
frame #4: 0x000000010157f038 ubuntu`parking_lot_core::parking_lot::park::hacebd5119a4df3c1 at parking_lot.rs:207:5
|
||||
frame #5: 0x000000010157eff4 ubuntu`parking_lot_core::parking_lot::park::hacebd5119a4df3c1(key=105553151705104, validate={closure_env#0}<parking_lot::raw_rwlock::{impl#10}::lock_exclusive_slow::{closure_env#0}> @ 0x00000001713a85b0, before_sleep={closure_env#1}<parking_lot::raw_rwlock::{impl#10}::lock_exclusive_slow::{closure_env#0}> @ 0x00000001713a85c7, timed_out={closure_env#2}<parking_lot::raw_rwlock::{impl#10}::lock_exclusive_slow::{closure_env#0}> @ 0x00000001713a85c8, park_token=ParkToken @ 0x00000001713a8568, timeout=Option<std::time::Instant> @ 0x00000001713a8570) at parking_lot.rs:600:5
|
||||
frame #6: 0x000000010157a404 ubuntu`parking_lot::raw_rwlock::RawRwLock::lock_common::ha8fc34a3cb806226(self=0x00006000021cc010, timeout=Option<std::time::Instant> @ 0x00000001713a8768, token=ParkToken @ 0x00000001713a8778, try_lock={closure_env#0} @ 0x00000001713a86e8, validate_flags=12) at raw_rwlock.rs:1115:17
|
||||
frame #7: 0x00000001015ec5fc ubuntu`parking_lot::raw_rwlock::RawRwLock::lock_exclusive_slow::h7dc15f4d593b3d53(self=0x00006000021cc010, timeout=Option<std::time::Instant> @ 0x00000001713a87c8) at raw_rwlock.rs:633:26
|
||||
frame #8: 0x0000000100e5b470 ubuntu`_$LT$parking_lot..raw_rwlock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_exclusive::h5270fe9f3619f0de(self=0x00006000021cc010) at raw_rwlock.rs:73:26
|
||||
frame #9: 0x0000000100e687f0 ubuntu`lock_api::rwlock::RwLock$LT$R$C$T$GT$::write::haa255ee1570efc80(self=0x00006000021cc010) at rwlock.rs:491:9
|
||||
frame #10: 0x0000000100f2a01c ubuntu`librqbit::torrent_state::TorrentState::lock_write::_$u7b$$u7b$closure$u7d$$u7d$::h2321908ec997b34a at torrent_state.rs:527:47
|
||||
frame #11: 0x0000000100f17a88 ubuntu`librqbit::torrent_state::TorrentState::lock_write::h9d38ed3237018f3a [inlined] librqbit::torrent_state::timed_existence::timeit::ha8a3d4926cb7dc8f(_n="reserve_next_needed_piece", f={closure_env#0} @ 0x00000001713a88f8) at torrent_state.rs:320:9
|
||||
frame #12: 0x0000000100f17a84 ubuntu`librqbit::torrent_state::TorrentState::lock_write::h9d38ed3237018f3a(self=0x000000012ac04ea0, reason="reserve_next_needed_piece") at torrent_state.rs:527:29
|
||||
frame #13: 0x0000000100f2a28c ubuntu`librqbit::torrent_state::TorrentState::reserve_next_needed_piece::_$u7b$$u7b$closure$u7d$$u7d$::hd0fbceff9780e430(live=0x000000012b8274e8) at torrent_state.rs:557:29
|
||||
frame #14: 0x0000000100f27ae0 ubuntu`librqbit::torrent_state::PeerStates::with_live_mut::_$u7b$$u7b$closure$u7d$$u7d$::h320cb76d1ceaf8b8(peer=0x000000012b8274e8) at torrent_state.rs:134:40
|
||||
frame #15: 0x0000000100f26e88 ubuntu`librqbit::torrent_state::PeerStates::with_peer_mut::_$u7b$$u7b$closure$u7d$$u7d$::h995e1245d2ec2d40(e=<unavailable>) at torrent_state.rs:119:22
|
||||
frame #16: 0x0000000100f3c414 ubuntu`core::option::Option$LT$T$GT$::map::h4d8ca31a4de2418b(self=Option<dashmap::mapref::one::RefMut<core::net::socket_addr::SocketAddr, librqbit::peer_state::Peer, std::hash::random::RandomState>> @ 0x00000001713a9200, f={closure_env#1}<core::option::Option<core::option::Option<librqbit_core::lengths::ValidPieceIndex>>, librqbit::torrent_state::{impl#0}::with_live_mut::{closure_env#0}<core::option::Option<librqbit_core::lengths::ValidPieceIndex>, librqbit::torrent_state::{impl#4}::reserve_next_needed_piece::{closure_env#0}>> @ 0x00000001713a9228) at option.rs:1072:29
|
||||
frame #17: 0x0000000100f26460 ubuntu`librqbit::torrent_state::PeerStates::with_peer_mut::h746c3f2e9fa6ae69(self=0x000000012ac04f38, addr=<unavailable>, reason="reserve_next_needed_piece", f={closure_env#0}<core::option::Option<librqbit_core::lengths::ValidPieceIndex>, librqbit::torrent_state::{impl#4}::reserve_next_needed_piece::{closure_env#0}> @ 0x00000001713a9240) at torrent_state.rs:118:9
|
||||
frame #18: 0x0000000100f2792c ubuntu`librqbit::torrent_state::PeerStates::with_live_mut::ha54fdf952970b0fb(self=0x000000012ac04f38, addr=<unavailable>, reason="reserve_next_needed_piece", f={closure_env#0} @ 0x00000001713a92b0) at torrent_state.rs:133:9
|
||||
frame #19: 0x0000000100f17c10 ubuntu`librqbit::torrent_state::TorrentState::reserve_next_needed_piece::h7530534a0f6e875c(self=0x000000012ac04ea0, peer_handle=SocketAddr @ 0x000000012ac04f38) at torrent_state.rs:551:9
|
||||
frame #20: 0x0000000100f2ca18 ubuntu`librqbit::torrent_state::PeerHandler::requester::_$u7b$$u7b$closure$u7d$$u7d$::h5bca314bc041909d((null)=0x00000001713ad9c0) at torrent_state.rs:1061:31
|
||||
frame #21: 0x0000000100f2c138 ubuntu`librqbit::torrent_state::PeerHandler::task_peer_chunk_requester::_$u7b$$u7b$closure$u7d$$u7d$::h61185154eba132e6((null)=0x00000001713ad9c0) at torrent_state.rs:1015:32
|
||||
frame #22: 0x0000000100eb8230 ubuntu`librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::h54a23f93dc690329((null)=0x00000001713ad9c0) at spawn_utils.rs:9:19
|
||||
frame #23: 0x0000000100f3762c ubuntu`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::ha0949784faec682f(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#6}::task_peer_chunk_requester::{async_fn_env#0}>>> @ 0x00000001713ad7f0, cx=0x00000001713ad9c0) at instrument.rs:321:9
|
||||
frame #24: 0x0000000100ea6b1c ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h85fc0804c4a96f63(ptr=0x000000012a030430) at core.rs:328:17
|
||||
frame #25: 0x0000000100ea4a54 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha70c61143b17e094 [inlined] tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::he9488f24d16aedc4(self=0x000000012a030430, f={closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#6}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x00000001713ad9f8) at unsafe_cell.rs:16:9
|
||||
frame #26: 0x0000000100ea4a48 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha70c61143b17e094(self=0x000000012a030420, cx=Context @ 0x00000001713ad9c0) at core.rs:317:13
|
||||
frame #27: 0x0000000100f4710c ubuntu`tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h792587d9f0af054a at harness.rs:485:19
|
||||
frame #28: 0x0000000100eced44 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h1eb2b6f1d0041d89(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#6}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x00000001713ada70, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #29: 0x0000000100e75664 ubuntu`std::panicking::try::do_call::hb17d9cc020d00e50(data=" \U00000004\U00000003*\U00000001") at panicking.rs:552:40
|
||||
frame #30: 0x0000000100e71358 ubuntu`std::panicking::try::hca4e5afab064f4af(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#6}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x00000001713adb20) at panicking.rs:516:19
|
||||
frame #31: 0x0000000100ed44f8 ubuntu`std::panic::catch_unwind::he79306e778f6e542(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#6}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x00000001713adb60) at panic.rs:142:14
|
||||
frame #32: 0x0000000100f454e0 ubuntu`tokio::runtime::task::harness::poll_future::hc6f17e9606493faf(core=0x000000012a030420, cx=Context @ 0x00000001713adc70) at harness.rs:473:18
|
||||
frame #33: 0x0000000100f4a630 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::haccf94a72e87a1f4(self=0x00000001713add28) at harness.rs:208:27
|
||||
frame #34: 0x0000000100f50428 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h962477a665dbd927(self=Harness<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#6}::task_peer_chunk_requester::{async_fn_env#0}>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x00000001713add28) at harness.rs:153:15
|
||||
frame #35: 0x0000000100f0f014 ubuntu`tokio::runtime::task::raw::poll::h3ced65a33e48f0be(ptr=NonNull<tokio::runtime::task::core::Header> @ 0x00000001713add50) at raw.rs:271:5
|
||||
frame #36: 0x0000000101477900 ubuntu`tokio::runtime::task::raw::RawTask::poll::h1000d6912ad57420(self=RawTask @ 0x00000001713add70) at raw.rs:201:18
|
||||
frame #37: 0x0000000101463ba8 ubuntu`tokio::runtime::task::LocalNotified$LT$S$GT$::run::h614d754e09832cad(self=LocalNotified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x00000001713adda0) at mod.rs:408:9
|
||||
frame #38: 0x0000000101491e18 ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::ha7f5ee623f6de024 at worker.rs:577:13
|
||||
frame #39: 0x0000000101491ddc ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831 at coop.rs:107:5
|
||||
frame #40: 0x0000000101491dac ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831 [inlined] tokio::runtime::coop::budget::h8d1d2f494ba6a7cb(f={closure_env#0} @ 0x00000001713adf30) at coop.rs:73:5
|
||||
frame #41: 0x0000000101491d88 ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831(self=0x00000001713ae260, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x00000001713adf20, core=0x00006000039cc190) at worker.rs:576:9
|
||||
frame #42: 0x0000000101491a84 ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run::heaa445e39d3099a1(self=0x00000001713ae260, core=0x00006000039cc190) at worker.rs:526:24
|
||||
frame #43: 0x0000000101491894 ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2b571f29a8f60888 at worker.rs:491:21
|
||||
frame #44: 0x0000000101483090 ubuntu`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::hf925c595bd252f01(self=0x000000012a90aab8, t=0x00000001713ae258, f={closure_env#0} @ 0x00000001713ae0e8) at scoped.rs:40:9
|
||||
frame #45: 0x000000010144c988 ubuntu`tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::h0302d095e8b65143(c=0x000000012a90aa80) at context.rs:176:26
|
||||
frame #46: 0x000000010147ffa0 ubuntu`std::thread::local::LocalKey$LT$T$GT$::try_with::h6fb83be6e86818c6(self=0x0000000101766de8, f={closure_env#0}<(), tokio::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure_env#0}> @ 0x00000001713ae1f0) at local.rs:270:16
|
||||
frame #47: 0x000000010147eca4 ubuntu`std::thread::local::LocalKey$LT$T$GT$::with::h5dcf9435a259397f(self=0x0000000101766de8, f=<unavailable>) at local.rs:246:9
|
||||
frame #48: 0x000000010144c954 ubuntu`tokio::runtime::context::set_scheduler::h6b6f06a5ae3a93e1(v=0x00000001713ae258, f={closure_env#0} @ 0x00000001713ae210) at context.rs:176:9
|
||||
frame #49: 0x0000000101491848 ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf0230b52cc3b88d3((null)=0x00000001713ae3c0) at worker.rs:486:9
|
||||
frame #50: 0x000000010145d464 ubuntu`tokio::runtime::context::runtime::enter_runtime::h7a46156447e47d54(handle=0x00000001713ae458, allow_block_in_place=true, f={closure_env#0} @ 0x00000001713ae400) at runtime.rs:65:16
|
||||
frame #51: 0x000000010149172c ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::h4cf7d8d53344654d(worker=strong=1, weak=0) at worker.rs:478:5
|
||||
frame #52: 0x0000000100f165f0 ubuntu`tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hdcd0200f1ace3c10 at worker.rs:422:41
|
||||
frame #53: 0x0000000100ee9704 ubuntu`_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h5e51c8253a97db96(self=Pin<&mut tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>> @ 0x00000001713ae4b8, _cx=0x00000001713ae5c0) at task.rs:42:21
|
||||
frame #54: 0x0000000100ea6efc ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::hb7e35a417059b0ad(ptr=0x000000012a8067a8) at core.rs:328:17
|
||||
frame #55: 0x0000000100ea50b0 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd59079f2084d2a5c [inlined] tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::hd64ff7d14075f21c(self=0x000000012a8067a8, f={closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x00000001713ae5f8) at unsafe_cell.rs:16:9
|
||||
frame #56: 0x0000000100ea50a4 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd59079f2084d2a5c(self=0x000000012a8067a0, cx=Context @ 0x00000001713ae5c0) at core.rs:317:13
|
||||
frame #57: 0x0000000100f4772c ubuntu`tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hb5f6e8c09d369fd1 at harness.rs:485:19
|
||||
frame #58: 0x0000000100ed04b0 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::he3ee8a4cae328095(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x00000001713ae670, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #59: 0x0000000100e73aec ubuntu`std::panicking::try::do_call::h489a70e89d3ca1b6(data="\xa0g\x80*\U00000001") at panicking.rs:552:40
|
||||
frame #60: 0x0000000100e6e638 ubuntu`std::panicking::try::h5e0d069f0af730a8(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x00000001713ae720) at panicking.rs:516:19
|
||||
frame #61: 0x0000000100ed34a8 ubuntu`std::panic::catch_unwind::h4669e6cae3323c93(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x00000001713ae760) at panic.rs:142:14
|
||||
frame #62: 0x0000000100f442e8 ubuntu`tokio::runtime::task::harness::poll_future::h7d428e00030d2cfa(core=0x000000012a8067a0, cx=Context @ 0x00000001713ae870) at harness.rs:473:18
|
||||
frame #63: 0x0000000100f49700 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h6b3fcd463fc98a43(self=0x00000001713ae928) at harness.rs:208:27
|
||||
frame #64: 0x0000000100f4fa50 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h34abb3e8b9684af7(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x00000001713ae928) at harness.rs:153:15
|
||||
frame #65: 0x0000000100f0ef84 ubuntu`tokio::runtime::task::raw::poll::h30cae272b2c909e0(ptr=NonNull<tokio::runtime::task::core::Header> @ 0x00000001713ae950) at raw.rs:271:5
|
||||
frame #66: 0x0000000101477900 ubuntu`tokio::runtime::task::raw::RawTask::poll::h1000d6912ad57420(self=RawTask @ 0x00000001713ae970) at raw.rs:201:18
|
||||
frame #67: 0x0000000101463c2c ubuntu`tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfc4dd67afb1a17b6(self=UnownedTask<tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x00000001713ae9a0) at mod.rs:445:9
|
||||
frame #68: 0x000000010146ff54 ubuntu`tokio::runtime::blocking::pool::Task::run::hf0982e055b4d9b3d(self=Task @ 0x00000001713ae9c0) at pool.rs:159:9
|
||||
frame #69: 0x0000000101471428 ubuntu`tokio::runtime::blocking::pool::Inner::run::h613e034fcd5273c1(self=0x0000000129e052e0, worker_thread_id=16) at pool.rs:513:17
|
||||
frame #70: 0x00000001014712ac ubuntu`tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h85055799f1079122 at pool.rs:471:13
|
||||
frame #71: 0x0000000101450fb0 ubuntu`std::sys_common::backtrace::__rust_begin_short_backtrace::hc00264b51514bc2a(f=<unavailable>) at backtrace.rs:154:18
|
||||
frame #72: 0x0000000101445cdc ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hf0c597d86743f4b0 at mod.rs:529:17
|
||||
frame #73: 0x00000001014a09f0 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h8e1e63be06f0c84a(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #74: 0x0000000101456584 ubuntu`std::panicking::try::do_call::hce3444c785deac15(data="\U00000001") at panicking.rs:552:40
|
||||
frame #75: 0x0000000101455bb4 ubuntu`std::panicking::try::hdf0c5aa4f459a133(f=<unavailable>) at panicking.rs:516:19
|
||||
frame #76: 0x0000000101445c08 ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h3869e60e8161d6b6 at panic.rs:142:14
|
||||
frame #77: 0x0000000101445c04 ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h3869e60e8161d6b6 at mod.rs:528:30
|
||||
frame #78: 0x0000000101446144 ubuntu`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h079508b8f3dc0adc((null)=0x0000600000fc0040, (null)=<unavailable>) at function.rs:250:5
|
||||
frame #79: 0x00000001015b7334 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::ha50e0d33beaa94b5 at boxed.rs:2007:9 [opt]
|
||||
frame #80: 0x00000001015b7328 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h320b0db4bb8e0440 at boxed.rs:2007:9 [opt]
|
||||
frame #81: 0x00000001015b7324 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 at thread.rs:108:17 [opt]
|
||||
frame #82: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #9, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c11c0ac libsystem_kernel.dylib`__psynch_cvwait + 8
|
||||
frame #1: 0x000000018c1595fc libsystem_pthread.dylib`_pthread_cond_wait + 1228
|
||||
frame #2: 0x0000000101124828 ubuntu`_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::h81c3633b1efcc0d3(self=0x000000012a9064c8) at unix.rs:77:21
|
||||
frame #3: 0x0000000101125fd8 ubuntu`parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::h86031eb220440ab6(thread_data=0x000000012a9064c8) at parking_lot.rs:635:17
|
||||
frame #4: 0x00000001011258b0 ubuntu`parking_lot_core::parking_lot::park::hf4b3e8965b659760 at parking_lot.rs:207:5
|
||||
frame #5: 0x000000010112586c ubuntu`parking_lot_core::parking_lot::park::hf4b3e8965b659760(key=5024852649, validate={closure_env#0} @ 0x0000000172824a00, before_sleep={closure_env#1} @ 0x0000000172824a0e, timed_out={closure_env#2} @ 0x0000000172824a0f, park_token=ParkToken @ 0x00000001728249c8, timeout=Option<std::time::Instant> @ 0x00000001728249d0) at parking_lot.rs:600:5
|
||||
frame #6: 0x00000001015e2a10 ubuntu`dashmap::lock::RawRwLock::lock_shared_slow::h334165b2f5c9384b(self=0x000000012b812aa8) at lock.rs:270:21
|
||||
frame #7: 0x0000000100e41588 ubuntu`_$LT$dashmap..lock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_shared::h5de6b0427458a49d(self=0x000000012b812aa8) at lock.rs:62:13
|
||||
frame #8: 0x0000000100e68760 ubuntu`lock_api::rwlock::RwLock$LT$R$C$T$GT$::read::h608658d5ac4b6a2d(self=0x000000012b812aa8) at rwlock.rs:459:9
|
||||
frame #9: 0x0000000100e516e0 ubuntu`_$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_yield_read_shard::h84bc69d2d64a0791(self=0x000000012ac04f38, i=3) at lib.rs:891:9
|
||||
frame #10: 0x0000000100f16ba0 ubuntu`_$LT$dashmap..iter..Iter$LT$K$C$V$C$S$C$M$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::hb1e9fda45c3f5907(self=0x0000000172825040) at iter.rs:174:34
|
||||
frame #11: 0x0000000100f16884 ubuntu`core::iter::traits::iterator::Iterator::fold::hb050bd376eb4851a(self=Iter<core::net::socket_addr::SocketAddr, librqbit::peer_state::Peer, std::hash::random::RandomState, dashmap::DashMap<core::net::socket_addr::SocketAddr, librqbit::peer_state::Peer, std::hash::random::RandomState>> @ 0x0000000172825040, init=<unavailable>, f={closure_env#0} @ 0x0000000172824ed7) at iterator.rs:2639:29
|
||||
frame #12: 0x0000000100f25db8 ubuntu`librqbit::torrent_state::PeerStates::stats::_$u7b$$u7b$closure$u7d$$u7d$::hd59e6c38ca10527f at torrent_state.rs:83:13
|
||||
frame #13: 0x0000000100f16cd0 ubuntu`librqbit::torrent_state::PeerStates::stats::h19c78f686fc82ec4 [inlined] librqbit::torrent_state::timed_existence::timeit::he9134af8f822c0db(_n="PeerStates::stats", f={closure_env#0} @ 0x00000001728250e8) at torrent_state.rs:320:9
|
||||
frame #14: 0x0000000100f16ccc ubuntu`librqbit::torrent_state::PeerStates::stats::h19c78f686fc82ec4(self=0x000000012ac04f38) at torrent_state.rs:82:9
|
||||
frame #15: 0x0000000100f1e854 ubuntu`librqbit::torrent_state::TorrentState::stats_snapshot::hd1d23431a2423ac4(self=0x000000012ac04ea0) at torrent_state.rs:814:26
|
||||
frame #16: 0x0000000100d3ce18 ubuntu`ubuntu::main::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h83250063274c5a73((null)=0x00000001728259c0) at ubuntu.rs:58:29
|
||||
frame #17: 0x0000000100daf5a0 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h79917eeebd8da4bf(ptr=0x000000012a8054b0) at core.rs:328:17
|
||||
frame #18: 0x0000000100dae914 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h4de5834817b41167 [inlined] tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h814e071762dc01e7(self=0x000000012a8054b0, f={closure_env#0}<ubuntu::main::{async_block#0}::{async_block_env#0}, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x00000001728259f8) at unsafe_cell.rs:16:9
|
||||
frame #19: 0x0000000100dae908 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h4de5834817b41167(self=0x000000012a8054a0, cx=Context @ 0x00000001728259c0) at core.rs:317:13
|
||||
frame #20: 0x0000000100d20fc0 ubuntu`tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h5dbac610dcd51c05 at harness.rs:485:19
|
||||
frame #21: 0x0000000100d2c850 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h9543cf5917c58f0a(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<ubuntu::main::{async_block#0}::{async_block_env#0}, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000000172825a70, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #22: 0x0000000100d978c0 ubuntu`std::panicking::try::do_call::h787058153fa1937a(data="\xa0T\x80*\U00000001") at panicking.rs:552:40
|
||||
frame #23: 0x0000000100d956b0 ubuntu`std::panicking::try::ha4b80fdbe60b6612(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<ubuntu::main::{async_block#0}::{async_block_env#0}, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000000172825b20) at panicking.rs:516:19
|
||||
frame #24: 0x0000000100dc30a0 ubuntu`std::panic::catch_unwind::hef8577e7fdc5ba02(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<ubuntu::main::{async_block#0}::{async_block_env#0}, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000000172825b60) at panic.rs:142:14
|
||||
frame #25: 0x0000000100d20660 ubuntu`tokio::runtime::task::harness::poll_future::hd3f48a099c574665(core=0x000000012a8054a0, cx=Context @ 0x0000000172825c70) at harness.rs:473:18
|
||||
frame #26: 0x0000000100d22414 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h633fce5e0d45add7(self=0x0000000172825d28) at harness.rs:208:27
|
||||
frame #27: 0x0000000100d2514c ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h082197922e651306(self=Harness<ubuntu::main::{async_block#0}::{async_block_env#0}, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x0000000172825d28) at harness.rs:153:15
|
||||
frame #28: 0x0000000100dc455c ubuntu`tokio::runtime::task::raw::poll::h88effb4e48acc935(ptr=NonNull<tokio::runtime::task::core::Header> @ 0x0000000172825d50) at raw.rs:271:5
|
||||
frame #29: 0x0000000101477900 ubuntu`tokio::runtime::task::raw::RawTask::poll::h1000d6912ad57420(self=RawTask @ 0x0000000172825d70) at raw.rs:201:18
|
||||
frame #30: 0x0000000101463ba8 ubuntu`tokio::runtime::task::LocalNotified$LT$S$GT$::run::h614d754e09832cad(self=LocalNotified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x0000000172825da0) at mod.rs:408:9
|
||||
frame #31: 0x0000000101491e18 ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::ha7f5ee623f6de024 at worker.rs:577:13
|
||||
frame #32: 0x0000000101491ddc ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831 at coop.rs:107:5
|
||||
frame #33: 0x0000000101491dac ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831 [inlined] tokio::runtime::coop::budget::h8d1d2f494ba6a7cb(f={closure_env#0} @ 0x0000000172825f30) at coop.rs:73:5
|
||||
frame #34: 0x0000000101491d88 ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831(self=0x0000000172826260, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x0000000172825f20, core=0x00006000039cc230) at worker.rs:576:9
|
||||
frame #35: 0x0000000101491b7c ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run::heaa445e39d3099a1(self=0x0000000172826260, core=0x00006000039cc230) at worker.rs:538:24
|
||||
frame #36: 0x0000000101491894 ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2b571f29a8f60888 at worker.rs:491:21
|
||||
frame #37: 0x0000000101483090 ubuntu`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::hf925c595bd252f01(self=0x000000012a906318, t=0x0000000172826258, f={closure_env#0} @ 0x00000001728260e8) at scoped.rs:40:9
|
||||
frame #38: 0x000000010144c988 ubuntu`tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::h0302d095e8b65143(c=0x000000012a9062e0) at context.rs:176:26
|
||||
frame #39: 0x000000010147ffa0 ubuntu`std::thread::local::LocalKey$LT$T$GT$::try_with::h6fb83be6e86818c6(self=0x0000000101766de8, f={closure_env#0}<(), tokio::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure_env#0}> @ 0x00000001728261f0) at local.rs:270:16
|
||||
frame #40: 0x000000010147eca4 ubuntu`std::thread::local::LocalKey$LT$T$GT$::with::h5dcf9435a259397f(self=0x0000000101766de8, f=<unavailable>) at local.rs:246:9
|
||||
frame #41: 0x000000010144c954 ubuntu`tokio::runtime::context::set_scheduler::h6b6f06a5ae3a93e1(v=0x0000000172826258, f={closure_env#0} @ 0x0000000172826210) at context.rs:176:9
|
||||
frame #42: 0x0000000101491848 ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf0230b52cc3b88d3((null)=0x00000001728263c0) at worker.rs:486:9
|
||||
frame #43: 0x000000010145d464 ubuntu`tokio::runtime::context::runtime::enter_runtime::h7a46156447e47d54(handle=0x0000000172826458, allow_block_in_place=true, f={closure_env#0} @ 0x0000000172826400) at runtime.rs:65:16
|
||||
frame #44: 0x000000010149172c ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::h4cf7d8d53344654d(worker=strong=1, weak=0) at worker.rs:478:5
|
||||
frame #45: 0x0000000100f165f0 ubuntu`tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hdcd0200f1ace3c10 at worker.rs:422:41
|
||||
frame #46: 0x0000000100ee9704 ubuntu`_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h5e51c8253a97db96(self=Pin<&mut tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>> @ 0x00000001728264b8, _cx=0x00000001728265c0) at task.rs:42:21
|
||||
frame #47: 0x0000000100ea6efc ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::hb7e35a417059b0ad(ptr=0x000000012ac06828) at core.rs:328:17
|
||||
frame #48: 0x0000000100ea50b0 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd59079f2084d2a5c [inlined] tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::hd64ff7d14075f21c(self=0x000000012ac06828, f={closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x00000001728265f8) at unsafe_cell.rs:16:9
|
||||
frame #49: 0x0000000100ea50a4 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd59079f2084d2a5c(self=0x000000012ac06820, cx=Context @ 0x00000001728265c0) at core.rs:317:13
|
||||
frame #50: 0x0000000100f4772c ubuntu`tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hb5f6e8c09d369fd1 at harness.rs:485:19
|
||||
frame #51: 0x0000000100ed04b0 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::he3ee8a4cae328095(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000000172826670, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #52: 0x0000000100e73aec ubuntu`std::panicking::try::do_call::h489a70e89d3ca1b6(data=" h\xc0*\U00000001") at panicking.rs:552:40
|
||||
frame #53: 0x0000000100e6e638 ubuntu`std::panicking::try::h5e0d069f0af730a8(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000000172826720) at panicking.rs:516:19
|
||||
frame #54: 0x0000000100ed34a8 ubuntu`std::panic::catch_unwind::h4669e6cae3323c93(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000000172826760) at panic.rs:142:14
|
||||
frame #55: 0x0000000100f442e8 ubuntu`tokio::runtime::task::harness::poll_future::h7d428e00030d2cfa(core=0x000000012ac06820, cx=Context @ 0x0000000172826870) at harness.rs:473:18
|
||||
frame #56: 0x0000000100f49700 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h6b3fcd463fc98a43(self=0x0000000172826928) at harness.rs:208:27
|
||||
frame #57: 0x0000000100f4fa50 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h34abb3e8b9684af7(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x0000000172826928) at harness.rs:153:15
|
||||
frame #58: 0x0000000100f0ef84 ubuntu`tokio::runtime::task::raw::poll::h30cae272b2c909e0(ptr=NonNull<tokio::runtime::task::core::Header> @ 0x0000000172826950) at raw.rs:271:5
|
||||
frame #59: 0x0000000101477900 ubuntu`tokio::runtime::task::raw::RawTask::poll::h1000d6912ad57420(self=RawTask @ 0x0000000172826970) at raw.rs:201:18
|
||||
frame #60: 0x0000000101463c2c ubuntu`tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfc4dd67afb1a17b6(self=UnownedTask<tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x00000001728269a0) at mod.rs:445:9
|
||||
frame #61: 0x000000010146ff54 ubuntu`tokio::runtime::blocking::pool::Task::run::hf0982e055b4d9b3d(self=Task @ 0x00000001728269c0) at pool.rs:159:9
|
||||
frame #62: 0x0000000101471428 ubuntu`tokio::runtime::blocking::pool::Inner::run::h613e034fcd5273c1(self=0x0000000129e052e0, worker_thread_id=26) at pool.rs:513:17
|
||||
frame #63: 0x00000001014712ac ubuntu`tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h85055799f1079122 at pool.rs:471:13
|
||||
frame #64: 0x0000000101450fb0 ubuntu`std::sys_common::backtrace::__rust_begin_short_backtrace::hc00264b51514bc2a(f=<unavailable>) at backtrace.rs:154:18
|
||||
frame #65: 0x0000000101445cdc ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hf0c597d86743f4b0 at mod.rs:529:17
|
||||
frame #66: 0x00000001014a09f0 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h8e1e63be06f0c84a(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #67: 0x0000000101456584 ubuntu`std::panicking::try::do_call::hce3444c785deac15(data="\U00000001") at panicking.rs:552:40
|
||||
frame #68: 0x0000000101455bb4 ubuntu`std::panicking::try::hdf0c5aa4f459a133(f=<unavailable>) at panicking.rs:516:19
|
||||
frame #69: 0x0000000101445c08 ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h3869e60e8161d6b6 at panic.rs:142:14
|
||||
frame #70: 0x0000000101445c04 ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h3869e60e8161d6b6 at mod.rs:528:30
|
||||
frame #71: 0x0000000101446144 ubuntu`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h079508b8f3dc0adc((null)=0x0000600000fc4700, (null)=<unavailable>) at function.rs:250:5
|
||||
frame #72: 0x00000001015b7334 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::ha50e0d33beaa94b5 at boxed.rs:2007:9 [opt]
|
||||
frame #73: 0x00000001015b7328 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h320b0db4bb8e0440 at boxed.rs:2007:9 [opt]
|
||||
frame #74: 0x00000001015b7324 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 at thread.rs:108:17 [opt]
|
||||
frame #75: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
thread #10, name = 'tokio-runtime-worker'
|
||||
frame #0: 0x000000018c11c0ac libsystem_kernel.dylib`__psynch_cvwait + 8
|
||||
frame #1: 0x000000018c1595fc libsystem_pthread.dylib`_pthread_cond_wait + 1228
|
||||
frame #2: 0x0000000101124828 ubuntu`_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::h81c3633b1efcc0d3(self=0x0000000129e09668) at unix.rs:77:21
|
||||
frame #3: 0x0000000101125b50 ubuntu`parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::h18f410baacc0559c(thread_data=0x0000000129e09668) at parking_lot.rs:635:17
|
||||
frame #4: 0x0000000101125974 ubuntu`parking_lot_core::parking_lot::park::hffd40fb41585b576 at parking_lot.rs:207:5
|
||||
frame #5: 0x0000000101125930 ubuntu`parking_lot_core::parking_lot::park::hffd40fb41585b576(key=5024852648, validate={closure_env#0} @ 0x0000000172c327f0, before_sleep={closure_env#1} @ 0x0000000172c327fe, timed_out={closure_env#2} @ 0x0000000172c327ff, park_token=ParkToken @ 0x0000000172c327b8, timeout=Option<std::time::Instant> @ 0x0000000172c327c0) at parking_lot.rs:600:5
|
||||
frame #6: 0x00000001015e23e4 ubuntu`dashmap::lock::RawRwLock::lock_exclusive_slow::hb412df9abc0204f0(self=0x000000012b812aa8) at lock.rs:127:21
|
||||
frame #7: 0x0000000100e4165c ubuntu`_$LT$dashmap..lock..RawRwLock$u20$as$u20$lock_api..rwlock..RawRwLock$GT$::lock_exclusive::h8ead4ac4d98471f7(self=0x000000012b812aa8) at lock.rs:39:13
|
||||
frame #8: 0x0000000100e68820 ubuntu`lock_api::rwlock::RwLock$LT$R$C$T$GT$::write::hc4e7fe16952d8032(self=0x000000012b812aa8) at rwlock.rs:491:9
|
||||
frame #9: 0x0000000100e51764 ubuntu`_$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_yield_write_shard::h971feeadba981b7d(self=0x000000012ac04f38, i=3) at lib.rs:897:9
|
||||
frame #10: 0x0000000100e51bcc ubuntu`_$LT$dashmap..DashMap$LT$K$C$V$C$S$GT$$u20$as$u20$dashmap..t..Map$LT$K$C$V$C$S$GT$$GT$::_get_mut::hc1bddeaceb84f34a(self=0x000000012ac04f38, key=0x0000000172c32b90) at lib.rs:1037:30
|
||||
frame #11: 0x0000000100e51658 ubuntu`dashmap::DashMap$LT$K$C$V$C$S$GT$::get_mut::h96e2ddc143de3c77(self=0x000000012ac04f38, key=0x0000000172c32b90) at lib.rs:595:9
|
||||
frame #12: 0x0000000100f26948 ubuntu`librqbit::torrent_state::PeerStates::with_peer_mut::_$u7b$$u7b$closure$u7d$$u7d$::hc8aa11de2fa81c71 at torrent_state.rs:118:27
|
||||
frame #13: 0x0000000100f26750 ubuntu`librqbit::torrent_state::PeerStates::with_peer_mut::he509a74b0af1a29d [inlined] librqbit::torrent_state::timed_existence::timeit::hfd902a2f8ad09d07(_n="reset_peer_backoff", f={closure_env#0}<(), librqbit::torrent_state::{impl#0}::reset_peer_backoff::{closure_env#0}> @ 0x0000000172c32b60) at torrent_state.rs:320:9
|
||||
frame #14: 0x0000000100f2674c ubuntu`librqbit::torrent_state::PeerStates::with_peer_mut::he509a74b0af1a29d(self=0x000000012ac04f38, addr=<unavailable>, reason="reset_peer_backoff", f={closure_env#0} @ 0x0000000172c32b4f) at torrent_state.rs:118:9
|
||||
frame #15: 0x0000000100f170d4 ubuntu`librqbit::torrent_state::PeerStates::reset_peer_backoff::ha633931ec2b2dfc2(self=0x000000012ac04f38, handle=<unavailable>) at torrent_state.rs:187:9
|
||||
frame #16: 0x0000000100f2f7bc ubuntu`librqbit::torrent_state::PeerHandler::on_received_piece::_$u7b$$u7b$closure$u7d$$u7d$::hc462ed89ec5b7416 at torrent_state.rs:1292:29
|
||||
frame #17: 0x0000000100efc118 ubuntu`tokio::runtime::context::runtime_mt::exit_runtime::h36289c34cbb792cc(f={closure_env#2} @ 0x0000000172c342c0) at runtime_mt.rs:35:5
|
||||
frame #18: 0x0000000100f15ce8 ubuntu`tokio::runtime::scheduler::multi_thread::worker::block_in_place::h371a12fb5f797b5b(f={closure_env#2} @ 0x0000000172c342c0) at worker.rs:438:9
|
||||
frame #19: 0x0000000100efc8fc ubuntu`tokio::runtime::scheduler::block_in_place::block_in_place::h49e3226cebf17b1b(f=<unavailable>) at block_in_place.rs:20:5
|
||||
frame #20: 0x0000000100ef6ec8 ubuntu`tokio::task::blocking::block_in_place::ha149fbe3163f3299(f=<unavailable>) at blocking.rs:78:9
|
||||
frame #21: 0x0000000100ebeddc ubuntu`librqbit::spawn_utils::BlockingSpawner::spawn_block_in_place::h85643b434b030ed1(self=0x000000012d01a2b8, f={closure_env#2} @ 0x0000000172c342c0) at spawn_utils.rs:35:20
|
||||
frame #22: 0x0000000100f25080 ubuntu`librqbit::torrent_state::PeerHandler::on_received_piece::hfc76de485b1e69e4(self=0x000000012d01a290, handle=SocketAddr @ 0x0000000172c34b00, piece=Piece<librqbit_buffers::ByteBuf> @ 0x0000000172c34ae0) at torrent_state.rs:1241:9
|
||||
frame #23: 0x0000000100f1ed9c ubuntu`_$LT$librqbit..torrent_state..PeerHandler$u20$as$u20$librqbit..peer_connection..PeerConnectionHandler$GT$::on_received_message::hcc2c1a998973e6ea(self=0x000000012d01a290, message=Message<librqbit_buffers::ByteBuf> @ 0x0000000172c36308) at torrent_state.rs:860:38
|
||||
frame #24: 0x0000000100ec903c ubuntu`librqbit::peer_connection::PeerConnection$LT$H$GT$::manage_peer::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hd19286c0558488e9((null)=0x0000000172c3d9c0) at peer_connection.rs:270:17
|
||||
frame #25: 0x0000000100eca618 ubuntu`librqbit::peer_connection::PeerConnection$LT$H$GT$::manage_peer::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hdf7259baa4ab1268(cx=0x0000000172c3d9c0) at select.rs:524:49
|
||||
frame #26: 0x0000000100e5dac4 ubuntu`_$LT$tokio..future..poll_fn..PollFn$LT$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h598619c9121a1021(self=Pin<&mut tokio::future::poll_fn::PollFn<librqbit::peer_connection::{impl#0}::manage_peer::{async_fn#0}::{closure_env#8}<librqbit::torrent_state::PeerHandler>>> @ 0x0000000172c36790, cx=0x0000000172c3d9c0) at poll_fn.rs:58:9
|
||||
frame #27: 0x0000000100ec62f4 ubuntu`librqbit::peer_connection::PeerConnection$LT$H$GT$::manage_peer::_$u7b$$u7b$closure$u7d$$u7d$::hbde87e7c4a75cde5((null)=0x0000000172c3d9c0) at peer_connection.rs:285:17
|
||||
frame #28: 0x0000000100f285a0 ubuntu`librqbit::torrent_state::TorrentState::task_manage_peer::_$u7b$$u7b$closure$u7d$$u7d$::hea04718635b021e0((null)=0x0000000172c3d9c0) at torrent_state.rs:462:51
|
||||
frame #29: 0x0000000100eb6a58 ubuntu`librqbit::spawn_utils::spawn::_$u7b$$u7b$closure$u7d$$u7d$::h22a15ea7de950e84((null)=0x0000000172c3d9c0) at spawn_utils.rs:9:19
|
||||
frame #30: 0x0000000100f37ad4 ubuntu`_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hf306b1b8f8b746ec(self=Pin<&mut tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>> @ 0x0000000172c3d7b0, cx=0x0000000172c3d9c0) at instrument.rs:321:9
|
||||
frame #31: 0x0000000100e5c764 ubuntu`_$LT$core..pin..Pin$LT$P$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h75c2f3181b0cf1aa(self=Pin<&mut core::pin::Pin<alloc::boxed::Box<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::alloc::Global>>> @ 0x0000000172c3d8b8, cx=0x0000000172c3d9c0) at future.rs:125:9
|
||||
frame #32: 0x0000000100ea616c ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h5e7de2bf5eee2830(ptr=0x000000012a905630) at core.rs:328:17
|
||||
frame #33: 0x0000000100ea4ef4 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hc59bc6d6b6e00c95 [inlined] tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h6f1eac3b5cc2f9fc(self=0x000000012a905630, f={closure_env#0}<core::pin::Pin<alloc::boxed::Box<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x0000000172c3d9f8) at unsafe_cell.rs:16:9
|
||||
frame #34: 0x0000000100ea4ee8 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hc59bc6d6b6e00c95(self=0x000000012a905620, cx=Context @ 0x0000000172c3d9c0) at core.rs:317:13
|
||||
frame #35: 0x0000000100f46a7c ubuntu`tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h1ac58a34f257fa4e at harness.rs:485:19
|
||||
frame #36: 0x0000000100ecf5a8 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h65267074a1338221(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000000172c3da70, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #37: 0x0000000100e75468 ubuntu`std::panicking::try::do_call::ha519f6d3905eb2d3(data=" V\x90*\U00000001") at panicking.rs:552:40
|
||||
frame #38: 0x0000000100e72540 ubuntu`std::panicking::try::hf6253d263edac0a7(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000000172c3db20) at panicking.rs:516:19
|
||||
frame #39: 0x0000000100ed36a8 ubuntu`std::panic::catch_unwind::h5882a801edf9c0d0(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>> @ 0x0000000172c3db60) at panic.rs:142:14
|
||||
frame #40: 0x0000000100f45c10 ubuntu`tokio::runtime::task::harness::poll_future::hd86755375ddf0d4a(core=0x000000012a905620, cx=Context @ 0x0000000172c3dc70) at harness.rs:473:18
|
||||
frame #41: 0x0000000100f48b9c ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h37fc87829deea2a7(self=0x0000000172c3dd28) at harness.rs:208:27
|
||||
frame #42: 0x0000000100f50188 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h7332793119460ed4(self=Harness<core::pin::Pin<alloc::boxed::Box<tracing::instrument::Instrumented<librqbit::spawn_utils::spawn::{async_block_env#0}<librqbit::torrent_state::{impl#4}::task_manage_peer::{async_fn_env#0}>>, alloc::alloc::Global>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x0000000172c3dd28) at harness.rs:153:15
|
||||
frame #43: 0x0000000100f0f104 ubuntu`tokio::runtime::task::raw::poll::h51db310fbcdeebd3(ptr=NonNull<tokio::runtime::task::core::Header> @ 0x0000000172c3dd50) at raw.rs:271:5
|
||||
frame #44: 0x0000000101477900 ubuntu`tokio::runtime::task::raw::RawTask::poll::h1000d6912ad57420(self=RawTask @ 0x0000000172c3dd70) at raw.rs:201:18
|
||||
frame #45: 0x0000000101463ba8 ubuntu`tokio::runtime::task::LocalNotified$LT$S$GT$::run::h614d754e09832cad(self=LocalNotified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x0000000172c3dda0) at mod.rs:408:9
|
||||
frame #46: 0x0000000101491e18 ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::ha7f5ee623f6de024 at worker.rs:577:13
|
||||
frame #47: 0x0000000101491ddc ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831 at coop.rs:107:5
|
||||
frame #48: 0x0000000101491dac ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831 [inlined] tokio::runtime::coop::budget::h8d1d2f494ba6a7cb(f={closure_env#0} @ 0x0000000172c3df30) at coop.rs:73:5
|
||||
frame #49: 0x0000000101491d88 ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h3a91c4bdfa345831(self=0x0000000172c3e260, task=Notified<alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>> @ 0x0000000172c3df20, core=0x00006000039cc2d0) at worker.rs:576:9
|
||||
frame #50: 0x0000000101491a84 ubuntu`tokio::runtime::scheduler::multi_thread::worker::Context::run::heaa445e39d3099a1(self=0x0000000172c3e260, core=0x00006000039cc2d0) at worker.rs:526:24
|
||||
frame #51: 0x0000000101491894 ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2b571f29a8f60888 at worker.rs:491:21
|
||||
frame #52: 0x0000000101483090 ubuntu`tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::hf925c595bd252f01(self=0x0000000129e094b8, t=0x0000000172c3e258, f={closure_env#0} @ 0x0000000172c3e0e8) at scoped.rs:40:9
|
||||
frame #53: 0x000000010144c988 ubuntu`tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::h0302d095e8b65143(c=0x0000000129e09480) at context.rs:176:26
|
||||
frame #54: 0x000000010147ffa0 ubuntu`std::thread::local::LocalKey$LT$T$GT$::try_with::h6fb83be6e86818c6(self=0x0000000101766de8, f={closure_env#0}<(), tokio::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure_env#0}> @ 0x0000000172c3e1f0) at local.rs:270:16
|
||||
frame #55: 0x000000010147eca4 ubuntu`std::thread::local::LocalKey$LT$T$GT$::with::h5dcf9435a259397f(self=0x0000000101766de8, f=<unavailable>) at local.rs:246:9
|
||||
frame #56: 0x000000010144c954 ubuntu`tokio::runtime::context::set_scheduler::h6b6f06a5ae3a93e1(v=0x0000000172c3e258, f={closure_env#0} @ 0x0000000172c3e210) at context.rs:176:9
|
||||
frame #57: 0x0000000101491848 ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf0230b52cc3b88d3((null)=0x0000000172c3e3c0) at worker.rs:486:9
|
||||
frame #58: 0x000000010145d464 ubuntu`tokio::runtime::context::runtime::enter_runtime::h7a46156447e47d54(handle=0x0000000172c3e458, allow_block_in_place=true, f={closure_env#0} @ 0x0000000172c3e400) at runtime.rs:65:16
|
||||
frame #59: 0x000000010149172c ubuntu`tokio::runtime::scheduler::multi_thread::worker::run::h4cf7d8d53344654d(worker=strong=2, weak=0) at worker.rs:478:5
|
||||
frame #60: 0x0000000100f165f0 ubuntu`tokio::runtime::scheduler::multi_thread::worker::block_in_place::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hdcd0200f1ace3c10 at worker.rs:422:41
|
||||
frame #61: 0x0000000100ee9704 ubuntu`_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h5e51c8253a97db96(self=Pin<&mut tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>> @ 0x0000000172c3e4b8, _cx=0x0000000172c3e5c0) at task.rs:42:21
|
||||
frame #62: 0x0000000100ea6efc ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::hb7e35a417059b0ad(ptr=0x0000000129e07328) at core.rs:328:17
|
||||
frame #63: 0x0000000100ea50b0 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd59079f2084d2a5c [inlined] tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::hd64ff7d14075f21c(self=0x0000000129e07328, f={closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x0000000172c3e5f8) at unsafe_cell.rs:16:9
|
||||
frame #64: 0x0000000100ea50a4 ubuntu`tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hd59079f2084d2a5c(self=0x0000000129e07320, cx=Context @ 0x0000000172c3e5c0) at core.rs:317:13
|
||||
frame #65: 0x0000000100f4772c ubuntu`tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hb5f6e8c09d369fd1 at harness.rs:485:19
|
||||
frame #66: 0x0000000100ed04b0 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::he3ee8a4cae328095(self=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000000172c3e670, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #67: 0x0000000100e73aec ubuntu`std::panicking::try::do_call::h489a70e89d3ca1b6(data=" s\xe0)\U00000001") at panicking.rs:552:40
|
||||
frame #68: 0x0000000100e6e638 ubuntu`std::panicking::try::h5e0d069f0af730a8(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000000172c3e720) at panicking.rs:516:19
|
||||
frame #69: 0x0000000100ed34a8 ubuntu`std::panic::catch_unwind::h4669e6cae3323c93(f=AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule>> @ 0x0000000172c3e760) at panic.rs:142:14
|
||||
frame #70: 0x0000000100f442e8 ubuntu`tokio::runtime::task::harness::poll_future::h7d428e00030d2cfa(core=0x0000000129e07320, cx=Context @ 0x0000000172c3e870) at harness.rs:473:18
|
||||
frame #71: 0x0000000100f49700 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h6b3fcd463fc98a43(self=0x0000000172c3e928) at harness.rs:208:27
|
||||
frame #72: 0x0000000100f4fa50 ubuntu`tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h34abb3e8b9684af7(self=Harness<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<librqbit::torrent_state::{impl#6}::on_received_piece::{closure_env#2}, core::result::Result<(), anyhow::Error>>>, tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x0000000172c3e928) at harness.rs:153:15
|
||||
frame #73: 0x0000000100f0ef84 ubuntu`tokio::runtime::task::raw::poll::h30cae272b2c909e0(ptr=NonNull<tokio::runtime::task::core::Header> @ 0x0000000172c3e950) at raw.rs:271:5
|
||||
frame #74: 0x0000000101477900 ubuntu`tokio::runtime::task::raw::RawTask::poll::h1000d6912ad57420(self=RawTask @ 0x0000000172c3e970) at raw.rs:201:18
|
||||
frame #75: 0x0000000101463c2c ubuntu`tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfc4dd67afb1a17b6(self=UnownedTask<tokio::runtime::blocking::schedule::BlockingSchedule> @ 0x0000000172c3e9a0) at mod.rs:445:9
|
||||
frame #76: 0x000000010146ff54 ubuntu`tokio::runtime::blocking::pool::Task::run::hf0982e055b4d9b3d(self=Task @ 0x0000000172c3e9c0) at pool.rs:159:9
|
||||
frame #77: 0x0000000101471428 ubuntu`tokio::runtime::blocking::pool::Inner::run::h613e034fcd5273c1(self=0x0000000129e052e0, worker_thread_id=28) at pool.rs:513:17
|
||||
frame #78: 0x00000001014712ac ubuntu`tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h85055799f1079122 at pool.rs:471:13
|
||||
frame #79: 0x0000000101450fb0 ubuntu`std::sys_common::backtrace::__rust_begin_short_backtrace::hc00264b51514bc2a(f=<unavailable>) at backtrace.rs:154:18
|
||||
frame #80: 0x0000000101445cdc ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hf0c597d86743f4b0 at mod.rs:529:17
|
||||
frame #81: 0x00000001014a09f0 ubuntu`_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h8e1e63be06f0c84a(self=<unavailable>, (null)=<unavailable>) at unwind_safe.rs:272:9
|
||||
frame #82: 0x0000000101456584 ubuntu`std::panicking::try::do_call::hce3444c785deac15(data="\U00000001") at panicking.rs:552:40
|
||||
frame #83: 0x0000000101455bb4 ubuntu`std::panicking::try::hdf0c5aa4f459a133(f=<unavailable>) at panicking.rs:516:19
|
||||
frame #84: 0x0000000101445c08 ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h3869e60e8161d6b6 at panic.rs:142:14
|
||||
frame #85: 0x0000000101445c04 ubuntu`std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h3869e60e8161d6b6 at mod.rs:528:30
|
||||
frame #86: 0x0000000101446144 ubuntu`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h079508b8f3dc0adc((null)=0x0000600000fc4ac0, (null)=<unavailable>) at function.rs:250:5
|
||||
frame #87: 0x00000001015b7334 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::ha50e0d33beaa94b5 at boxed.rs:2007:9 [opt]
|
||||
frame #88: 0x00000001015b7328 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 [inlined] _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h320b0db4bb8e0440 at boxed.rs:2007:9 [opt]
|
||||
frame #89: 0x00000001015b7324 ubuntu`std::sys::unix::thread::Thread::new::thread_start::hc8d37e25d4657683 at thread.rs:108:17 [opt]
|
||||
frame #90: 0x000000018c159034 libsystem_pthread.dylib`_pthread_start + 136
|
||||
Loading…
Add table
Add a link
Reference in a new issue