GNOME Bugzilla – Bug 635283
Crash when receiving a file transfer
Last modified: 2011-08-29 10:12:43 UTC
This doesn't seem to be 100% reproducible. I was playing with file transfers, sending a file from an account in gajim to an account in empathy, when empathy has crashed. I've got empathy from git master (commit b7ec8cc620c82c4c9bdb3b851b50de8b324d7add) and glib 2.27.3 from Debian (empathy:3891): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed [Thread 0x7fffe027d710 (LWP 3935) exited] Program received signal SIGSEGV, Segmentation fault. 0x00007ffff14145e8 in g_object_unref (_object=0xc5a6d0) at /home/emilio/deb/pkg-gnome/desktop/experimental/build-area/glib2.0-2.27.3/gobject/gobject.c:2647 2647 g_return_if_fail (G_IS_OBJECT (object)); (gdb) bt
+ Trace 224754
Interesting. Best to get a trace as soon as things start to get messy. Could you please start Empathy with G_DEBUG=fatal-warnings and get a new trace?
I've done it with fatal_criticals instead. Here's the trace: GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed aborting... Program received signal SIGTRAP, Trace/breakpoint trap. g_logv (log_domain=<value optimized out>, log_level=<value optimized out>, format=<value optimized out>, args1=0x7fffffffde50) at /home/emilio/deb/pkg-gnome/desktop/experimental/build-area/glib2.0-2.27.3/glib/gmessages.c:563 563 g_private_set (g_log_depth, GUINT_TO_POINTER (depth)); (gdb) bt
+ Trace 224787
Seems to be libnotify related, but I don't have debugging symbols for it. I can rebuild it though. My libnotify version is 0.7.0.
Could be related to bug #633829. Could you please update your libnotify or try with my patch?
Thanks, it doesn't seem to happen with that patch. Marking as dup. *** This bug has been marked as a duplicate of bug 633829 ***