sigsegv from gtkmozembed python bindings

Bug #130249 reported by Hylke Donker
4
Affects Status Importance Assigned to Milestone
gnome-python-extras (Ubuntu)
Triaged
Undecided
Unassigned

Bug Description

Binary package hint: python-gnome2-extras

My program uses gtkmozembed python bindings to show a webpage. It worked fine on Ubuntu 7.04 aslong as I exported this variable(otherwise it would crash):
LD_LIBRARY_PATH="/usr/lib/firefox"
But now on Ubuntu 7.10 it crashes.
To reproduce:
hylke@hylke-ubuntu:~/dev-department/starez/src/client$ python
Python 2.5.1 (r251:54863, Jul 17 2007, 15:55:37)
[GCC 4.1.3 20070629 (prerelease) (Ubuntu 4.1.2-13ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk
>>> import gtkmozembed
>>> window = gtk.Window()
>>> window.connect("destroy", lambda widget : gtk.quit())
6L
>>> moz = gtkmozembed.MozEmbed()
>>> window.add(moz)
>>> moz.load_url("http://www.google.nl")
>>> window.show_all()
Segmentation fault (core dumped)

Revision history for this message
Pedro Villavicencio (pedro) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 22487 and is being marked as such. Please look at the other bug report to see if there is any information missing that you can add or to see if there is a work around. Feel free to continue to report any other bugs you may find.

Changed in gnome-python-extras:
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.