Loading some pages makes my app crash

Bug #17307 reported by João Paulo Farias
8
Affects Status Importance Assigned to Milestone
gnome-python (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

Hi!

I'm developing with the gtkmozembed python binding from python-gnome2-extras
package. Unfortunately, my app crashes when I open some sites, like plone.org.

Below is a simple script to reproduce the bug:

import gtkmozembed as gme
import gtk

w = gtk.Window(gtk.WINDOW_TOPLEVEL)
w.show()
m = gme.MozEmbed()
m.load_url('plone.org')
m.show()
w.add(m)
gtk.main()

Thanks for your attention,

--
JP

http://bugzilla.gnome.org/show_bug.cgi?id=304990: http://bugzilla.gnome.org/show_bug.cgi?id=304990

Revision history for this message
Sebastien Bacher (seb128) wrote :

I've opened a bug upstream about this:
http://bugzilla.gnome.org/show_bug.cgi?id=304990

Revision history for this message
Sebastien Bacher (seb128) wrote :

upstream comment:

"It's caused by lack of profile. Here it's a crash in password manager; also
Mozilla has heavy problems in PSM/NSS without a profile. I was running in the
same bug in gnome-web-photo.

Adding

gme.gtk_moz_embed_set_profile_path("/tmp","test")

fixes the testcase here."

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.