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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to