Skip to content

Instantly share code, notes, and snippets.

@Lapz
Last active April 26, 2019 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lapz/0589bb8fbcd8f631b034356b64983a11 to your computer and use it in GitHub Desktop.
Save Lapz/0589bb8fbcd8f631b034356b64983a11 to your computer and use it in GitHub Desktop.
RLS Backtrace
rust_panic (@103b834f0..103b83560:9)
update_count_then_panic (@103b83430..103b834c0:30)
resume_unwind (@103b7b440..103b7b450:6)
ra_db::cancellation::Canceled::throw::hb0cda3f20a9a8c11 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_db/src/cancellation.rs:32)
_$LT$T$u20$as$u20$ra_db..CheckCanceled$GT$::check_canceled::h9c1aea35ae6afe28 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_db/src/lib.rs:49)
ra_hir::ty::infer::infer::h9d3158b7399d9430 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_hir/src/ty/infer.rs:52)
_$LT$ra_hir..db..InferQuery$u20$as$u20$salsa..plumbing..QueryFunction$LT$DB$GT$$GT$::execute::h96b6bcfc0a279520 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_hir/src/db.rs:117)
_$LT$salsa..derived..DerivedStorage$LT$DB$C$$u20$Q$C$$u20$MP$GT$$GT$::read_upgrade::_$u7b$$u7b$closure$u7d$$u7d$::hfc1bb3a510c2fe5f (/Users/lenardpratt/.cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.12.0/src/derived.rs:376)
_$LT$salsa..runtime..Runtime$LT$DB$GT$$GT$::execute_query_implementation::h8cdc58c80d4bb83c (/Users/lenardpratt/.cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.12.0/src/runtime.rs:319)
_$LT$salsa..derived..DerivedStorage$LT$DB$C$$u20$Q$C$$u20$MP$GT$$GT$::read_upgrade::hf81ba564596bf2af (/Users/lenardpratt/.cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.12.0/src/derived.rs:369)
_$LT$salsa..derived..DerivedStorage$LT$DB$C$$u20$Q$C$$u20$MP$GT$$GT$::read::h9fc22be639ac74f5 (/Users/lenardpratt/.cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.12.0/src/derived.rs:292)
_$LT$salsa..derived..DerivedStorage$LT$DB$C$$u20$Q$C$$u20$MP$GT$$u20$as$u20$salsa..plumbing..QueryStorageOps$LT$DB$C$$u20$Q$GT$$GT$::try_fetch::ha586df1ce280c8c6 (/Users/lenardpratt/.cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.12.0/src/derived.rs:706)
_$LT$salsa..QueryTable$LT$$u27$_$C$$u20$DB$C$$u20$Q$GT$$GT$::get::he3484a227fd59264 (/Users/lenardpratt/.cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.12.0/src/lib.rs:460)
_$LT$T$u20$as$u20$ra_hir..db..HirDatabase$GT$::infer::ha486264c363916a2 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_hir/src/db.rs:112)
ra_hir::code_model_api::Function::infer::hea502b73c86f944d (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_hir/src/code_model_api.rs:529)
ra_hir::code_model_api::Function::diagnostics::h12a00b4c90d7be02 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_hir/src/code_model_api.rs:565)
ra_hir::code_model_api::Module::diagnostics::he12de2914b8299db (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_hir/src/code_model_api.rs:185)
ra_ide_api::diagnostics::diagnostics::heb8804e83eeac7cd (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_ide_api/src/diagnostics.rs:51)
ra_ide_api::Analysis::diagnostics::_$u7b$$u7b$closure$u7d$$u7d$::h7b3919a19d8e6a21 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_ide_api/src/lib.rs:483)
ra_db::CheckCanceled::catch_canceled::_$u7b$$u7b$closure$u7d$$u7d$::h73b6cafd49ae6ded (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_db/src/lib.rs:39)
std::panicking::try::do_call::h03c91c7790fcc57d (@102f40040..102f400a0:19)
__rust_maybe_catch_panic (@103b8af40..103b8afd0:16)
std::panicking::try::h325d918dd56dfc00 (@102f3c5e0..102f3c710:24)
std::panic::catch_unwind::h820bd18dc364f7e3 (@1030684a0..1030684d0:13)
ra_db::CheckCanceled::catch_canceled::h48fe20c2d9ccaa71 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_db/src/lib.rs:39)
ra_ide_api::Analysis::with_db::h7228715109abf1b6 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_ide_api/src/lib.rs:505)
ra_ide_api::Analysis::diagnostics::h74a05c1919f1bb87 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_ide_api/src/lib.rs:483)
ra_lsp_server::main_loop::handlers::publish_diagnostics::h6ccdbfafc970b966 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_lsp_server/src/main_loop/handlers.rs:840)
ra_lsp_server::main_loop::update_file_notifications_on_threadpool::_$u7b$$u7b$closure$u7d$$u7d$::h100004dbcb775213 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_lsp_server/src/main_loop.rs:489)
_$LT$F$u20$as$u20$threadpool..FnBox$GT$::call_box::h0e0e3416a4b7b36e (/Users/lenardpratt/.cargo/registry/src/github.com-1ecc6299db9ec823/threadpool-1.7.1/src/lib.rs:95)
threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::haea7f6b9e3a04787 (/Users/lenardpratt/.cargo/registry/src/github.com-1ecc6299db9ec823/threadpool-1.7.1/src/lib.rs:767)
std::sys_common::backtrace::__rust_begin_short_backtrace::h3a0f1d234727e144 (@102a81860..102a81880:9)
std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h035b3d51e9c99fb1 (@102a90ac0..102a90ae0:9)
_$LT$std..panic..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h684dc94273f3bef9 (@102a8a8e0..102a8a900:9)
std::panicking::try::do_call::h32a68e0ce99ded49 (@102a85ce0..102a85d30:16)
__rust_maybe_catch_panic (@103b8af40..103b8afd0:16)
std::panicking::try::hd19ce56b1438d045 (@102a85c20..102a85ce0:19)
std::panic::catch_unwind::h7c74f3dc2a48b3a5 (@102a8aeb0..102a8aee0:9)
std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hd11e81193d84e76a (@102a90850..102a90ac0:56)
_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h01c6c523ecbad77b (@102a90cd0..102a90d40:16)
call_once<(),()> (@103b8a450..103b8a570:38)
start_thread (@103b8a450..103b8a570:37)
thread_start (@103b8a450..103b8a570:9)
_pthread_body (@7fff7f53b26d..7fff7f53b310:34)
_pthread_start (@7fff7f53e207..7fff7f53e25c:23)
thread_start (@7fff7f53a400..7fff7f53a410:7)
_$LT$core..option..Option$LT$T$GT$$GT$::map::h31147bde7ed58e39 (@1036f14d0..1036f16e0:10)
rowan::generate::_$u7b$$u7b$closure$u7d$$u7d$::h50055c7ad6bdeb0e (/Users/lenardpratt/.cargo/registry/src/github.com-1ecc6299db9ec823/rowan-0.5.0/src/lib.rs:73)
_$LT$core..iter..adapters..Scan$LT$I$C$$u20$St$C$$u20$F$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::_$u7b$$u7b$closure$u7d$$u7d$::ha121b1cc1afe6c02 (@1036612a0..1036612e0:17)
_$LT$core..option..Option$LT$T$GT$$GT$::and_then::hb67d5931c59d2334 (@1036b4de0..1036b4ed0:38)
_$LT$core..iter..adapters..Scan$LT$I$C$$u20$St$C$$u20$F$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::h45a2a1444b277209 (@1036611b0..103661200:22)
_$LT$core..iter..adapters..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::h082d5df302c44d5f (@10365e890..10365e8e0:14)
_$LT$$RF$mut$u20$I$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::hedf014fafaea34d6 (@103662c40..103662c70:12)
_$LT$core..iter..adapters..FilterMap$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::h88ccf746d6a3e064 (@10365fa00..10365fd60:27)
ra_ide_api::syntax_highlighting::highlight::hca0588d333f11d4a (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_ide_api/src/syntax_highlighting.rs:20)
ra_ide_api::Analysis::highlight::_$u7b$$u7b$closure$u7d$$u7d$::h0daf06ee6d4fba84 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_ide_api/src/lib.rs:467)
ra_db::CheckCanceled::catch_canceled::_$u7b$$u7b$closure$u7d$$u7d$::hb17312768f4072aa (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_db/src/lib.rs:39)
std::panicking::try::do_call::hcf05f061a7a3d4ce (@102f416b0..102f41710:19)
__rust_maybe_catch_panic (@103b8af40..103b8afd0:16)
std::panicking::try::h143919e2f1b6a486 (@102f3bdf0..102f3bf20:24)
std::panic::catch_unwind::h2d5467431de91cc7 (@103067f90..103067fc0:13)
ra_db::CheckCanceled::catch_canceled::h98684776ee6a2658 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_db/src/lib.rs:39)
ra_ide_api::Analysis::with_db::hdd959b6cd0345af4 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_ide_api/src/lib.rs:505)
ra_ide_api::Analysis::highlight::h500e135fe31f64e3 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_ide_api/src/lib.rs:467)
ra_lsp_server::main_loop::handlers::highlight::h198b9611156a455f (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_lsp_server/src/main_loop/handlers.rs:866)
ra_lsp_server::main_loop::handlers::publish_decorations::h2d7ea60b39cca6fc (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_lsp_server/src/main_loop/handlers.rs:861)
ra_lsp_server::main_loop::update_file_notifications_on_threadpool::_$u7b$$u7b$closure$u7d$$u7d$::h100004dbcb775213 (/Users/lenardpratt/Projects/Rust/rust-analyzer/crates/ra_lsp_server/src/main_loop.rs:501)
_$LT$F$u20$as$u20$threadpool..FnBox$GT$::call_box::h0e0e3416a4b7b36e (/Users/lenardpratt/.cargo/registry/src/github.com-1ecc6299db9ec823/threadpool-1.7.1/src/lib.rs:95)
threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::haea7f6b9e3a04787 (/Users/lenardpratt/.cargo/registry/src/github.com-1ecc6299db9ec823/threadpool-1.7.1/src/lib.rs:767)
std::sys_common::backtrace::__rust_begin_short_backtrace::h3a0f1d234727e144 (@102a81860..102a81880:9)
std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h035b3d51e9c99fb1 (@102a90ac0..102a90ae0:9)
_$LT$std..panic..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h684dc94273f3bef9 (@102a8a8e0..102a8a900:9)
std::panicking::try::do_call::h32a68e0ce99ded49 (@102a85ce0..102a85d30:16)
__rust_maybe_catch_panic (@103b8af40..103b8afd0:16)
std::panicking::try::hd19ce56b1438d045 (@102a85c20..102a85ce0:19)
std::panic::catch_unwind::h7c74f3dc2a48b3a5 (@102a8aeb0..102a8aee0:9)
std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hd11e81193d84e76a (@102a90850..102a90ac0:56)
_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h01c6c523ecbad77b (@102a90cd0..102a90d40:16)
call_once<(),()> (@103b8a450..103b8a570:38)
start_thread (@103b8a450..103b8a570:37)
thread_start (@103b8a450..103b8a570:9)
_pthread_body (@7fff7f53b26d..7fff7f53b310:34)
_pthread_start (@7fff7f53e207..7fff7f53e25c:23)
thread_start (@7fff7f53a400..7fff7f53a410:7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment