← Back to team overview

desktop-packages team mailing list archive

[Bug 834168] Re: Segfault with creating custom widgets through GtkBuilder

 

** Bug watch added: GNOME Bug Tracker #657403
   https://bugzilla.gnome.org/show_bug.cgi?id=657403

** Also affects: pygobject via
   https://bugzilla.gnome.org/show_bug.cgi?id=657403
   Importance: Unknown
       Status: Unknown

-- 
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/834168

Title:
  Segfault with creating custom widgets through GtkBuilder

Status in Python bindings for GObject:
  Unknown
Status in “pygobject” package in Ubuntu:
  New

Bug description:
  Current ubiquity crashes when running under pygobject 2.90. Easy local
  reproducer in a built ubiquity tree is:

  $ GI_TYPELIB_PATH=src/webcam PYTHONPATH=. python -c 'from
  gi.repository import Gtk; import ubiquity.gtkwidgets; b=Gtk.Builder();
  b.add_from_file("gui/gtk/stepPrepare.ui")'

  I bisected this to
  http://git.gnome.org/browse/pygobject/commit/?id=7bc4122897, which
  explains why it works in the pygobject-2-28 branch (as this commit got
  reverted there to not break the pygtk ABI).

  This might be a bug in GTK3's image builder or pygobject itself.

To manage notifications about this bug go to:
https://bugs.launchpad.net/pygobject/+bug/834168/+subscriptions


References