GNOME Bugzilla – Bug 535959
Crash when using wrong URL for export to web gallery
Last modified: 2008-06-05 08:46:08 UTC
Steps to reproduce: 1. Export > Web gallery 2. Add new gallery 3. Input bogus URL 4. OK 5. Kaboom Stack trace: Exception in Gtk# callback delegate Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception. System.Exception: Cannot connect to a Gallery for which the version is unknown at G2Export.GalleryAccount.Connect () [0x00000] at G2Export.AccountDialog.HandleAddResponse (System.Object sender, Gtk.ResponseArgs args) [0x00000] at Gtk.Dialog.ResponseSignalCallback (IntPtr arg0, Int32 arg1, IntPtr gch) [0x00000] at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal) at Gtk.Dialog.ResponseSignalCallback(IntPtr arg0, Int32 arg1, IntPtr gch) at Gtk.Dialog.ResponseSignalCallback(IntPtr , Int32 , IntPtr ) at Gtk.Application.gtk_main() at Gtk.Application.gtk_main() at Gtk.Application.Run() at Gnome.Program.Run() at FSpot.Driver.Main(System.String[] args) Other information: Version 0.4.3.1, Kubuntu 8.04/KDE4
(In reply to comment #0) > 3. Input bogus URL example?
I used a valid but nonexistent url, such as http://nothing.here.no/
Created attachment 112117 [details] [review] g2-fix-dialog.patch this patch should fix your problem, and probably also the one at bug #349422.
fixed in r4044