ASSERT INFO:
../src/common/wincmn.cpp(461): assert "!wxMouseCapture::IsInCaptureStack(this)" failed in ~wxWindowBase(): Destroying window before releasing mouse capture: this will result in a crash later.
BACKTRACE:
[1] wxWindowBase::~wxWindowBase()
[2] wxWindow::~wxWindow()
[3] wxControlBase::~wxControlBase()
[4] cbStyledTextCtrl::~cbStyledTextCtrl()
[5] cbStyledTextCtrl::~cbStyledTextCtrl()
[6] wxWindowBase::Destroy()
[7] cbEditor::~cbEditor()
[8] cbEditor::~cbEditor()
[9] wxWindowBase::Destroy()
[10] EditorBase::Close()
[11] EditorManager::CheckForExternallyModifiedFiles()
[12] wxAppConsoleBase::CallEventHandler(wxEvtHandler, wxEventFunctor&, wxEvent&) const
[13] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler, wxEvent&)
[14] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler)
[15] wxEvtHandler::TryHereOnly(wxEvent&)
[16] wxEvtHandler::ProcessEventLocally(wxEvent&)
[17] wxEvtHandler::ProcessEvent(wxEvent&)
[18] wxEvtHandler::ProcessPendingEvents()
[19] wxAppConsoleBase::ProcessPendingEvents()
[20] wxApp::DoIdle()
[21] g_main_context_dispatch
[22] g_main_loop_run
[23] gtk_main
[24] wxGUIEventLoop::DoRun()
[25] wxEventLoopBase::Run()
[26] wxAppConsoleBase::MainLoop()
[27] CodeBlocksApp::OnRun() /home/zfmgpu/Desktop/Repository/codeblocks/trunk/src/src/app.cpp:852
[28] wxEntry(int&, wchar_t*)
[29] main /home/zfmgpu/Desktop/Repository/codeblocks/trunk/src/src/app.cpp:322
[30] __libc_start_main
[31] _start
After (modofying file outside of codeblocks and going back to codeblocks which asks if I wanna reload or close the file (box with yes/no) , clicking no to close it -> assert...
might be missleading? dont know....
I am trying, 3.0.2 wxwidget bild right now, to see if the error still happen
BR
On 09/29/2015 09:23 PM, Teodor Petrov wrote:
Related
Tickets:
#227This is a duplicate of this ticket I think - ticket #186
Last edit: Teodor Petrov 2015-09-29
Should be fixed in rev 10523.
awesome! :-)
thanks for fixing :-)!
Related
Tickets:
#227