GNOME Bugzilla – Bug 391655
crash in Epiphany Web Browser: Starting Epiphany with G...
Last modified: 2007-01-03 09:51:13 UTC
Version: 2.17.4.90 What were you doing when the application crashed? Starting Epiphany with G_DEBUG=fatal_warnings Distribution: Debian 4.0 Gnome Release: 2.16.1 2006-10-24 (JHBuild) BugBuddy Version: 2.17.3 System: Linux 2.6.19 #4 Sun Dec 31 02:34:48 CET 2006 i686 X Vendor: The X.Org Foundation X Vendor Release: 70101000 Selinux: No Accessibility: Enabled Memory status: size: 38944768 vsize: 0 resident: 38944768 share: 0 rss: 12890112 rss_rlim: 0 CPU usage: start_time: 1167686681 rtime: 0 utime: 14 stime: 0 cutime:12 cstime: 0 timeout: 2 it_real_value: 0 frequency: 0 Backtrace was generated from '/opt/gnome-2-16/bin/epiphany' Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1242118464 (LWP 3352)] 0xb6f6820e in __waitpid_nocancel () from /lib/tls/libpthread.so.0
+ Trace 98537
Thread 1 (Thread -1242118464 (LWP 3352))
----------- .xsession-errors (61 sec old) --------------------- GTK Accessibility Module initialized Bonobo accessibility support initialized (epiphany:3303): libgnomevfs-WARNING **: Failed to create service browser: Bad state (epiphany:3303): libgnomevfs-WARNING **: Failed to create service browser: Bad state (epiphany:3303): libgnomevfs-WARNING **: Failed to create service browser: Bad state sys:1: Warning: gsignal.c:1019: unable to lookup signal "activate" of unloaded type `MaiAtkObject' sys:1: Warning: g_signal_emit_valist: assertion `signal_id > 0' failed GTK Accessibility Module initialized Bonobo accessibility support initialized --------------------------------------------------
I should note that Avahi is not running.
From src/bookmarks/ephy-bookmarks.c: if (gnome_vfs_dns_sd_resolve (&reshandle, service->name, service->type, service->domain, SD_RESOLVE_TIMEOUT, (GnomeVFSDNSSDResolveCallback) resolve_cb, data, (GDestroyNotify) g_free) != GNOME_VFS_OK) { ephy_node_unref (node); g_free (data); return; } The code looks ok... after all the error is that the service couldn't be created (presumably because of the lack of avahi). I guess this is a bug in gnome-vfs, but I really don't know, I'm just guessing :).
> Starting Epiphany with G_DEBUG=fatal_warnings And gnome-vfs warns when avahi doesn't run. => crashes, as instructed. If you want to catch traces from warnings etc you don't want G_DEBUG, just set EPHY_DEBUG_BREAK=trap and run ephy in gdb.
I don't use G_DEBUG, except for now when I wanted to get the trace for this bug report ;)
Oh, so the warning is the bug. Then it's a dup of some bug in gnome-vfs (don't have the # right now.)
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 327414 ***