I very occassionally - every couple of days, perhaps - get the following assert firing.
ASSERT INFO:
../src/common/debugrpt.cpp(453): assert "IsOk()" failed in AddContext(): use IsOk() first
BACKTRACE:
[1] wxDebugReport::AddContext(wxDebugReport::Context)
[2] CodeBlocksApp::OnFatalException() /home/john/third_party/codeblocks/src/src/app.cpp:886
[3] gdk_window_set_geometry_hints
[4] g_signal_emit_valist
[5] g_signal_emit
[6] g_main_context_dispatch
[7] g_main_loop_run
[8] gtk_main
[9] wxGUIEventLoop::DoRun()
[10] wxEventLoopBase::Run()
[11] wxAppConsoleBase::MainLoop()
[12] CodeBlocksApp::OnRun() /home/john/third_party/codeblocks/src/src/app.cpp:852
[13] wxEntry(int&, wchar_t**)
[14] main /home/john/third_party/codeblocks/src/src/app.cpp:322
[15] __libc_start_main
[16] _start
I can't reproduce. The last time it happened I think I just hit F9 to build.
I'm running off a build at revision 10563.
Can you attach a debugger when this happens and then execute the "thread apply all bt" command and then post the output?
Have not seen this, so assuming it has been fixed in release after ticket was reported.
No reposes from anyone, so this ticket IMHO could be closed and if jmacc comes back and says it is still occurring the ticket can be re-opened with the updated details.
Fixed in [r12849].
Related
Commit: [r12849]