Okay, a little bit more information, but sadly not enough to know what's
going on.

I gdb'd the process into pygobject_get_property() in python-gobject.
What appears to be happening is that the call to

g_value_init(&value, G_PARAM_SPEC_VALUE_TYPE(pspec));

is filling value with an empty string, so pyg_param_gvalue_as_pyobject()
will naturally return the Python empty string object.  I have no idea
why g_value_init() is doing that, and gdb is not behaving well enough
for me to trace into that function.

-- 
computer-janitor-gtk crashed with KeyError in create_column()
https://bugs.launchpad.net/bugs/503727
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to