Skip to content

Instantly share code, notes, and snippets.

@dignifiedquire
Created January 29, 2020 08:49
Show Gist options
  • Save dignifiedquire/9493f44fb10dbd338686a841f62e20da to your computer and use it in GitHub Desktop.
Save dignifiedquire/9493f44fb10dbd338686a841f62e20da to your computer and use it in GitHub Desktop.
$ lldb -p 64608
(lldb) process attach --pid 64608
Process 64608 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
libsystem_kernel.dylib`__psynch_cvwait:
-> 0x7fff793bb86a <+10>: jae 0x7fff793bb874 ; <+20>
0x7fff793bb86c <+12>: movq %rax, %rdi
0x7fff793bb86f <+15>: jmp 0x7fff793b8457 ; cerror_nocancel
0x7fff793bb874 <+20>: retq
Executable module set to "/Users/dignifiedquire/.cargo/bin/ra_lsp_server".
Architecture set to: x86_64h-apple-macosx.
(lldb) bt all
* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
* frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d43db32 ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys::unix::condvar::Condvar::wait::hd7406ad4d7d0e94c at condvar.rs:73:16 [opt]
frame #3: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys_common::condvar::Condvar::wait::had60cb549bd63ff1 at condvar.rs:50 [opt]
frame #4: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sync::condvar::Condvar::wait::h6565e7cb364033de at condvar.rs:200 [opt]
frame #5: 0x000000010d43db13 ra_lsp_server`std::thread::park::h3401abbba8790fb1 at mod.rs:919 [opt]
frame #6: 0x000000010d4475d5 ra_lsp_server`std::sync::mpsc::blocking::WaitToken::wait::he4d2608c80fde5a6 at blocking.rs:64:12 [opt]
frame #7: 0x000000010ce204b3 ra_lsp_server`std::sync::mpsc::oneshot::Packet$LT$T$GT$::recv::h8a415cc46fca0245 + 595
frame #8: 0x000000010cfa1f06 ra_lsp_server`std::sync::mpsc::Receiver$LT$T$GT$::recv::he20b4d98fb17992c + 70
frame #9: 0x000000010cef9de9 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h8042df519bf32ed8 + 1161
frame #10: 0x000000010cf3692e ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::hacabc8cd1b2055a0 + 766
frame #11: 0x000000010d2227f5 ra_lsp_server`ra_hir_def::db::crate_def_map::h783c72be17f95567 + 85
frame #12: 0x000000010d08c2ef ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::to_module_def::h950c8210e8ccb4f7 + 239
frame #13: 0x000000010cdfe605 ra_lsp_server`ra_ide::diagnostics::diagnostics::he24e43e5d8172835 + 6197
frame #14: 0x000000010cf623d1 ra_lsp_server`std::panicking::try::do_call::h291a1662ae0a6fa9 (.llvm.11654303041639247295) + 33
frame #15: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #16: 0x000000010cf7a498 ra_lsp_server`ra_db::CheckCanceled::catch_canceled::h582cf92d24b6534f + 72
frame #17: 0x000000010d2682c5 ra_lsp_server`ra_ide::Analysis::diagnostics::hafbf76c4d508bf74 + 21
frame #18: 0x000000010cc43e6a ra_lsp_server`ra_lsp_server::main_loop::handlers::publish_diagnostics::h389607fcff6226c2 + 186
frame #19: 0x000000010cc6813d ra_lsp_server`ra_lsp_server::main_loop::publish_diagnostics_for_url::h945df22eac2ac8f3 + 333
frame #20: 0x000000010cc5a333 ra_lsp_server`ra_lsp_server::main_loop::loop_turn::h61505515394e9b0d + 3763
frame #21: 0x000000010cc573ee ra_lsp_server`ra_lsp_server::main_loop::main_loop::h5bb44a3e7c2ae3ba + 9230
frame #22: 0x000000010ca7f9c7 ra_lsp_server`ra_lsp_server::main::hc951e144b7acde11 + 4615
frame #23: 0x000000010ca81696 ra_lsp_server`std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::hf8fc9ffe153a6651 + 6
frame #24: 0x000000010d44a048 ra_lsp_server`std::panicking::try::do_call::h2616aeaddb0c01cf [inlined] std::rt::lang_start_internal::_$u7b$$u7b$closure$u7d$$u7d$::h810401e1f187e4f3 at rt.rs:52:12 [opt]
frame #25: 0x000000010d44a03c ra_lsp_server`std::panicking::try::do_call::h2616aeaddb0c01cf at panicking.rs:305 [opt]
frame #26: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #27: 0x000000010d44a9fe ra_lsp_server`std::rt::lang_start_internal::hcc506cf9d2dd5e43 [inlined] std::panicking::try::h03298fcb4c007cae at panicking.rs:281:12 [opt]
frame #28: 0x000000010d44a9cb ra_lsp_server`std::rt::lang_start_internal::hcc506cf9d2dd5e43 [inlined] std::panic::catch_unwind::h5e103bcb31325c68 at panic.rs:394 [opt]
frame #29: 0x000000010d44a9cb ra_lsp_server`std::rt::lang_start_internal::hcc506cf9d2dd5e43 at rt.rs:51 [opt]
frame #30: 0x000000010ca80219 ra_lsp_server`main + 41
frame #31: 0x00007fff792833d5 libdyld.dylib`start + 1
thread #2
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d43db32 ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys::unix::condvar::Condvar::wait::hd7406ad4d7d0e94c at condvar.rs:73:16 [opt]
frame #3: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys_common::condvar::Condvar::wait::had60cb549bd63ff1 at condvar.rs:50 [opt]
frame #4: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sync::condvar::Condvar::wait::h6565e7cb364033de at condvar.rs:200 [opt]
frame #5: 0x000000010d43db13 ra_lsp_server`std::thread::park::h3401abbba8790fb1 at mod.rs:919 [opt]
frame #6: 0x000000010d416b71 ra_lsp_server`crossbeam_channel::context::Context::wait_until::h39f8013eeda39f69 + 305
frame #7: 0x000000010d417729 ra_lsp_server`crossbeam_channel::context::Context::with::_$u7b$$u7b$closure$u7d$$u7d$::h2c0ff901662aeb00 + 409
frame #8: 0x000000010d418406 ra_lsp_server`std::thread::local::LocalKey$LT$T$GT$::try_with::h5362a1463984e2aa + 102
frame #9: 0x000000010d41b689 ra_lsp_server`crossbeam_channel::flavors::zero::Channel$LT$T$GT$::recv::h5c5e503af2c941f4 + 1145
frame #10: 0x000000010d41983b ra_lsp_server`crossbeam_channel::channel::Receiver$LT$T$GT$::recv::h8aad54adad1e9f1d + 251
frame #11: 0x000000010d42959b ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hd00d0cc0eba5cb60 + 123
frame #12: 0x000000010d41362c ra_lsp_server`std::panicking::try::do_call::ha0babd451dbd95df (.llvm.5785521934206927907) + 28
frame #13: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #14: 0x000000010d430042 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h0665ecc1b4bd09db + 114
frame #15: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #16: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #17: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #18: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #19: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #20: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #21: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #3
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d43db32 ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys::unix::condvar::Condvar::wait::hd7406ad4d7d0e94c at condvar.rs:73:16 [opt]
frame #3: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys_common::condvar::Condvar::wait::had60cb549bd63ff1 at condvar.rs:50 [opt]
frame #4: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sync::condvar::Condvar::wait::h6565e7cb364033de at condvar.rs:200 [opt]
frame #5: 0x000000010d43db13 ra_lsp_server`std::thread::park::h3401abbba8790fb1 at mod.rs:919 [opt]
frame #6: 0x000000010d416b71 ra_lsp_server`crossbeam_channel::context::Context::wait_until::h39f8013eeda39f69 + 305
frame #7: 0x000000010d416dd3 ra_lsp_server`crossbeam_channel::context::Context::with::_$u7b$$u7b$closure$u7d$$u7d$::h161e5b739a1ebeff + 531
frame #8: 0x000000010d4185b6 ra_lsp_server`std::thread::local::LocalKey$LT$T$GT$::try_with::h9bba9d1a7abf34ed + 102
frame #9: 0x000000010d41c322 ra_lsp_server`crossbeam_channel::flavors::zero::Channel$LT$T$GT$::send::h8c90e66b815b43e6 + 674
frame #10: 0x000000010d41941d ra_lsp_server`crossbeam_channel::channel::Sender$LT$T$GT$::send::ha282e820194272c6 + 93
frame #11: 0x000000010d4293da ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hcd4df8c65d340516 + 298
frame #12: 0x000000010d41366c ra_lsp_server`std::panicking::try::do_call::hcafd0d7e37ec9005 (.llvm.5785521934206927907) + 28
frame #13: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #14: 0x000000010d430182 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h84d3209ac46e5d04 + 114
frame #15: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #16: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #17: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #18: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #19: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #20: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #21: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #4, name = 'vfs'
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d43db32 ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys::unix::condvar::Condvar::wait::hd7406ad4d7d0e94c at condvar.rs:73:16 [opt]
frame #3: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys_common::condvar::Condvar::wait::had60cb549bd63ff1 at condvar.rs:50 [opt]
frame #4: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sync::condvar::Condvar::wait::h6565e7cb364033de at condvar.rs:200 [opt]
frame #5: 0x000000010d43db13 ra_lsp_server`std::thread::park::h3401abbba8790fb1 at mod.rs:919 [opt]
frame #6: 0x000000010d438b15 ra_lsp_server`crossbeam_channel::context::Context::wait_until::h39f8013eeda39f69 + 325
frame #7: 0x000000010d438795 ra_lsp_server`crossbeam_channel::context::Context::with::_$u7b$$u7b$closure$u7d$$u7d$::h4ca18d4ec9519587 + 485
frame #8: 0x000000010d438440 ra_lsp_server`std::thread::local::LocalKey$LT$T$GT$::try_with::h9a4c20ea09d6b139 + 96
frame #9: 0x000000010d437834 ra_lsp_server`crossbeam_channel::select::run_select::hf407c9767b57234c + 516
frame #10: 0x000000010cd37f19 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hdf3a10bd1f2e9fa2 + 1481
frame #11: 0x000000010cd4e880 ra_lsp_server`std::panicking::try::do_call::hc51d917596378171 (.llvm.8779935431815834605) + 64
frame #12: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #13: 0x000000010cd2e1f7 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hb08ac94b76a905e2 + 151
frame #14: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #15: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #16: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #17: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #18: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #19: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #20: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #5
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d43db32 ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys::unix::condvar::Condvar::wait::hd7406ad4d7d0e94c at condvar.rs:73:16 [opt]
frame #3: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys_common::condvar::Condvar::wait::had60cb549bd63ff1 at condvar.rs:50 [opt]
frame #4: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sync::condvar::Condvar::wait::h6565e7cb364033de at condvar.rs:200 [opt]
frame #5: 0x000000010d43db13 ra_lsp_server`std::thread::park::h3401abbba8790fb1 at mod.rs:919 [opt]
frame #6: 0x000000010d438b15 ra_lsp_server`crossbeam_channel::context::Context::wait_until::h39f8013eeda39f69 + 325
frame #7: 0x000000010d438795 ra_lsp_server`crossbeam_channel::context::Context::with::_$u7b$$u7b$closure$u7d$$u7d$::h4ca18d4ec9519587 + 485
frame #8: 0x000000010d438440 ra_lsp_server`std::thread::local::LocalKey$LT$T$GT$::try_with::h9a4c20ea09d6b139 + 96
frame #9: 0x000000010d437834 ra_lsp_server`crossbeam_channel::select::run_select::hf407c9767b57234c + 516
frame #10: 0x000000010cd22d5c ra_lsp_server`ra_cargo_watch::CheckWatcherThread::run::h621a3509b6cb1fa3 + 300
frame #11: 0x000000010cce5234 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::h20409471f9b7fcc2 + 196
frame #12: 0x000000010cce7272 ra_lsp_server`std::panicking::try::do_call::heaa4b331284e6201 (.llvm.11145223050779863930) + 34
frame #13: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #14: 0x000000010ccdb915 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::ha82f415915d2db71 + 133
frame #15: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #16: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #17: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #18: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #19: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #20: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #21: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #6
frame #0: 0x00007fff793baf06 libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x00007fff79477d52 libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_wait + 96
frame #2: 0x00007fff794754cd libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_slow + 222
frame #3: 0x000000010ccd237a ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 74
frame #4: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #5: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #6: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #7: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #8: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #9: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #10: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #11: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #12: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #7
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d43db32 ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys::unix::condvar::Condvar::wait::hd7406ad4d7d0e94c at condvar.rs:73:16 [opt]
frame #3: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys_common::condvar::Condvar::wait::had60cb549bd63ff1 at condvar.rs:50 [opt]
frame #4: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sync::condvar::Condvar::wait::h6565e7cb364033de at condvar.rs:200 [opt]
frame #5: 0x000000010d43db13 ra_lsp_server`std::thread::park::h3401abbba8790fb1 at mod.rs:919 [opt]
frame #6: 0x000000010d4475d5 ra_lsp_server`std::sync::mpsc::blocking::WaitToken::wait::he4d2608c80fde5a6 at blocking.rs:64:12 [opt]
frame #7: 0x000000010ce204b3 ra_lsp_server`std::sync::mpsc::oneshot::Packet$LT$T$GT$::recv::h8a415cc46fca0245 + 595
frame #8: 0x000000010cfa1f06 ra_lsp_server`std::sync::mpsc::Receiver$LT$T$GT$::recv::he20b4d98fb17992c + 70
frame #9: 0x000000010cef9de9 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h8042df519bf32ed8 + 1161
frame #10: 0x000000010cf3692e ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::hacabc8cd1b2055a0 + 766
frame #11: 0x000000010d2227f5 ra_lsp_server`ra_hir_def::db::crate_def_map::h783c72be17f95567 + 85
frame #12: 0x000000010d08c2ef ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::to_module_def::h950c8210e8ccb4f7 + 239
frame #13: 0x000000010cdfe605 ra_lsp_server`ra_ide::diagnostics::diagnostics::he24e43e5d8172835 + 6197
frame #14: 0x000000010cf623d1 ra_lsp_server`std::panicking::try::do_call::h291a1662ae0a6fa9 (.llvm.11654303041639247295) + 33
frame #15: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #16: 0x000000010cf7a498 ra_lsp_server`ra_db::CheckCanceled::catch_canceled::h582cf92d24b6534f + 72
frame #17: 0x000000010d2682c5 ra_lsp_server`ra_ide::Analysis::diagnostics::hafbf76c4d508bf74 + 21
frame #18: 0x000000010cc3e85f ra_lsp_server`ra_lsp_server::main_loop::handlers::handle_code_action::h921713be711a2422 + 271
frame #19: 0x000000010cb2f8a8 ra_lsp_server`_$LT$F$u20$as$u20$threadpool..FnBox$GT$::call_box::h1f9ee22a68e0988f + 120
frame #20: 0x000000010ccd23ed ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 189
frame #21: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #22: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #23: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #24: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #25: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #26: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #27: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #28: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #29: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #8
frame #0: 0x00007fff793baf06 libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x00007fff79477d52 libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_wait + 96
frame #2: 0x00007fff794754cd libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_slow + 222
frame #3: 0x000000010ccd237a ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 74
frame #4: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #5: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #6: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #7: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #8: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #9: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #10: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #11: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #12: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #9
frame #0: 0x00007fff793baf06 libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x00007fff79477d52 libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_wait + 96
frame #2: 0x00007fff794754cd libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_slow + 222
frame #3: 0x000000010ccd237a ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 74
frame #4: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #5: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #6: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #7: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #8: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #9: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #10: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #11: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #12: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #10
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d43db32 ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys::unix::condvar::Condvar::wait::hd7406ad4d7d0e94c at condvar.rs:73:16 [opt]
frame #3: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys_common::condvar::Condvar::wait::had60cb549bd63ff1 at condvar.rs:50 [opt]
frame #4: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sync::condvar::Condvar::wait::h6565e7cb364033de at condvar.rs:200 [opt]
frame #5: 0x000000010d43db13 ra_lsp_server`std::thread::park::h3401abbba8790fb1 at mod.rs:919 [opt]
frame #6: 0x000000010d4475d5 ra_lsp_server`std::sync::mpsc::blocking::WaitToken::wait::he4d2608c80fde5a6 at blocking.rs:64:12 [opt]
frame #7: 0x000000010ce204b3 ra_lsp_server`std::sync::mpsc::oneshot::Packet$LT$T$GT$::recv::h8a415cc46fca0245 + 595
frame #8: 0x000000010cfa1f06 ra_lsp_server`std::sync::mpsc::Receiver$LT$T$GT$::recv::he20b4d98fb17992c + 70
frame #9: 0x000000010cef9de9 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h8042df519bf32ed8 + 1161
frame #10: 0x000000010cf3692e ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::hacabc8cd1b2055a0 + 766
frame #11: 0x000000010d2227f5 ra_lsp_server`ra_hir_def::db::crate_def_map::h783c72be17f95567 + 85
frame #12: 0x000000010d08c2ef ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::to_module_def::h950c8210e8ccb4f7 + 239
frame #13: 0x000000010cdfe605 ra_lsp_server`ra_ide::diagnostics::diagnostics::he24e43e5d8172835 + 6197
frame #14: 0x000000010cf623d1 ra_lsp_server`std::panicking::try::do_call::h291a1662ae0a6fa9 (.llvm.11654303041639247295) + 33
frame #15: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #16: 0x000000010cf7a498 ra_lsp_server`ra_db::CheckCanceled::catch_canceled::h582cf92d24b6534f + 72
frame #17: 0x000000010d2682c5 ra_lsp_server`ra_ide::Analysis::diagnostics::hafbf76c4d508bf74 + 21
frame #18: 0x000000010cc3e85f ra_lsp_server`ra_lsp_server::main_loop::handlers::handle_code_action::h921713be711a2422 + 271
frame #19: 0x000000010cb2f8a8 ra_lsp_server`_$LT$F$u20$as$u20$threadpool..FnBox$GT$::call_box::h1f9ee22a68e0988f + 120
frame #20: 0x000000010ccd23ed ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 189
frame #21: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #22: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #23: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #24: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #25: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #26: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #27: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #28: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #29: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #11
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d43db32 ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys::unix::condvar::Condvar::wait::hd7406ad4d7d0e94c at condvar.rs:73:16 [opt]
frame #3: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys_common::condvar::Condvar::wait::had60cb549bd63ff1 at condvar.rs:50 [opt]
frame #4: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sync::condvar::Condvar::wait::h6565e7cb364033de at condvar.rs:200 [opt]
frame #5: 0x000000010d43db13 ra_lsp_server`std::thread::park::h3401abbba8790fb1 at mod.rs:919 [opt]
frame #6: 0x000000010d4475d5 ra_lsp_server`std::sync::mpsc::blocking::WaitToken::wait::he4d2608c80fde5a6 at blocking.rs:64:12 [opt]
frame #7: 0x000000010ce204b3 ra_lsp_server`std::sync::mpsc::oneshot::Packet$LT$T$GT$::recv::h8a415cc46fca0245 + 595
frame #8: 0x000000010cfa1f06 ra_lsp_server`std::sync::mpsc::Receiver$LT$T$GT$::recv::he20b4d98fb17992c + 70
frame #9: 0x000000010cef9de9 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h8042df519bf32ed8 + 1161
frame #10: 0x000000010cf3692e ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::hacabc8cd1b2055a0 + 766
frame #11: 0x000000010d2227f5 ra_lsp_server`ra_hir_def::db::crate_def_map::h783c72be17f95567 + 85
frame #12: 0x000000010d08c2ef ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::to_module_def::h950c8210e8ccb4f7 + 239
frame #13: 0x000000010cdfe605 ra_lsp_server`ra_ide::diagnostics::diagnostics::he24e43e5d8172835 + 6197
frame #14: 0x000000010cf623d1 ra_lsp_server`std::panicking::try::do_call::h291a1662ae0a6fa9 (.llvm.11654303041639247295) + 33
frame #15: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #16: 0x000000010cf7a498 ra_lsp_server`ra_db::CheckCanceled::catch_canceled::h582cf92d24b6534f + 72
frame #17: 0x000000010d2682c5 ra_lsp_server`ra_ide::Analysis::diagnostics::hafbf76c4d508bf74 + 21
frame #18: 0x000000010cc3e85f ra_lsp_server`ra_lsp_server::main_loop::handlers::handle_code_action::h921713be711a2422 + 271
frame #19: 0x000000010cb2f8a8 ra_lsp_server`_$LT$F$u20$as$u20$threadpool..FnBox$GT$::call_box::h1f9ee22a68e0988f + 120
frame #20: 0x000000010ccd23ed ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 189
frame #21: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #22: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #23: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #24: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #25: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #26: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #27: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #28: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #29: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #12
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d43db32 ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys::unix::condvar::Condvar::wait::hd7406ad4d7d0e94c at condvar.rs:73:16 [opt]
frame #3: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys_common::condvar::Condvar::wait::had60cb549bd63ff1 at condvar.rs:50 [opt]
frame #4: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sync::condvar::Condvar::wait::h6565e7cb364033de at condvar.rs:200 [opt]
frame #5: 0x000000010d43db13 ra_lsp_server`std::thread::park::h3401abbba8790fb1 at mod.rs:919 [opt]
frame #6: 0x000000010d4475d5 ra_lsp_server`std::sync::mpsc::blocking::WaitToken::wait::he4d2608c80fde5a6 at blocking.rs:64:12 [opt]
frame #7: 0x000000010ce204b3 ra_lsp_server`std::sync::mpsc::oneshot::Packet$LT$T$GT$::recv::h8a415cc46fca0245 + 595
frame #8: 0x000000010cfa1f06 ra_lsp_server`std::sync::mpsc::Receiver$LT$T$GT$::recv::he20b4d98fb17992c + 70
frame #9: 0x000000010cef9de9 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h8042df519bf32ed8 + 1161
frame #10: 0x000000010cf3692e ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::hacabc8cd1b2055a0 + 766
frame #11: 0x000000010d2227f5 ra_lsp_server`ra_hir_def::db::crate_def_map::h783c72be17f95567 + 85
frame #12: 0x000000010d08c2ef ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::to_module_def::h950c8210e8ccb4f7 + 239
frame #13: 0x000000010d08ca89 ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::find_container::h64f07465a348a6b7 + 1401
frame #14: 0x000000010d0f8079 ra_lsp_server`_$LT$T$u20$as$u20$ra_hir..source_binder..ToId$GT$::to_id::hbb4601d346700a18 + 73
frame #15: 0x000000010d08cb6a ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::find_container::h64f07465a348a6b7 + 1626
frame #16: 0x000000010d08d974 ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::analyze::h6e29585ef5a00752 + 84
frame #17: 0x000000010d129f32 ra_lsp_server`ra_hir::source_analyzer::SourceAnalyzer::new::hf30f85962a139e5a + 114
frame #18: 0x000000010d2073a1 ra_lsp_server`ra_ide::expand::descend_into_macros::h47da478a33a959b5 + 113
frame #19: 0x000000010d023a0a ra_lsp_server`ra_ide::hover::hover::h3a5e8e2a57f8273c + 522
frame #20: 0x000000010cf63ed4 ra_lsp_server`std::panicking::try::do_call::hf8cfe6359e09d062 (.llvm.11654303041639247295) + 36
frame #21: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #22: 0x000000010cf7abb8 ra_lsp_server`ra_db::CheckCanceled::catch_canceled::hb3a195669c9e1f24 + 72
frame #23: 0x000000010d267fd8 ra_lsp_server`ra_ide::Analysis::hover::haa7f21a3ba6f552f + 24
frame #24: 0x000000010cc3c762 ra_lsp_server`ra_lsp_server::main_loop::handlers::handle_hover::h597e605827cfcb85 + 146
frame #25: 0x000000010cb33760 ra_lsp_server`_$LT$F$u20$as$u20$threadpool..FnBox$GT$::call_box::h815af3d266ee3107 + 112
frame #26: 0x000000010ccd23ed ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 189
frame #27: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #28: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #29: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #30: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #31: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #32: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #33: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #34: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #35: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #13
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d43db32 ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys::unix::condvar::Condvar::wait::hd7406ad4d7d0e94c at condvar.rs:73:16 [opt]
frame #3: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys_common::condvar::Condvar::wait::had60cb549bd63ff1 at condvar.rs:50 [opt]
frame #4: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sync::condvar::Condvar::wait::h6565e7cb364033de at condvar.rs:200 [opt]
frame #5: 0x000000010d43db13 ra_lsp_server`std::thread::park::h3401abbba8790fb1 at mod.rs:919 [opt]
frame #6: 0x000000010d4475d5 ra_lsp_server`std::sync::mpsc::blocking::WaitToken::wait::he4d2608c80fde5a6 at blocking.rs:64:12 [opt]
frame #7: 0x000000010ce204b3 ra_lsp_server`std::sync::mpsc::oneshot::Packet$LT$T$GT$::recv::h8a415cc46fca0245 + 595
frame #8: 0x000000010cfa1f06 ra_lsp_server`std::sync::mpsc::Receiver$LT$T$GT$::recv::he20b4d98fb17992c + 70
frame #9: 0x000000010cef9de9 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h8042df519bf32ed8 + 1161
frame #10: 0x000000010cf3692e ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::hacabc8cd1b2055a0 + 766
frame #11: 0x000000010d2227f5 ra_lsp_server`ra_hir_def::db::crate_def_map::h783c72be17f95567 + 85
frame #12: 0x000000010d08c2ef ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::to_module_def::h950c8210e8ccb4f7 + 239
frame #13: 0x000000010cdfe605 ra_lsp_server`ra_ide::diagnostics::diagnostics::he24e43e5d8172835 + 6197
frame #14: 0x000000010cf623d1 ra_lsp_server`std::panicking::try::do_call::h291a1662ae0a6fa9 (.llvm.11654303041639247295) + 33
frame #15: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #16: 0x000000010cf7a498 ra_lsp_server`ra_db::CheckCanceled::catch_canceled::h582cf92d24b6534f + 72
frame #17: 0x000000010d2682c5 ra_lsp_server`ra_ide::Analysis::diagnostics::hafbf76c4d508bf74 + 21
frame #18: 0x000000010cc3e85f ra_lsp_server`ra_lsp_server::main_loop::handlers::handle_code_action::h921713be711a2422 + 271
frame #19: 0x000000010cb2f8a8 ra_lsp_server`_$LT$F$u20$as$u20$threadpool..FnBox$GT$::call_box::h1f9ee22a68e0988f + 120
frame #20: 0x000000010ccd23ed ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 189
frame #21: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #22: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #23: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #24: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #25: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #26: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #27: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #28: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #29: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #14
frame #0: 0x00007fff793baf06 libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x00007fff79477d52 libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_wait + 96
frame #2: 0x00007fff794754cd libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_slow + 222
frame #3: 0x000000010ccd237a ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 74
frame #4: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #5: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #6: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #7: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #8: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #9: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #10: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #11: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #12: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #15
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d43db32 ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys::unix::condvar::Condvar::wait::hd7406ad4d7d0e94c at condvar.rs:73:16 [opt]
frame #3: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys_common::condvar::Condvar::wait::had60cb549bd63ff1 at condvar.rs:50 [opt]
frame #4: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sync::condvar::Condvar::wait::h6565e7cb364033de at condvar.rs:200 [opt]
frame #5: 0x000000010d43db13 ra_lsp_server`std::thread::park::h3401abbba8790fb1 at mod.rs:919 [opt]
frame #6: 0x000000010d4475d5 ra_lsp_server`std::sync::mpsc::blocking::WaitToken::wait::he4d2608c80fde5a6 at blocking.rs:64:12 [opt]
frame #7: 0x000000010ce204b3 ra_lsp_server`std::sync::mpsc::oneshot::Packet$LT$T$GT$::recv::h8a415cc46fca0245 + 595
frame #8: 0x000000010cfa1f06 ra_lsp_server`std::sync::mpsc::Receiver$LT$T$GT$::recv::he20b4d98fb17992c + 70
frame #9: 0x000000010cef9de9 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h8042df519bf32ed8 + 1161
frame #10: 0x000000010cf3692e ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::hacabc8cd1b2055a0 + 766
frame #11: 0x000000010d2227f5 ra_lsp_server`ra_hir_def::db::crate_def_map::h783c72be17f95567 + 85
frame #12: 0x000000010d08c2ef ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::to_module_def::h950c8210e8ccb4f7 + 239
frame #13: 0x000000010d08ca89 ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::find_container::h64f07465a348a6b7 + 1401
frame #14: 0x000000010d0f8079 ra_lsp_server`_$LT$T$u20$as$u20$ra_hir..source_binder..ToId$GT$::to_id::hbb4601d346700a18 + 73
frame #15: 0x000000010d08cb6a ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::find_container::h64f07465a348a6b7 + 1626
frame #16: 0x000000010d08d974 ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::analyze::h6e29585ef5a00752 + 84
frame #17: 0x000000010d129f32 ra_lsp_server`ra_hir::source_analyzer::SourceAnalyzer::new::hf30f85962a139e5a + 114
frame #18: 0x000000010d2073a1 ra_lsp_server`ra_ide::expand::descend_into_macros::h47da478a33a959b5 + 113
frame #19: 0x000000010d023a0a ra_lsp_server`ra_ide::hover::hover::h3a5e8e2a57f8273c + 522
frame #20: 0x000000010cf63ed4 ra_lsp_server`std::panicking::try::do_call::hf8cfe6359e09d062 (.llvm.11654303041639247295) + 36
frame #21: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #22: 0x000000010cf7abb8 ra_lsp_server`ra_db::CheckCanceled::catch_canceled::hb3a195669c9e1f24 + 72
frame #23: 0x000000010d267fd8 ra_lsp_server`ra_ide::Analysis::hover::haa7f21a3ba6f552f + 24
frame #24: 0x000000010cc3c762 ra_lsp_server`ra_lsp_server::main_loop::handlers::handle_hover::h597e605827cfcb85 + 146
frame #25: 0x000000010cb33760 ra_lsp_server`_$LT$F$u20$as$u20$threadpool..FnBox$GT$::call_box::h815af3d266ee3107 + 112
frame #26: 0x000000010ccd23ed ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 189
frame #27: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #28: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #29: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #30: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #31: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #32: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #33: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #34: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #35: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #16
frame #0: 0x00007fff793baf06 libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x00007fff79477d52 libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_wait + 96
frame #2: 0x00007fff794754cd libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_slow + 222
frame #3: 0x000000010ccd237a ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 74
frame #4: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #5: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #6: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #7: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #8: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #9: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #10: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #11: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #12: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #17
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d43db32 ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys::unix::condvar::Condvar::wait::hd7406ad4d7d0e94c at condvar.rs:73:16 [opt]
frame #3: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys_common::condvar::Condvar::wait::had60cb549bd63ff1 at condvar.rs:50 [opt]
frame #4: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sync::condvar::Condvar::wait::h6565e7cb364033de at condvar.rs:200 [opt]
frame #5: 0x000000010d43db13 ra_lsp_server`std::thread::park::h3401abbba8790fb1 at mod.rs:919 [opt]
frame #6: 0x000000010d4475d5 ra_lsp_server`std::sync::mpsc::blocking::WaitToken::wait::he4d2608c80fde5a6 at blocking.rs:64:12 [opt]
frame #7: 0x000000010ccd0562 ra_lsp_server`std::sync::mpsc::stream::Packet$LT$T$GT$::recv::hb5ef011fbdd1b70c + 642
frame #8: 0x000000010ccd448f ra_lsp_server`std::sync::mpsc::Receiver$LT$T$GT$::recv::ha18dd4aaa6e6b823 + 159
frame #9: 0x000000010ccd23a5 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 117
frame #10: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #11: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #12: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #13: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #14: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #15: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #16: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #17: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #18: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #18
frame #0: 0x00007fff793baf06 libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x00007fff79477d52 libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_wait + 96
frame #2: 0x00007fff794754cd libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_slow + 222
frame #3: 0x000000010ccd237a ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 74
frame #4: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #5: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #6: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #7: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #8: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #9: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #10: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #11: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #12: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #19
frame #0: 0x00007fff793baf06 libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x00007fff79477d52 libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_wait + 96
frame #2: 0x00007fff794754cd libsystem_pthread.dylib`_pthread_mutex_firstfit_lock_slow + 222
frame #3: 0x000000010ccd237a ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 74
frame #4: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #5: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #6: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #7: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #8: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #9: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #10: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #11: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #12: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #20
frame #0: 0x00007fff79430c30 libsystem_malloc.dylib`free_tiny + 151
frame #1: 0x000000010d369b1c ra_lsp_server`rowan::green::builder::NodeCache::node::h5da236b95752513d + 620
frame #2: 0x000000010d37cd76 ra_lsp_server`ra_syntax::syntax_node::SyntaxTreeBuilder::finish_node::h01c4858059c3155d + 166
frame #3: 0x000000010d352caa ra_lsp_server`_$LT$ra_syntax..parsing..text_tree_sink..TextTreeSink$u20$as$u20$ra_parser..TreeSink$GT$::token::hd3b1e62b459ec1c3 + 58
frame #4: 0x000000010d3e3435 ra_lsp_server`ra_parser::event::process::haf28eab79db2c958 + 517
frame #5: 0x000000010d3e0887 ra_lsp_server`ra_parser::parse::h811200f7375124f0 + 119
frame #6: 0x000000010d364d14 ra_lsp_server`ra_syntax::parsing::parse_text::h1517fa5f71a191f5 + 276
frame #7: 0x000000010d37a3bf ra_lsp_server`ra_syntax::_$LT$impl$u20$ra_syntax..ast..generated..SourceFile$GT$::parse::h1ceff6984f02978f + 31
frame #8: 0x000000010d1d50fe ra_lsp_server`_$LT$ra_db..ParseQuery$u20$as$u20$salsa..plumbing..QueryFunction$LT$DB$GT$$GT$::execute::h584207b23c3b4607 + 110
frame #9: 0x000000010cfff49d ra_lsp_server`salsa::runtime::Runtime$LT$DB$GT$::execute_query_implementation::h0ecad89a1ac50d9a + 349
frame #10: 0x000000010ce83639 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read_upgrade::h006d6779b1b808b6 + 3289
frame #11: 0x000000010cef1ebd ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h4631059ede1a6527 + 1805
frame #12: 0x000000010cf34e9e ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::h898bdb048ae68c28 + 766
frame #13: 0x000000010cf77f33 ra_lsp_server`_$LT$T$u20$as$u20$ra_db..SourceDatabase$GT$::parse::h0cd89b0144b8471b + 51
frame #14: 0x000000010d309ed4 ra_lsp_server`ra_hir_expand::db::parse_or_expand::h02745d0186bd9b09 + 196
frame #15: 0x000000010d308b23 ra_lsp_server`ra_hir_expand::db::ast_id_map::h6151947a02241d7e + 19
frame #16: 0x000000010d0006d7 ra_lsp_server`salsa::runtime::Runtime$LT$DB$GT$::execute_query_implementation::h461f2afb8de5f827 + 359
frame #17: 0x000000010cee25af ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read_upgrade::hfd10a6a6ef26ad13 + 3119
frame #18: 0x000000010cf01654 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::hc79d9a7fa6af3e1c + 1716
frame #19: 0x000000010cf3a949 ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::he3e8f1b9351d5c5c + 1017
frame #20: 0x000000010d17322e ra_lsp_server`ra_hir_def::nameres::raw::RawItems::raw_items_query::hdbfacb5bf4343f07 + 302
frame #21: 0x000000010d008050 ra_lsp_server`salsa::runtime::Runtime$LT$DB$GT$::execute_query_implementation::hea31eebeba1fa6c2 + 352
frame #22: 0x000000010cebc00f ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read_upgrade::h9377ceb7e08ee68b + 3151
frame #23: 0x000000010ceee7a4 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h1deaf8d386645874 + 1732
frame #24: 0x000000010cf2cf29 ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::h1a6eb6190607fd86 + 1017
frame #25: 0x000000010d17e01d ra_lsp_server`ra_hir_def::nameres::collector::collect_defs::h78bda4b1fd6d00a9 + 1213
frame #26: 0x000000010d03b1bf ra_lsp_server`ra_hir_def::nameres::CrateDefMap::compute_crate_def_map_query::h3923908b2debf484 + 1023
frame #27: 0x000000010cffee8d ra_lsp_server`salsa::runtime::Runtime$LT$DB$GT$::execute_query_implementation::h042c548440a0d36a + 349
frame #28: 0x000000010ced697f ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read_upgrade::hd9e0af3f52c8f219 + 3135
frame #29: 0x000000010cefa024 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h8042df519bf32ed8 + 1732
frame #30: 0x000000010cf3692e ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::hacabc8cd1b2055a0 + 766
frame #31: 0x000000010d2227f5 ra_lsp_server`ra_hir_def::db::crate_def_map::h783c72be17f95567 + 85
frame #32: 0x000000010d17dc1c ra_lsp_server`ra_hir_def::nameres::collector::collect_defs::h78bda4b1fd6d00a9 + 188
frame #33: 0x000000010d03b1bf ra_lsp_server`ra_hir_def::nameres::CrateDefMap::compute_crate_def_map_query::h3923908b2debf484 + 1023
frame #34: 0x000000010cffee8d ra_lsp_server`salsa::runtime::Runtime$LT$DB$GT$::execute_query_implementation::h042c548440a0d36a + 349
frame #35: 0x000000010ced697f ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read_upgrade::hd9e0af3f52c8f219 + 3135
frame #36: 0x000000010cefa024 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h8042df519bf32ed8 + 1732
frame #37: 0x000000010cf3692e ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::hacabc8cd1b2055a0 + 766
frame #38: 0x000000010d2227f5 ra_lsp_server`ra_hir_def::db::crate_def_map::h783c72be17f95567 + 85
frame #39: 0x000000010d17dc1c ra_lsp_server`ra_hir_def::nameres::collector::collect_defs::h78bda4b1fd6d00a9 + 188
frame #40: 0x000000010d03b1bf ra_lsp_server`ra_hir_def::nameres::CrateDefMap::compute_crate_def_map_query::h3923908b2debf484 + 1023
frame #41: 0x000000010cffee8d ra_lsp_server`salsa::runtime::Runtime$LT$DB$GT$::execute_query_implementation::h042c548440a0d36a + 349
frame #42: 0x000000010ced697f ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read_upgrade::hd9e0af3f52c8f219 + 3135
frame #43: 0x000000010cefa024 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h8042df519bf32ed8 + 1732
frame #44: 0x000000010cf3692e ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::hacabc8cd1b2055a0 + 766
frame #45: 0x000000010d2227f5 ra_lsp_server`ra_hir_def::db::crate_def_map::h783c72be17f95567 + 85
frame #46: 0x000000010d17dc1c ra_lsp_server`ra_hir_def::nameres::collector::collect_defs::h78bda4b1fd6d00a9 + 188
frame #47: 0x000000010d03b1bf ra_lsp_server`ra_hir_def::nameres::CrateDefMap::compute_crate_def_map_query::h3923908b2debf484 + 1023
frame #48: 0x000000010cffee8d ra_lsp_server`salsa::runtime::Runtime$LT$DB$GT$::execute_query_implementation::h042c548440a0d36a + 349
frame #49: 0x000000010ced697f ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read_upgrade::hd9e0af3f52c8f219 + 3135
frame #50: 0x000000010cefa024 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h8042df519bf32ed8 + 1732
frame #51: 0x000000010cf3692e ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::hacabc8cd1b2055a0 + 766
frame #52: 0x000000010d2227f5 ra_lsp_server`ra_hir_def::db::crate_def_map::h783c72be17f95567 + 85
frame #53: 0x000000010d17dc1c ra_lsp_server`ra_hir_def::nameres::collector::collect_defs::h78bda4b1fd6d00a9 + 188
frame #54: 0x000000010d03b1bf ra_lsp_server`ra_hir_def::nameres::CrateDefMap::compute_crate_def_map_query::h3923908b2debf484 + 1023
frame #55: 0x000000010cffee8d ra_lsp_server`salsa::runtime::Runtime$LT$DB$GT$::execute_query_implementation::h042c548440a0d36a + 349
frame #56: 0x000000010ced697f ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read_upgrade::hd9e0af3f52c8f219 + 3135
frame #57: 0x000000010cefa024 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h8042df519bf32ed8 + 1732
frame #58: 0x000000010cf3692e ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::hacabc8cd1b2055a0 + 766
frame #59: 0x000000010d2227f5 ra_lsp_server`ra_hir_def::db::crate_def_map::h783c72be17f95567 + 85
frame #60: 0x000000010d08c2ef ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::to_module_def::h950c8210e8ccb4f7 + 239
frame #61: 0x000000010cdfe605 ra_lsp_server`ra_ide::diagnostics::diagnostics::he24e43e5d8172835 + 6197
frame #62: 0x000000010cf623d1 ra_lsp_server`std::panicking::try::do_call::h291a1662ae0a6fa9 (.llvm.11654303041639247295) + 33
frame #63: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #64: 0x000000010cf7a498 ra_lsp_server`ra_db::CheckCanceled::catch_canceled::h582cf92d24b6534f + 72
frame #65: 0x000000010d2682c5 ra_lsp_server`ra_ide::Analysis::diagnostics::hafbf76c4d508bf74 + 21
frame #66: 0x000000010cc43e6a ra_lsp_server`ra_lsp_server::main_loop::handlers::publish_diagnostics::h389607fcff6226c2 + 186
frame #67: 0x000000010cb39ad7 ra_lsp_server`_$LT$F$u20$as$u20$threadpool..FnBox$GT$::call_box::hece9b293d2d89c1b + 231
frame #68: 0x000000010ccd23ed ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 189
frame #69: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #70: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #71: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #72: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #73: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #74: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #75: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #76: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #77: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #21
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d43db32 ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys::unix::condvar::Condvar::wait::hd7406ad4d7d0e94c at condvar.rs:73:16 [opt]
frame #3: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sys_common::condvar::Condvar::wait::had60cb549bd63ff1 at condvar.rs:50 [opt]
frame #4: 0x000000010d43db2d ra_lsp_server`std::thread::park::h3401abbba8790fb1 [inlined] std::sync::condvar::Condvar::wait::h6565e7cb364033de at condvar.rs:200 [opt]
frame #5: 0x000000010d43db13 ra_lsp_server`std::thread::park::h3401abbba8790fb1 at mod.rs:919 [opt]
frame #6: 0x000000010d4475d5 ra_lsp_server`std::sync::mpsc::blocking::WaitToken::wait::he4d2608c80fde5a6 at blocking.rs:64:12 [opt]
frame #7: 0x000000010ce204b3 ra_lsp_server`std::sync::mpsc::oneshot::Packet$LT$T$GT$::recv::h8a415cc46fca0245 + 595
frame #8: 0x000000010cfa1f06 ra_lsp_server`std::sync::mpsc::Receiver$LT$T$GT$::recv::he20b4d98fb17992c + 70
frame #9: 0x000000010cef9de9 ra_lsp_server`salsa::derived::slot::Slot$LT$DB$C$Q$C$MP$GT$::read::h8042df519bf32ed8 + 1161
frame #10: 0x000000010cf3692e ra_lsp_server`_$LT$salsa..derived..DerivedStorage$LT$DB$C$Q$C$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$Q$GT$$GT$::try_fetch::hacabc8cd1b2055a0 + 766
frame #11: 0x000000010d2227f5 ra_lsp_server`ra_hir_def::db::crate_def_map::h783c72be17f95567 + 85
frame #12: 0x000000010d08c2ef ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::to_module_def::h950c8210e8ccb4f7 + 239
frame #13: 0x000000010d08ca89 ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::find_container::h64f07465a348a6b7 + 1401
frame #14: 0x000000010d0f8079 ra_lsp_server`_$LT$T$u20$as$u20$ra_hir..source_binder..ToId$GT$::to_id::hbb4601d346700a18 + 73
frame #15: 0x000000010d08cb6a ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::find_container::h64f07465a348a6b7 + 1626
frame #16: 0x000000010d08d974 ra_lsp_server`ra_hir::source_binder::SourceBinder$LT$DB$GT$::analyze::h6e29585ef5a00752 + 84
frame #17: 0x000000010d129f32 ra_lsp_server`ra_hir::source_analyzer::SourceAnalyzer::new::hf30f85962a139e5a + 114
frame #18: 0x000000010d2073a1 ra_lsp_server`ra_ide::expand::descend_into_macros::h47da478a33a959b5 + 113
frame #19: 0x000000010d023a0a ra_lsp_server`ra_ide::hover::hover::h3a5e8e2a57f8273c + 522
frame #20: 0x000000010cf63ed4 ra_lsp_server`std::panicking::try::do_call::hf8cfe6359e09d062 (.llvm.11654303041639247295) + 36
frame #21: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #22: 0x000000010cf7abb8 ra_lsp_server`ra_db::CheckCanceled::catch_canceled::hb3a195669c9e1f24 + 72
frame #23: 0x000000010d267fd8 ra_lsp_server`ra_ide::Analysis::hover::haa7f21a3ba6f552f + 24
frame #24: 0x000000010cc3c762 ra_lsp_server`ra_lsp_server::main_loop::handlers::handle_hover::h597e605827cfcb85 + 146
frame #25: 0x000000010cb33760 ra_lsp_server`_$LT$F$u20$as$u20$threadpool..FnBox$GT$::call_box::h815af3d266ee3107 + 112
frame #26: 0x000000010ccd23ed ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::he6b5c76b0e797883 (.llvm.15958667565871088781) + 189
frame #27: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #28: 0x000000010ccd20df ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc046091434e7cb41 + 111
frame #29: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #30: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #31: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #32: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #33: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #34: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #35: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #22
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #23
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #24
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #25
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #26
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #27
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #28
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #29
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #30
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #31
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #32
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #33
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #34
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #35
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #36
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
thread #37
frame #0: 0x00007fff793bb86a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7947a56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x000000010d32e168 ra_lsp_server`rayon_core::sleep::Sleep::sleep::h1f088bf0caf5e5d1 + 216
frame #3: 0x000000010d4ae037 ra_lsp_server`rayon_core::registry::WorkerThread::wait_until_cold::hc7db58fe625eb38f + 583
frame #4: 0x000000010d32917c ra_lsp_server`rayon_core::registry::ThreadBuilder::run::h46f2805280154320 + 1644
frame #5: 0x000000010d32b212 ra_lsp_server`std::sys_common::backtrace::__rust_begin_short_backtrace::hc15572a77d99fc1e + 34
frame #6: 0x000000010d32a992 ra_lsp_server`std::panicking::try::do_call::h173c22ca9b40232a (.llvm.9858865083104867477) + 34
frame #7: 0x000000010d45153b ra_lsp_server`__rust_maybe_catch_panic at lib.rs:86:7 [opt]
frame #8: 0x000000010d32d462 ra_lsp_server`core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h74640c74125fa0f0 + 130
frame #9: 0x000000010d43d64e ra_lsp_server`_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h35b8a71d51ddbde9 at boxed.rs:1015:8 [opt]
frame #10: 0x000000010d450b7e ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] _$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::hb3265180246febd3 at boxed.rs:1015:8 [opt]
frame #11: 0x000000010d450b72 ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 [inlined] std::sys_common::thread::start_thread::he922793b8a64bfc1 at thread.rs:13 [opt]
frame #12: 0x000000010d450afe ra_lsp_server`std::sys::unix::thread::Thread::new::thread_start::h1a4811d39250ac00 at thread.rs:80 [opt]
frame #13: 0x00007fff794772eb libsystem_pthread.dylib`_pthread_body + 126
frame #14: 0x00007fff7947a249 libsystem_pthread.dylib`_pthread_start + 66
frame #15: 0x00007fff7947640d libsystem_pthread.dylib`thread_start + 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment