After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 349329 - Gossip crashes when exiting
Gossip crashes when exiting
Status: RESOLVED FIXED
Product: gossip
Classification: Deprecated
Component: General
0.13
Other Linux
: Normal normal
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-30 17:07 UTC by Brian Pepple
Modified: 2006-08-03 19:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brian Pepple 2006-07-30 17:07:30 UTC
When quiting Gossip, the application crashes.

Version: CVS

Here's a backtrace:

11325: assertion failed "!_dbus_transport_get_is_connected (connection->transport)" file "dbus-connection.c" line 1797 function _dbus_connection_last_unref

Program received signal SIGABRT, Aborted.
[Switching to Thread -1208883504 (LWP 11325)]
0x00a45402 in __kernel_vsyscall ()
(gdb) thread apply all bt

Thread 1 (Thread -1208883504 (LWP 11325))

  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/libc.so.6
  • #2 abort
    from /lib/libc.so.6
  • #3 dbus_malloc
    from /lib/libdbus-1.so.2
  • #4 dbus_watch_set_data
    from /lib/libdbus-1.so.2
  • #5 dbus_connection_free_preallocated_send
    from /lib/libdbus-1.so.2
  • #6 nm_proxy_notify_cb
    at gossip-dbus.c line 471
  • #7 g_object_add_weak_pointer
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_datalist_id_set_data_full
    from /usr/lib/libglib-2.0.so.0
  • #9 g_object_get_qdata
    from /usr/lib/libgobject-2.0.so.0
  • #10 dbus_g_proxy_new_for_name
    from /usr/lib/libdbus-glib-1.so.2
  • #11 g_object_unref
    from /usr/lib/libgobject-2.0.so.0
  • #12 gossip_dbus_finalize_for_session
    at gossip-dbus.c line 350
  • #13 main
    at gossip-main.c line 199

Comment 1 Richard Hult 2006-08-03 18:59:24 UTC
Hopefully fixed in CVS, I haven't been able to reproduce though.
Comment 2 Brian Pepple 2006-08-03 19:18:27 UTC
This fixed it.  Thanks.
Comment 3 Richard Hult 2006-08-03 19:21:48 UTC
Woho! :) Great :)