Skip to content

Crash when when genarating backtrace #51927

Open
@achronop

Description

@achronop
Bugzilla Link 52585
Version unspecified
OS All
CC @JDevlieghere

Extended Description

PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var LLVM_SYMBOLIZER_PATH to point to it):
0 lldb 0x00000001042b8027 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 39
1 lldb 0x00000001042b76e5 llvm::sys::RunSignalHandlers() + 85
2 lldb 0x00000001042b88d6 SignalHandler(int) + 278
3 libsystem_platform.dylib 0x00007fff20368d7d _sigtramp + 29
4 libsystem_platform.dylib 0x538103a0f43e36a0 _sigtramp + 6016953833237227840
5 LLDB 0x0000000107c97279 lldb_private::Module::ResolveSymbolContextForAddress(lldb_private::Address const&, lldb::SymbolContextItem, lldb_private::SymbolContext&, bool) + 409
6 LLDB 0x0000000107c5ee7c lldb_private::Address::CalculateSymbolContext(lldb_private::SymbolContext*, lldb::SymbolContextItem) const + 204
7 LLDB 0x0000000107fe9cb0 lldb_private::SwiftLanguageRuntime::GetRuntimeUnwindPlan(std::__1::shared_ptr<lldb_private::Process>, lldb_private::RegisterContext*, bool&) + 432
8 LLDB 0x0000000107dba582 lldb_private::LanguageRuntime::GetRuntimeUnwindPlan(lldb_private::Thread&, lldb_private::RegisterContext*, bool&) + 306
9 LLDB 0x0000000107de5b03 lldb_private::RegisterContextUnwind::InitializeNonZerothFrame() + 563
10 LLDB 0x0000000107de4bd0 lldb_private::RegisterContextUnwind::RegisterContextUnwind(lldb_private::Thread&, std::__1::shared_ptr<lldb_private::RegisterContextUnwind> const&, lldb_private::SymbolContext&, unsigned int, lldb_private::UnwindLLDB&) + 224
11 LLDB 0x0000000107e49683 lldb_private::UnwindLLDB::GetOneMoreFrame(lldb_private::ABI*) + 243
12 LLDB 0x0000000107e4911b lldb_private::UnwindLLDB::AddOneMoreFrame(lldb_private::ABI*) + 331
13 LLDB 0x0000000107e4946d lldb_private::UnwindLLDB::UpdateUnwindPlanForFirstFrameIfInvalid(lldb_private::ABI*) + 61
14 LLDB 0x0000000107e48fc0 lldb_private::UnwindLLDB::AddFirstFrame() + 832
15 LLDB 0x0000000107e49b82 lldb_private::UnwindLLDB::DoGetFrameInfoAtIndex(unsigned int, unsigned long long&, unsigned long long&, bool&) + 50
16 LLDB 0x0000000107dfa864 lldb_private::StackFrameList::GetFramesUpTo(unsigned int) + 2308
17 LLDB 0x0000000107dfba69 lldb_private::StackFrameList::GetFrameAtIndex(unsigned int) + 153
18 LLDB 0x0000000107e24bee lldb_private::Thread::SelectMostRelevantFrame() + 62
19 LLDB 0x0000000107e24ea9 lldb_private::Thread::WillStop() + 89
20 LLDB 0x0000000107e2df25 lldb_private::ThreadList::ShouldStop(lldb_private::Event*) + 1109
21 LLDB 0x0000000107dd6015 lldb_private::Process::ShouldBroadcastEvent(lldb_private::Event*) + 421
22 LLDB 0x0000000107dd2648 lldb_private::Process::HandlePrivateEvent(std::__1::shared_ptr<lldb_private::Event>&) + 280
23 LLDB 0x0000000107dd6df5 lldb_private::Process::RunPrivateStateThread(bool) + 1477
24 LLDB 0x0000000107dd6435 lldb_private::Process::PrivateStateThread(void*) + 21
25 LLDB 0x0000000107d1c617 lldb_private::HostNativeThreadBase::ThreadCreateTrampoline(void*) + 103
26 libsystem_pthread.dylib 0x00007fff203238fc _pthread_start + 224
27 libsystem_pthread.dylib 0x00007fff2031f443 thread_start + 15

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillalldb

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions