Hi.
Fully upgraded kde 2012 latest dvd iso (no testing enabled, no out of repo compilations / apps) when trying to send files to my phone over bluetooth it crashes / closes the connection and in dmesg I get this:
obex-data-serve[3734]: segfault at 17 ip b738e456 sp bfbd8094 error 4 in libc-2.13.so[b7314000+161000]
Try it out
Make your phone discoverable
Open your terminal type in:
hcitool scanpress enter and when the device / phone is found it will give you it's mac address.
Go to dolphin and type in address bar:
obexftp://mac-address-of-the-phonemac address must be in xx-yy-xx-xx-xx-xx format with dashes insted of : example
obexftp://01-12-3c-63-8b-84now it will ask to introduce pin - do it on both devices so it pairs
Now you can browse the phone in dolphin and copy the files from phone in dolphin - now try copying the files from the pc to the phone - window will go blank like there is no content
now open terminal and type in dmesg
obex-data-serve[3734]: segfault at 17 ip b738e456 sp bfbd8094 error 4 in libc-2.13.so[b7314000+161000]
obex-data-serve[6238]: segfault at 17 ip b73d4456 sp bfa1cfa4 error 4 in libc-2.13.so[b735a000+161000]
check your phone - no file was sent and the bluetooth is disconnected - you will probably have to reboot your phone to make it connect to bluetooth again (or not ymmv)
Please upgrade and test the appropriate packages so they work nicely with each other. Not sure which ones but this seems like a good start:
[root@wishmacer andrzejl]# ls --full /lib/libc-2.13.so
-rwxr-xr-x 1 root root 1575095 2011-09-03 23:27:14.000000000 +0100 /lib/libc-2.13.so*
[root@wishmacer andrzejl]# ls --full /lib/i686/libc-2.13.so
-rw-r--r-- 1 root root 1663312 2011-09-03 23:27:14.000000000 +0100 /lib/i686/libc-2.13.so
[root@wishmacer andrzejl]# rpm -qf /lib/libc-2.13.so
glibc-2.13-4pclos2011
[andrzejl@wishmacer ~]$ rpm -qa | grep obex
obexd-0.30-1pclos2010
libobexftp0-0.23-5pclos2010
obex-data-server-0.4.6-1pclos2011
obexftp-0.23-5pclos2010
libopenobex1-1.5-4pclos2010
[andrzejl@wishmacer ~]$
More info:
http://bugs.muiline.com/view.php?id=766http://answerpot.com/showthread.php?3803281-bluetooth+copy%2Fpast+fails Cheers.
Andrzej