In current precise, with both python 2 and 3 I now get
$ python3 /tmp/do_startup.py
GLib-GIO-CRITICAL **: GApplication subclass '__main__+Application'
failed to chain up on ::startup (from start of override function)
and a clean exit code 0. do_startup() actually does get called. I think
this is because the functions are just empty stubs.
Can you confirm that this works properly now with pygobject 3.1.1?
** Changed in: pygobject (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pygobject in Ubuntu.
https://bugs.launchpad.net/bugs/904168
Title:
Crash when implement do_startup method in GApplication subclass
Status in “pygobject” package in Ubuntu:
Incomplete
Bug description:
When I subclass the GApplication class, and implement do_startup
method in my program, python crashes with ``Segment Fault`` or
``Illegal instruction``.
Everything works well if I comment the do_startup method.
The code is attached.
I'm using Ubuntu 11.10 x86_64 with python3-gobject 3.0.0-ubuntu4.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/904168/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp