GNOME Bugzilla – Bug 655788
empathy-auth-client crashed with SIGABRT in __kernel_vsyscall()
Last modified: 2011-08-03 20:51:43 UTC
empathy-auth-client crashes on every empathy start with fallowing message: G_SLICE=debug-blocks /usr/lib/empathy/empathy-auth-client (empathy-auth-client:681): GLib-GObject-WARNING **: g_object_weak_unref: couldn't find weak ref 0xb730fc30(0x9de3820) (empathy-auth-client:681): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.29.14/./gobject/gclosure.c:698: unable to remove uninstalled invalidation notifier: 0xb730fb50 (0x9de3820) (empathy-auth-client:681): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `move_focus' (empathy-auth-client:681): GLib-GObject-CRITICAL **: g_signal_handler_disconnect: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (empathy-auth-client:681): GLib-GObject-CRITICAL **: g_object_weak_unref: assertion `G_IS_OBJECT (object)' failed GSlice: MemChecker: attempt to release non-allocated block: 0x9de3820 size=16 Abgebrochen (Speicherabzug geschrieben)
Created attachment 193042 [details] [review] patch v1 This patch fixes this crash.
*** Bug 643097 has been marked as a duplicate of this bug. ***
*** Bug 649383 has been marked as a duplicate of this bug. ***
My hero ! I was tracking this bug since a while and of course didn't think about such stupid mistake. Thanks a lot !
You are welcome! :)