[Bug 22487] python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

Stuart Langridge sil at kryogenix.org
Sun Oct 8 02:26:45 UTC 2006


Public bug reported:

If I create a GtkMozEmbed object using the PyGtk/PyGtkMozEmbed bindings, destroy
it, and then create another one, Python segfaults.
Demonstration:

python -c "import gtk,gtkmozembed;m = gtkmozembed.MozEmbed();m.destroy();g2 =
gtk.Window();m2 = gtkmozembed.MozEmbed();g2.add(m2);g2.show_all()"

Segmentation fault

Bug occurs in both hoary and breezy.

** Affects: pygtk (Ubuntu)
     Importance: Medium
     Assignee: Michael Vogt
         Status: Needs Info

-- 
python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one
https://launchpad.net/bugs/22487




More information about the desktop-bugs mailing list