GNOME Bugzilla – Bug 736626
PyGIO: GLib: Crash when calling Gio.VolumeMonitor()
Last modified: 2014-09-14 05:08:31 UTC
When calling Gio.VolumeMonitor() instead of Gio.VolumeMonitor.get() from Python using GObject Introspection, Python just crashes with no error displayed.
+ Trace 234090
Marking as dup of bug 675581, also note bug 647731 which specifically mentioned Gio.VolumeMonitor(). The problem is deeper than any specific class in that introspection based bindings need a generic way of knowing if it is safe to create an object with g_object_new(). See also: https://wiki.gnome.org/Projects/PyGObject/Analysis/Bug675581 *** This bug has been marked as a duplicate of bug 675581 ***