Ticket URL: <
http://trac.wxwidgets.org/ticket/9757>
#9757: Segmentation fault with BitmapFromBits
------------------------+---------------------------------------------------
Reporter: mgogoulos | Owner:
Type: defect | Status: new
Priority: high | Milestone:
Component: wxPython | Version: 2.8.7.1
Keywords: | Blockedby:
Patch: 0 | Blocking:
------------------------+---------------------------------------------------
BitmapFromBits results in segfault on python-wx 2.8 :
import wx
wx.version()
'2.8.7.1 (gtk2-unicode)'
myApp = wx.App()
wx.BitmapFromBits(None,3,3)
Segmentation fault
tested on ubuntu hardy with the following versions:
python-wxgtk2.8 2.8.7.1-0ubuntu3
python-wxversion 2.8.7.1-0ubuntu3
python2.5 2.5.2-2ubuntu4
Bug was not tested on other platforms or versions of wx which may as well
be affected.
Best regards,
Markos Gogoulos
--
Ticket URL: <
http://trac.wxwidgets.org/ticket/9757>
_______________________________________________
wx-dev mailing list
[email protected]
http://lists.wxwidgets.org/mailman/listinfo/wx-dev