Issue 170998
Summary lldb crash
Labels new issue
Assignees
Reporter jcelerier
    ```

 #0 0x00007f24fd0dc1ea llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/lib/libLLVM.so.21.1+0x78dc1ea)
 #1 0x00007f24fd04a7ac (/usr/lib/libLLVM.so.21.1+0x784a7ac)
 #2 0x00007f24f5044900 (/usr/lib/libc.so.6+0x44900)
 #3 0x00007f24fdea451b std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release_last_use() /usr/include/c++/15.2.1/bits/shared_ptr_base.h:174:12
 #4 0x00007f24fdea451b std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release_last_use_cold() /usr/include/c++/15.2.1/bits/shared_ptr_base.h:198:28
 #5 0x00007f24fe39fbdd std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() /usr/include/c++/15.2.1/bits/shared_ptr_base.h:1069:21
 #6 0x00007f24fe39fbdd std::__shared_ptr<lldb_private::StopInfo, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() /usr/include/c++/15.2.1/bits/shared_ptr_base.h:1531:7
 #7 0x00007f24fe39fbdd std::shared_ptr<lldb_private::StopInfo>::~shared_ptr() /usr/include/c++/15.2.1/bits/shared_ptr.h:175:11
 #8 0x00007f24fe39fbdd lldb_private::Thread::ShouldStop(lldb_private::Event*) /usr/src/debug/lldb/lldb-21.1.6.src/source/Target/Thread.cpp:995:1
 #9 0x00007f24fe39fbdd lldb_private::ThreadList::ShouldStop(lldb_private::Event*) (.constprop.0) /usr/src/debug/lldb/lldb-21.1.6.src/source/Target/ThreadList.cpp:323:58
#10 0x00007f24fe3182ee lldb_private::Process::ShouldBroadcastEvent(lldb_private::Event*) /usr/src/debug/lldb/lldb-21.1.6.src/source/Target/Process.cpp:3706:50
#11 0x00007f24fe3182ee lldb_private::Process::HandlePrivateEvent(std::shared_ptr<lldb_private::Event>&) /usr/src/debug/lldb/lldb-21.1.6.src/source/Target/Process.cpp:3935:53
#12 0x00007f24fe328dc9 lldb_private::Process::RunPrivateStateThread(bool) /usr/src/debug/lldb/lldb-21.1.6.src/source/Target/Process.cpp:4133:25
#13 0x00007f24fe328dc9 operator() /usr/src/debug/lldb/lldb-21.1.6.src/source/Target/Process.cpp:3802:41
#14 0x00007f24fe328dc9 __invoke_impl<void*, lldb_private::Process::StartPrivateStateThread(bool)::<lambda()>&> /usr/include/c++/15.2.1/bits/invoke.h:63:36
#15 0x00007f24fe328dc9 __invoke_r<void*, lldb_private::Process::StartPrivateStateThread(bool)::<lambda()>&> /usr/include/c++/15.2.1/bits/invoke.h:116:35
#16 0x00007f24fe328dc9 _M_invoke /usr/include/c++/15.2.1/bits/std_function.h:292:30
#17 0x00007f24fe225457 std::function<void* ()>::operator()() const /usr/include/c++/15.2.1/bits/std_function.h:593:9
#18 0x00007f24fe225457 lldb_private::HostNativeThreadBase::ThreadCreateTrampoline(void*) /usr/src/debug/lldb/lldb-21.1.6.src/source/Host/common/HostNativeThreadBase.cpp:62:23
#19 0x00007f24f50a80d6 start_thread /usr/src/debug/glibc/glibc/nptl/pthread_create.c:448:8
#20 0x00007f24f513b05c (/usr/lib/libc.so.6+0x13b05c)
LLDB diagnostics will be written to /tmp/diagnostics-3b9b9c
Please include the directory content when filing a bug report
fish: Job 1, 'lldb ./ossia-score' terminated by signal SIGSEGV (Address boundary error)
```


when trying to run my app
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to