User forums > Nightly builds

The 26 November 2008 build (5322) is out.

<< < (2/10) > >>

mmkider:

--- Quote from: youlix on November 28, 2008, 07:42:30 am ---I'm using windows 2003. it will crash too,when I drag down the first toolbar.other toolbar is oK.


--- End quote ---

using this
http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx288.7z

this is problem for wx2.8.9.

Jenna:

--- Quote from: ollydbg on November 28, 2008, 05:35:57 am ---I'm sorry , it will still crash in my system, when I drag the toolbar.
I'm using windows XP. and this SVN version.

--- End quote ---


--- Quote from: youlix on November 28, 2008, 07:42:30 am ---I'm using windows 2003. it will crash too,when I drag down the first toolbar.other toolbar is oK.


--- End quote ---


--- Quote from: mmkider on November 28, 2008, 08:19:27 am ---
--- Quote from: youlix on November 28, 2008, 07:42:30 am ---I'm using windows 2003. it will crash too,when I drag down the first toolbar.other toolbar is oK.


--- End quote ---

using this
http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx288.7z

this is problem for wx2.8.9.



--- End quote ---

This seems to be a known wxWidgets-bug. I just found this ticket: http://trac.wxwidgets.org/ticket/10170 , but there is no answer to the bug-report until now.

I tried to make it crash on any of my two xp-systems, but it works as it should.

Does the crash happen always, or only if the system is under (more or less) heavy load ?

mmkider:

--- Quote from: jens on November 28, 2008, 12:29:20 pm ---
--- Quote from: ollydbg on November 28, 2008, 05:35:57 am ---I'm sorry , it will still crash in my system, when I drag the toolbar.
I'm using windows XP. and this SVN version.

--- End quote ---


--- Quote from: youlix on November 28, 2008, 07:42:30 am ---I'm using windows 2003. it will crash too,when I drag down the first toolbar.other toolbar is oK.


--- End quote ---


--- Quote from: mmkider on November 28, 2008, 08:19:27 am ---
--- Quote from: youlix on November 28, 2008, 07:42:30 am ---I'm using windows 2003. it will crash too,when I drag down the first toolbar.other toolbar is oK.


--- End quote ---

using this
http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx288.7z

this is problem for wx2.8.9.



--- End quote ---

This seems to be a known wxWidgets-bug. I just found this ticket: http://trac.wxwidgets.org/ticket/10170 , but there is no answer to the bug-report until now.

I tried to make it crash on any of my two xp-systems, but it works as it should.

Does the crash happen always, or only if the system is under (more or less) heavy load ?


--- End quote ---

It's ready crash.
I always get this crash on the computer of my home with xp system,but works  on  my other computer with xp system.

--- Code: ---void wxAuiManager::OnFloatingPaneMoveStart(wxWindow* wnd)
{
    // try to find the pane
    wxAuiPaneInfo& pane = GetPane(wnd);
    wxASSERT_MSG(pane.IsOk(), wxT("Pane window not found"));

    if (m_flags & wxAUI_MGR_TRANSPARENT_DRAG)
        pane.frame->SetTransparent(150);
}


--- End code ---

pane.frame->SetTransparent(150);<=In here crash .

but it's same code between wx2.8.8 and wx2.8.9.


XayC:
This is the same crash i was experiencing with the 18 October build, at that time i was the only one having it probably, because it passed quite unnoticed.

This is the post: toolbar drag crash.

As stated there this crash:
1) Always happens, but only for some people/computers.
2) It's caused by a change committed between between 2.8.8 release and 2.8.9 release.
3) Using the old 2.8.8 wxWidgets library will work, at least until a new wxWidgets release.

XayC

mariocup:
Hi jens,

I had a similar strange behavior under windows vista. If I use rdesktop from linux and then move a toolbar in CB (windows instance) from the rdesktop then CB will crash. If I do the same thing without rdesktop under vista everything works fine. Since it is reproducable I can send you the log.

By,

Mario

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version