Menu

#227 wincmn assert

Undefined
duplicate
Bug_Report
2015-10-04
2015-09-29
gabyx
No

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....

Related

Tickets: #227

Discussion

  • Teodor Petrov

    Teodor Petrov - 2015-09-29
    • labels: --> wx30, crash
    • status: open --> invalid
    • assigned_to: Teodor Petrov
    • Type: Undefined --> Bug_Report
     
    • gabyx

      gabyx - 2015-09-29

      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:

      • labels: --> wx30, crash
      • status: open --> invalid
      • assigned_to: Teodor Petrov
      • Type: Undefined --> Bug_Report
      • Comment:

      This is a duplicate of this ticket I think - #186


      [tickets:#227] http://sourceforge.net/p/codeblocks/tickets/227/
      wincmn assert

      Status: invalid
      Milestone: Undefined
      Labels: wx30 crash
      Created: Tue Sep 29, 2015 06:36 PM UTC by gabyx
      Last Updated: Tue Sep 29, 2015 06:36 PM UTC
      Owner: Teodor Petrov

      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....


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/codeblocks/tickets/227/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Tickets: #227

  • Teodor Petrov

    Teodor Petrov - 2015-09-29

    This is a duplicate of this ticket I think - ticket #186

     

    Last edit: Teodor Petrov 2015-09-29
  • Teodor Petrov

    Teodor Petrov - 2015-10-03
    • status: invalid --> duplicate
     
  • Teodor Petrov

    Teodor Petrov - 2015-10-04

    Should be fixed in rev 10523.

     
    • gabyx

      gabyx - 2015-10-04

      awesome! :-)

      thanks for fixing :-)!

      Am 04.10.2015 um 12:06 schrieb Teodor Petrov fuscated@users.sf.net:

      Should be fixed in rev 10523.

      [tickets:#227] http://sourceforge.net/p/codeblocks/tickets/227/ wincmn assert

      Status: duplicate
      Milestone: Undefined
      Labels: wx30 crash
      Created: Tue Sep 29, 2015 06:36 PM UTC by gabyx
      Last Updated: Sat Oct 03, 2015 09:09 PM UTC
      Owner: Teodor Petrov

      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....

      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/codeblocks/tickets/227/ https://sourceforge.net/p/codeblocks/tickets/227/
      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/ https://sourceforge.net/auth/subscriptions/

       

      Related

      Tickets: #227


Log in to post a comment.