warning: Target and debugger are in different PID namespaces; thread lists and other data are likely unreliable. Connect to gdbserver inside the container.
0x00007f8c6799d68e in ?? ()
Missing separate debuginfos, use: debuginfo-install glibc-2.17-326.el7_9.3.x86_64
(gdb) bt
#0 0x00007f8c6799d68e in ?? ()
#1 0x00007fff63852200 in ?? ()
#2 0x00000017638521f0 in ?? ()
#3 0x00007fff638523e0 in ?? ()
#4 0x0000000000000010 in ?? ()
#5 0x00007fff63852200 in ?? ()
#6 0x00005600d3a5fb3a in wxEpollDispatcher::DoPoll(epoll_event*, int, int) const ()
#7 0x00005600d3a6060e in wxEpollDispatcher::Dispatch(int) ()
#8 0x00005600d39e5858 in wxConsoleEventLoop::DispatchTimeout(unsigned long) ()
#9 0x00005600d39e5591 in wxConsoleEventLoop::Dispatch() ()
#10 0x00005600d39405f2 in wxEventLoopManual::ProcessEvents() ()
#11 0x00005600d39406a5 in wxEventLoopManual::DoRun() ()
#12 0x00005600d39403bd in wxEventLoopBase::Run() ()
#13 0x00005600d3918ced in wxAppConsoleBase::OnRun() ()
#14 0x00005600d397ab82 in wxEntry(int&, wchar_t**) ()
#15 0x00005600d327ff98 in main ()
(gdb) t 1
[Switching to thread 1 (process 8578)]
#0 0x00007f8c6799d68e in ?? ()
(gdb) bt
#0 0x00007f8c6799d68e in ?? ()
#1 0x00007fff63852200 in ?? ()
#2 0x00000017638521f0 in ?? ()
#3 0x00007fff638523e0 in ?? ()
#4 0x0000000000000010 in ?? ()
#5 0x00007fff63852200 in ?? ()
#6 0x00005600d3a5fb3a in wxEpollDispatcher::DoPoll(epoll_event*, int, int) const ()
#7 0x00005600d3a6060e in wxEpollDispatcher::Dispatch(int) ()
#8 0x00005600d39e5858 in wxConsoleEventLoop::DispatchTimeout(unsigned long) ()
#9 0x00005600d39e5591 in wxConsoleEventLoop::Dispatch() ()
#10 0x00005600d39405f2 in wxEventLoopManual::ProcessEvents() ()
#11 0x00005600d39406a5 in wxEventLoopManual::DoRun() ()
#12 0x00005600d39403bd in wxEventLoopBase::Run() ()
#13 0x00005600d3918ced in wxAppConsoleBase::OnRun() ()
#14 0x00005600d397ab82 in wxEntry(int&, wchar_t**) ()
#15 0x00005600d327ff98 in main ()
warning: Target and debugger are in different PID namespaces; thread lists and other data are likely unreliable. Connect to gdbserver inside the container.
0x00007f8c6799d68e in ?? ()
Missing separate debuginfos, use: debuginfo-install glibc-2.17-326.el7_9.3.x86_64
(gdb) bt
#0 0x00007f8c6799d68e in ?? ()
#1 0x00062964bb0d0442 in ?? ()
#2 0x0000001705e15b00 in ?? ()
#3 0x00007fff6385250c in ?? ()
#4 0x0000000000000001 in ?? ()
#5 0x00005600d4637090 in wxTimerUnixModule::ms_classInfo ()
#6 0x00005600d3a5fb3a in wxEpollDispatcher::DoPoll(epoll_event*, int, int) const ()
#7 0x00005600d3a5fbc5 in wxEpollDispatcher::HasPending() const ()
#8 0x00005600d39e5690 in wxConsoleEventLoop::Pending() const ()
#9 0x00005600d3940657 in wxEventLoopManual::DoRun() ()
#10 0x00005600d39403bd in wxEventLoopBase::Run() ()
#11 0x00005600d3918ced in wxAppConsoleBase::OnRun() ()
#12 0x00005600d397ab82 in wxEntry(int&, wchar_t**) ()
#13 0x00005600d327ff98 in main ()
(gdb) t 1
[Switching to thread 1 (process 8578)]
#0 0x00007f8c6799d68e in ?? ()
(gdb) bt
#0 0x00007f8c6799d68e in ?? ()
#1 0x00062964bb0d0442 in ?? ()
#2 0x0000001705e15b00 in ?? ()
#3 0x00007fff6385250c in ?? ()
#4 0x0000000000000001 in ?? ()
#5 0x00005600d4637090 in wxTimerUnixModule::ms_classInfo ()
#6 0x00005600d3a5fb3a in wxEpollDispatcher::DoPoll(epoll_event*, int, int) const ()
#7 0x00005600d3a5fbc5 in wxEpollDispatcher::HasPending() const ()
#8 0x00005600d39e5690 in wxConsoleEventLoop::Pending() const ()
#9 0x00005600d3940657 in wxEventLoopManual::DoRun() ()
#10 0x00005600d39403bd in wxEventLoopBase::Run() ()
#11 0x00005600d3918ced in wxAppConsoleBase::OnRun() ()
#12 0x00005600d397ab82 in wxEntry(int&, wchar_t**) ()
#13 0x00005600d327ff98 in main ()
(gdb)