Bug 701634

Summary: [abrt] gnome-bluetooth-3.0.0-1.fc15: mount_finish_cb: Process /usr/bin/bluetooth-applet was killed by signal 11 (SIGSEGV)
Product: [Fedora] Fedora Reporter: Santiago Lunar <santiago.lunar.m>
Component: gnome-bluetoothAssignee: Bastien Nocera <bnocera>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: bnocera
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:0ce4a4c8f7a392207d558a36c572678c57af0835
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-03 15:37:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: event_log
none
File: dsos
none
File: maps
none
File: backtrace none

Description Santiago Lunar 2011-05-03 12:32:30 UTC
abrt version: 2.0.1
comment: Bonded with device
executable: /usr/bin/bluetooth-applet
cmdline: bluetooth-applet
component: gnome-bluetooth
package: gnome-bluetooth-3.0.0-1.fc15
crash_function: mount_finish_cb
kernel: 2.6.38.4-20.fc15.i686.PAE
reason: Process /usr/bin/bluetooth-applet was killed by signal 11 (SIGSEGV)
uid: 500
username: santiago
architecture: i686
os_release: Fedora release 15 (Lovelock)
time: 1304353227
rating: 4

Text file: event_log, 11258 bytes
Binary file: coredump, 20320256 bytes
Text file: dsos, 15070 bytes
Text file: maps, 16750 bytes
Text file: backtrace, 13574 bytes

environ
-----
XDG_SESSION_ID=3
SSH_AGENT_PID=4221
HOSTNAME=carite
IMSETTINGS_INTEGRATE_DESKTOP=yes
GPG_AGENT_INFO=/tmp/gpg-eY5Xq4/S.gpg-agent:4247:1
GLADE_PIXMAP_PATH=:
XDG_MENU_PREFIX=xfce-
TERM=dumb
SHELL=/bin/bash
HISTSIZE=1000
XDG_SESSION_COOKIE=1a48cb8493ca2b188b95f8ed00000012-1304352113.386226-1054517380
GNOME_KEYRING_CONTROL=/tmp/keyring-IJemSe
IMSETTINGS_MODULE=none
USER=santiago
GLADE_MODULE_PATH=:
SSH_AUTH_SOCK=/tmp/ssh-fmpQpx4104/agent.4104
USERNAME=santiago
XDG_CONFIG_DIRS=/etc/xdg
MAIL=/var/spool/mail/santiago
DESKTOP_SESSION=xfce
PATH=/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
QT_IM_MODULE=xim
PWD=/home/santiago
XMODIFIERS=@im=none
KDE_IS_PRELINKED=1
LANG=es_ES.UTF-8
GNOME_KEYRING_PID=4095
GDM_LANG=
KDEDIRS=/usr
GDMSESSION=xfce
HISTCONTROL=ignoredups
SHLVL=2
HOME=/home/santiago
GTK_PATH=:/usr/lib/gtk-2.0
LOGNAME=santiago
CVS_RSH=ssh
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-1A7ON8ndV3,guid=b4969364c95f5821ad9e7b5e00000c60
XDG_DATA_DIRS=/usr/local/share:/usr/share
'LESSOPEN=||/usr/bin/lesspipe.sh %s'
WINDOWPATH=7
XDG_RUNTIME_DIR=/run/user/santiago
GLADE_CATALOG_PATH=:
LIBGLADE_MODULE_PATH=:
GTK_IM_MODULE=gtk-im-context-simple
G_BROKEN_FILENAMES=1
XAUTHORITY=/var/run/gdm/auth-for-santiago-D1xxXq/database
_=/usr/bin/xfce4-session
SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/4258,unix/unix:/tmp/.ICE-unix/4258
DISPLAY=:0.0

Comment 1 Santiago Lunar 2011-05-03 12:32:33 UTC
Created attachment 496514 [details]
File: event_log

Comment 2 Santiago Lunar 2011-05-03 12:32:36 UTC
Created attachment 496515 [details]
File: dsos

Comment 3 Santiago Lunar 2011-05-03 12:32:39 UTC
Created attachment 496516 [details]
File: maps

Comment 4 Santiago Lunar 2011-05-03 12:32:41 UTC
Created attachment 496517 [details]
File: backtrace

Comment 5 Santiago Lunar 2011-05-03 13:08:20 UTC
Package: gnome-bluetooth-3.0.0-1.fc15
Architecture: i686
OS Release: Fedora release 15 (Lovelock)


Comment
-----
Bonded with device

Comment 6 Bastien Nocera 2011-05-03 15:37:35 UTC
And I guess you also clicked "browse files on..." for this device. The code was very broken. This will be fixed in the next gnome-bluetooth update.

commit 6159036ca0a9cf8a0587d8f8b55607bb9f71fbf4
Author: Bastien Nocera <hadess>
Date:   Tue May 3 16:30:31 2011 +0100

    applet: Remove broken use of bluetooth_applet_browse_address()
    
    The bluetooth_applet_browse_address() code already calls
    gtk_show_uri(), so there's no need for us to do it, and certainly
    no need to do it in a way that wouldn't work and crash.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=701634