[MacPorts] #27210: Segmentation Fault triggered by accessing any gobject property via the x.props.{propertyname}
MacPorts
noreply at macports.org
Mon Nov 8 04:56:27 PST 2010
#27210: Segmentation Fault triggered by accessing any gobject property via the
x.props.{propertyname}
----------------------------------------------+-----------------------------
Reporter: michael+trac-macports@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: High | Milestone:
Component: ports | Version: 1.9.2
Keywords: blocker | Port: py26-gobject
----------------------------------------------+-----------------------------
I have an issue with py26-gtk giving a segmentation fault.
I already filed a bug report here as it is "meld" that I'm trying to get
working:
https://bugzilla.gnome.org/show_bug.cgi?id=633257
As mentioned here:
https://bugzilla.gnome.org/show_bug.cgi?id=633257#c3
...
Running the following in python will generate a segmentation fault:
{{{
>>> import gtk
>>> a = gtk.Window()
>>> a.show()
>>> a.props.title="Foo"
>>> print a.props.title
}}}
--
Ticket URL: <https://trac.macports.org/ticket/27210>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list