bluetooth-sendto dialog is not closed after transfer is finished.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
obexd (Ubuntu) |
Fix Released
|
Low
|
Baptiste Mille-Mathias | ||
Lucid |
Fix Released
|
Low
|
Baptiste Mille-Mathias |
Bug Description
Binary package hint: gnome-bluetooth
Trying to send a file to my Nokia 6500c with bluetooth-sendto (gnome-bluetooth 2.30.0-0ubuntu2) succeeds but does not terminate after the transfer. The transfer window with the "Cancel" button remains on screen until closed manually. The BT connection seems to be still open, as my mobile asks me whether I want to close it when shutting BT down.
$ bluetooth-sendto --device 00:12:34:56:78:9A ~/Documents/
** (bluetooth-
** (bluetooth-
** (bluetooth-
** (bluetooth-
** (bluetooth-
(The very same thing, minus the terminal debug output, happens when I try to send the file via the Bluetooth button / Send files to device ... in the Gnome Panel.)
A GDB session doesn't really tell much besides we're in some glib main loop, waiting in poll():
(gdb) bt
#0 0x00007ffff454ff58 in poll () from /lib/libc.so.6
#1 0x00007ffff578f4a9 in ?? () from /lib/libglib-
#2 0x00007ffff578fc55 in g_main_loop_run () from /lib/libglib-
#3 0x00007ffff76ddaf7 in gtk_main () from /usr/lib/
#4 0x00000000004073d3 in ?? ()
#5 0x00007ffff4494c4d in __libc_start_main () from /lib/libc.so.6
#6 0x00000000004058c9 in ?? ()
#7 0x00007fffffffe808 in ?? ()
#8 0x000000000000001c in ?? ()
#9 0x0000000000000004 in ?? ()
#10 0x00007fffffffeabf in ?? ()
#11 0x0000000000000000 in ?? ()
Description: Ubuntu lucid (development branch)
Release: 10.04
gnome-bluetooth 2.30.0-0ubuntu2
Changed in obexd (Ubuntu Lucid): | |
assignee: | nobody → Baptiste Mille-Mathias (bmillemathias) |
Yeah I noticed that too, need to confirm with upstream.