Created
August 29, 2025 20:11
-
-
Save ashgti/35ed2ae59eae84565f1bceb907b461cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* thread #1, name = 'python3', stop reason = SIGABRT: sent by tkill system call (sender pid=1189502, uid=499732) | |
frame #0: 0x00007f00d6d0595c libc.so.6`__pthread_kill_implementation(threadid=<unavailable>, signo=6, no_tid=<unavailable>) at pthread_kill.c:44:76 | |
frame #1: 0x00007f00d6cb0cc2 libc.so.6`__GI_raise(sig=6) at raise.c:26:13 | |
frame #2: 0x00007f00d6c994ac libc.so.6`__GI_abort at abort.c:73:3 | |
frame #3: 0x00007f00c9cd545e libstdc++.so.6`std::__glibcxx_assert_fail(char const*, int, char const*, char const*) + 94 | |
frame #4: 0x00007f00cb4994cd _lldb.cpython-313-x86_64-linux-gnu.so`std::_Optional_base_impl<lldb_private::FileSystem, std::_Optional_base<lldb_private::FileSystem, false, false>>::_M_get(this=<unavailable>) at optional:475:2 [inlined] | |
frame #5: 0x00007f00cb4994ae _lldb.cpython-313-x86_64-linux-gnu.so`std::optional<lldb_private::FileSystem>::operator*(this=<unavailable>) & at optional:972:22 [inlined] | |
frame #6: 0x00007f00cb4994ae _lldb.cpython-313-x86_64-linux-gnu.so`lldb_private::FileSystem::Instance() at FileSystem.cpp:46:45 | |
frame #7: 0x00007f00cba8ff6f _lldb.cpython-313-x86_64-linux-gnu.so`lldb_private::mcp::ProtocolServerMCP::Stop(this=0x0000000010155850) at ProtocolServerMCP.cpp:160:5 | |
frame #8: 0x00007f00cba8e759 _lldb.cpython-313-x86_64-linux-gnu.so`lldb_private::mcp::ProtocolServerMCP::~ProtocolServerMCP(this=0x0000000010155850) at ProtocolServerMCP.cpp:35:62 | |
frame #9: 0x00007f00cba8e919 _lldb.cpython-313-x86_64-linux-gnu.so`lldb_private::mcp::ProtocolServerMCP::~ProtocolServerMCP(this=<unavailable>) at ProtocolServerMCP.cpp:35:41 | |
frame #10: 0x00007f00cd7e1e86 _lldb.cpython-313-x86_64-linux-gnu.so`std::default_delete<lldb_private::ProtocolServer>::operator()(this=0x000000000ffd3e78, __ptr=<unavailable>) const at unique_ptr.h:93:2 [inlined] | |
frame #11: 0x00007f00cd7e1e80 _lldb.cpython-313-x86_64-linux-gnu.so`std::unique_ptr<lldb_private::ProtocolServer, std::default_delete<lldb_private::ProtocolServer>>::~unique_ptr(this=lldb_private::ProtocolServer @ 0x0000000010155850) at unique_ptr.h:399:4 | |
frame #12: 0x00007f00cd7e1e77 _lldb.cpython-313-x86_64-linux-gnu.so`llvm::StringMapEntryStorage<std::unique_ptr<lldb_private::ProtocolServer, std::default_delete<lldb_private::ProtocolServer>>>::~StringMapEntryStorage(this=0x000000000ffd3e70) at StringMapEntry.h:69:7 [inlined] | |
frame #13: 0x00007f00cd7e1e77 _lldb.cpython-313-x86_64-linux-gnu.so`void llvm::StringMapEntry<std::unique_ptr<lldb_private::ProtocolServer, std::default_delete<lldb_private::ProtocolServer>>>::Destroy<llvm::MallocAllocator>(this=0x000000000ffd3e70, allocator=0x00007f00d5e15028) at StringMapEntry.h:143:12 [inlined] | |
* frame #14: 0x00007f00cd7e1e74 _lldb.cpython-313-x86_64-linux-gnu.so`llvm::StringMap<std::unique_ptr<lldb_private::ProtocolServer, std::default_delete<lldb_private::ProtocolServer>>, llvm::MallocAllocator>::~StringMap(this=0x00007f00d5e15028) at StringMap.h:207:46 | |
frame #15: 0x00007f00d6cb3291 libc.so.6`__run_exit_handlers(status=0, listp=0x00007f00d6e58680, run_list_atexit=true, run_dtors=true) at exit.c:118:8 | |
frame #16: 0x00007f00d6cb335a libc.so.6`__GI_exit(status=<unavailable>) at exit.c:148:3 | |
frame #17: 0x00007f00d6c9acaf libc.so.6`__libc_start_call_main(main=(python3.13`___lldb_unnamed_symbol_63efc0), argc=46, argv=0x00007ffc67cd6008) at libc_start_call_main.h:74:3 | |
frame #18: 0x00007f00d6c9ad65 libc.so.6`__libc_start_main_impl(main=(python3.13`___lldb_unnamed_symbol_63efc0), argc=46, argv=0x00007ffc67cd6008, init=<unavailable>, fini=<unavailable>, rtld_fini=<unavailable>, stack_end=0x00007ffc67cd5ff8) at libc-start.c:360:3 | |
frame #19: 0x000000000063e401 python3.13`_start + 33 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment