[ wxwindows-Bugs-1576874 ] Wildcard Syntax Error Causes Bus Error In
FileDialog
SourceForge.net
noreply at sourceforge.net
Fri Oct 13 14:30:39 PDT 2006
Bugs item #1576874, was opened at 2006-10-13 21:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1576874&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: Build -- Mac
Group: Fatal
Status: Open
Resolution: None
Priority: 5
Submitted By: erisian (erisian)
Assigned to: Nobody/Anonymous (nobody)
Summary: Wildcard Syntax Error Causes Bus Error In FileDialog
Initial Comment:
I've only been able to replicate this bug on Mac OS X.
wxPython Mac aborts with a "bus error" when calling
ShowModal on a wx.FileDialog that has a wildcard with a
syntax error in it.
Wildcard: "XML Files (*.xml)|*.xml|"
As you can see above there is an extraneous pipe symbol
at the very end of the wildcard.
I would expect that this would quit with a syntax error
or something, but its probably aborting inside of some
regexp process when that process reads past the end of
the string.
Here is my environment:
PowerMac G4 Digital Audio / Dual 533
1.5GB RAM
OS X 10.4.8
MacPython 2.4.1
wxPython 2.6.1
Thanks for your help.
Jim Burnes
jvburnes at gmail.com
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1576874&group_id=9863
More information about the wx-dev
mailing list