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 661118 - bluetooth-sendto crashed with SIGSEGV in adapter_changed()
bluetooth-sendto crashed with SIGSEGV in adapter_changed()
Status: RESOLVED DUPLICATE of bug 654172
Product: gnome-bluetooth
Classification: Core
Component: general
3.2.x
Other Linux
: Normal critical
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2011-10-06 19:40 UTC by Pedro Villavicencio
Modified: 2011-10-19 14:32 UTC
See Also:
GNOME target: ---
GNOME version: 3.1/3.2


Attachments
lib: Disconnect signals from adapters and devices on finalize (1.83 KB, patch)
2011-10-07 13:52 UTC, Vincent Untz
none Details | Review

Description Pedro Villavicencio 2011-10-06 19:40:43 UTC
this report has been filed here:

https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/853756

"I did the system check. Trying to send a document to another PC program crashed"

last dup is with: gnome-bluetooth 3.2.0-0ubuntu1

".

Thread 1 (Thread 0x7f796de18940 (LWP 3920))

  • #0 adapter_changed
    at bluetooth-client.c line 623
  • #1 marshal_dbus_message_to_g_marshaller
    at dbus-gproxy.c line 1733
  • #2 g_closure_invoke
    at /build/buildd/glib2.0-2.29.92/./gobject/gclosure.c line 774
  • #3 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.29.92/./gobject/gsignal.c line 3272
  • #4 g_signal_emit_valist
    at /build/buildd/glib2.0-2.29.92/./gobject/gsignal.c line 3003
  • #5 g_signal_emit
    at /build/buildd/glib2.0-2.29.92/./gobject/gsignal.c line 3060
  • #6 dbus_g_proxy_emit_remote_signal
    at dbus-gproxy.c line 1786
  • #7 dbus_g_proxy_manager_filter
    at dbus-gproxy.c line 1353
  • #8 dbus_g_proxy_manager_filter
    at dbus-gproxy.c line 1194
  • #9 dbus_connection_dispatch
    at ../../dbus/dbus-connection.c line 4603
  • #10 message_queue_dispatch
    at dbus-gmain.c line 90
  • #11 g_main_dispatch
    at /build/buildd/glib2.0-2.29.92/./glib/gmain.c line 2441
  • #12 g_main_context_dispatch
    at /build/buildd/glib2.0-2.29.92/./glib/gmain.c line 3011
  • #13 g_main_context_iterate
    at /build/buildd/glib2.0-2.29.92/./glib/gmain.c line 3089
  • #14 g_main_loop_run
    at /build/buildd/glib2.0-2.29.92/./glib/gmain.c line 3297
  • #15 gtk_main
    at /build/buildd/gtk+3.0-3.1.90/./gtk/gtkmain.c line 1367
  • #16 main
    at main.c line 854

Comment 1 Vincent Untz 2011-10-07 13:06:09 UTC
Same issue in openSUSE 12.1 with 3.2.0.
Comment 2 Vincent Untz 2011-10-07 13:52:04 UTC
Created attachment 198532 [details] [review]
lib: Disconnect signals from adapters and devices on finalize

While I'm not fan of this way of doing things, that's also how it's done for the manager, so...

Note that I'm unsure if it's totally okay, as I get "Connection refused (111)" errors now, but it might be unrelated.
Comment 3 Bastien Nocera 2011-10-19 14:32:59 UTC
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 bug 654172 ***