Bug#642072: python3-gobject: python3 crashes randomly when invoking Gtk.Menu.popup with Gtk.StatusIcon.position_menu

2018-03-29 Thread Christoph Reiter
On Mon, 19 Sep 2011 16:17:49 +0800 Guanhao Yin wrote: > While test.py works with python 2, it crashes randomly with python > 3. Thus there is very likely to be a bug in python3-gobject. I can't reproduce with the current version. Is this still a problem?

Bug#642072: python3-gobject: python3 crashes randomly when invoking Gtk.Menu.popup with Gtk.StatusIcon.position_menu

2011-11-20 Thread Guanhao Yin
found 642072 3.0.2-3 thanks Well, I noticed a new version of python3-gobject in unstable. It seems that the API has changed and I have to update the testing program. Anyway, with pyGobject 3.0.2-3, it still works well with python 2 but receives SIGILL or SIGSEG with python 3. #!/usr/bin/env

Bug#642072: python3-gobject: python3 crashes randomly when invoking Gtk.Menu.popup with Gtk.StatusIcon.position_menu

2011-09-19 Thread Guanhao Yin
Package: python3-gobject Version: 2.28.6-5 Severity: normal (test.py is attached) $ python3 test.py # then right-click the icon popup_menu Segmentation fault $ python3 test.py # then right-click the icon popup_menu Illegal instruction $ python test.py # then right-click the icon, and then click