This repository was archived by the owner on Dec 29, 2022. It is now read-only.
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Crash in BuildQueue::build #306
Closed
Description
I get the following crash in rls when running it with rls_vscode on webrender_traits:
* thread #2: tid = 0x262f75, 0x00007fff8b725b9d libsystem_platform.dylib`_platform_memmove$VARIANT$Unknown + 157, stop reason = EXC_BAD_ACCESS (code=1, address=0x801)
* frame #0: 0x00007fff8b725b9d libsystem_platform.dylib`_platform_memmove$VARIANT$Unknown + 157
frame #1: 0x000000010656a9b8 libstd-438eba4cd7d88a45.dylib`_$LT$collections..string..String$u20$as$u20$core..clone..Clone$GT$::clone::h5d3749e8702c4290 + 72
frame #2: 0x0000000100461c16 rls`_$LT$core..option..Option$LT$T$GT$$u20$as$u20$core..clone..Clone$GT$::clone::h9269e0d96f9b13fc + 86
frame #3: 0x00000001004c52df rls`rls::build::BuildQueue::build::hcc38af3c28a263b1 + 9535
frame #4: 0x00000001004b6426 rls`rls::actions::ActionHandler::build::h632308cd975f741c + 3142
frame #5: 0x00000001004d6ab9 rls`rls::server::LsService::handle_message::_$u7b$$u7b$closure$u7d$$u7d$::h070c039dee676ada + 27225
frame #6: 0x0000000100419efe rls`std::panicking::try::do_call::h9dfd3df794188b9a + 46
frame #7: 0x00000001065669cb libstd-438eba4cd7d88a45.dylib`__rust_maybe_catch_panic + 27
frame #8: 0x00000001004553c7 rls`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::hba1580c1e07344c7 + 167
frame #9: 0x00000001065604d6 libstd-438eba4cd7d88a45.dylib`std::sys::imp::thread::Thread::new::thread_start::h5852519f9f48a1f2 + 134
frame #10: 0x00007fff944b6899 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x00007fff944b672a libsystem_pthread.dylib`_pthread_start + 137
frame #12: 0x00007fff944bafc9 libsystem_pthread.dylib`thread_start + 13
Metadata
Metadata
Assignees
Labels
No labels