wxHexEditor icon indicating copy to clipboard operation
wxHexEditor copied to clipboard

assert "Assert failure" failed in Yield(): wxYield called recursively

Open davidhaley opened this issue 3 years ago • 2 comments
trafficstars

I installed the program and opened an executable and received this:

ASSERT INFO:
./src/common/evtloopcmn.cpp(110): assert "Assert failure" failed in Yield(): wxYield called recursively

BACKTRACE:
[1] wxEventLoopBase::Yield(bool)
[2] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[3] wxEvtHandler::SearchDynamicEventTable(wxEvent&)
[4] wxEvtHandler::TryHereOnly(wxEvent&)
[5] wxEvtHandler::DoTryChain(wxEvent&)
[6] wxEvtHandler::ProcessEvent(wxEvent&)
[7] wxMenuBase::UpdateUI(wxEvtHandler*)
[8] wxMenuBase::UpdateUI(wxEvtHandler*)
[9] wxFrameBase::OnInternalIdle()
[10] wxWindowBase::SendIdleEvents(wxIdleEvent&)
[11] wxFrame::SendIdleEvents(wxIdleEvent&)
[12] wxAppBase::ProcessIdle()
[13] wxGUIEventLoop::YieldFor(long)
[14] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[15] wxEvtHandler::SearchDynamicEventTable(wxEvent&)
[16] wxEvtHandler::TryHereOnly(wxEvent&)
[17] wxEvtHandler::DoTryChain(wxEvent&)
[18] wxEvtHandler::ProcessEvent(wxEvent&)
[19] wxMenuBase::UpdateUI(wxEvtHandler*)
[20] wxMenuBase::UpdateUI(wxEvtHandler*)
[21] wxFrameBase::OnInternalIdle()
[22] wxWindowBase::SendIdleEvents(wxIdleEvent&)
[23] wxFrame::SendIdleEvents(wxIdleEvent&)
[24] wxAppBase::ProcessIdle()
[25] wxApp::DoIdle()
[26] g_main_context_dispatch
[27] g_main_loop_run
[28] gtk_main
[29] wxGUIEventLoop::DoRun()
[30] wxEventLoopBase::Run()
[31] wxAppConsoleBase::MainLoop()
[32] wxEntry(int&, wchar_t**)
[33] __libc_start_main

davidhaley avatar May 29 '22 04:05 davidhaley

On which OS platform? Can't reproduce it.

EUA avatar Oct 20 '23 01:10 EUA

Not the OP, but I'm on Linux Mint and have the same problem, so most probably - linux.

Scorg avatar Feb 25 '24 17:02 Scorg