Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
davidhaley opened this issue May 29, 2022 · 2 comments
Open

Comments

@davidhaley
Copy link

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
@EUA
Copy link
Owner

EUA commented Oct 20, 2023

On which OS platform? Can't reproduce it.

@Scorg
Copy link

Scorg commented Feb 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants