[ wxwindows-Bugs-1725207 ] wx.ToolBar.ClearTools() crashes OS X app
in wxPython 2.8.4
SourceForge.net
noreply at sourceforge.net
Wed Jun 27 09:03:07 PDT 2007
Bugs item #1725207, was opened at 2007-05-24 23:15
Message generated for change (Comment added) made by csomor
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1725207&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxPython specific
Group: Fatal
Status: Open
Resolution: None
Priority: 3
Private: No
Submitted By: Scot Brew (sbrew)
Assigned to: Robin Dunn (robind)
Summary: wx.ToolBar.ClearTools() crashes OS X app in wxPython 2.8.4
Initial Comment:
This is a new bug for wxPython 2.8.4. It is not present in wxPython 2.8.3. It has been confirmed at two sites running OS X and using python 2.5. It may exist on other platforms as well.
STEPS TO REPRODUCE:
1) Run the attached .py script. It was derived from the ToolBar demo with the following lines added to TestToolBar.__init__():
# ADDED TO TEST CRASH ISSUE WITH wxPython 2.8.4
tb.ClearTools()
tb.Realize()
Here is some info on the crash seen on OSX.
Thread 0 Crashed:
0 <<00000000>> 0x000000ff 0 + 255
1 libwx_macud-2.8.0.dylib 0x021f1f47 wxToolBarBase::DeleteToolByPos(unsigned long) + 139
2 libwx_macud-2.8.0.dylib 0x021f1945 wxToolBarBase::ClearTools() + 45
----------------------------------------------------------------------
>Comment By: Stefan Csomor (csomor)
Date: 2007-06-27 18:03
Message:
Logged In: YES
user_id=81467
Originator: NO
I think this one is already solved on WX_2_BRANCH, isn't it Robin ?
Best,
Stefan
----------------------------------------------------------------------
Comment By: Scot Brew (sbrew)
Date: 2007-06-27 16:40
Message:
Logged In: YES
user_id=1749731
Originator: YES
Would it be possible to bump up the priority on this one?
We have an application that crashes with the 2.8.4 (latest version) so
cannot let people download the latest version of wxPython. Preferably we
can keep everyone moving forward and on the latest wxPython version --
seems better for all.
Thank you,
Scot
----------------------------------------------------------------------
Comment By: Scot Brew (sbrew)
Date: 2007-06-08 22:00
Message:
Logged In: YES
user_id=1749731
Originator: YES
Hi Robin,
Can you reproduce this on your side with the attached script?
Please let me know how I can assist.
Thanks,
Scot
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1725207&group_id=9863
More information about the wx-dev
mailing list