* [Bluez-users] sdpd reliably crashes when scanned by Garmin iQue M5
@ 2006-06-14 12:24 James Blackwell
2006-06-17 10:24 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: James Blackwell @ 2006-06-14 12:24 UTC (permalink / raw)
To: bluez-users
[-- Attachment #1.1: Type: text/plain, Size: 2706 bytes --]
Hello all!
I'm having a bit of a problem with sdpd (actually, have had for about two
yes). Each time I scan my laptop with my Garmin iQueue M5 (pocketpc), sdpd
seems to lock up. This problem doesn't show itself when I scan outwards
from the laptop to other bluetooth devices. obexftp seems to also work
fine. I can even connect to the 3G network over my cell phone to get on
the internet. But any time I launch BTExplorer and try and scan my laptop,
sdpd goes to 100% cpu usage.
System: Ubuntu Dapper
bluez-utils version: bluez-utils_2.24-0ubuntu6_i386.deb
Laptop: Sony Vaio VGN-T350P w/ Builtin Bluetooth
Kernel: 2.6.15-23-686 #1 SMP PREEMPT
I think the device is an internal usb device identified as:
Bus 003 Device 002: ID 044e:3007 Alps Electric Co., Ltd
(bDeviceProtocol is Bluetooth and the iProduct is "UGX"
Here is a systace of the last thing sdpd did before it ended up in a loop:
Process 5854 attached - interrupt to quit
select(3, [0 1 2], NULL, NULL, NULL) = 1 (in [0])
accept(0, {sa_family=AF_BLUETOOTH,
sa_data="\1\0E\2\1O\5\0\364\267\r\222\4\10"}, [10]) = 4
select(5, [0 1 2 4], NULL, NULL, NULL) = 1 (in [4])
recv(4, "\6\0\36\0\33", 5, MSG_PEEK) = 5
recv(4, "\6\0\36\0\0335\3\31\1\0\7\3505\21\t\0\1\t\0\4\t\0\t\t\0"..., 32,
0) = 32
getpeername(4, {sa_family=AF_BLUETOOTH,
sa_data="\1\0E\2\1O\5\0\364\267\r\222\4\10"}, [10]) = 0
getsockopt(4, SOL_TCP, TCP_NODELAY, "\0\10\240\2\377\377\0\0", [8]) = 0
getsockname(4, {sa_family=AF_BLUETOOTH,
sa_data="\1\0\335\320(J\1\0\0\10\240\2\377\377"}, [10]) = 0
brk(0x8090000) = 0x8090000
mmap2(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0xb7e18000
brk(0x8080000) = 0x8080000
mremap(0xb7e18000, 200704, 200704, MREMAP_MAYMOVE) = 0xb7e18000
mremap(0xb7e18000, 200704, 200704, MREMAP_MAYMOVE) = 0xb7e18000
mremap(0xb7e18000, 200704, 204800, MREMAP_MAYMOVE) = 0xb7de6000
mremap(0xb7de6000, 204800, 204800, MREMAP_MAYMOVE) = 0xb7de6000
mremap(0xb7de6000, 204800, 204800, MREMAP_MAYMOVE) = 0xb7de6000
mremap(0xb7de6000, 204800, 204800, MREMAP_MAYMOVE) = 0xb7de6000
mremap(0xb7de6000, 204800, 208896, MREMAP_MAYMOVE) = 0xb7de6000
mremap(0xb7de6000, 208896, 208896, MREMAP_MAYMOVE) = 0xb7de6000
mremap(0xb7de6000, 208896, 208896, MREMAP_MAYMOVE) = 0xb7de6000
mremap(0xb7de6000, 208896, 208896, MREMAP_MAYMOVE) = 0xb7de6000
Process 5854 detached
Thanks in advance and Regards,
James
--
My home page: <a href="http://jblack.linuxguru.net">James Blackwell</a>
Gnupg 06357400 F-print AAE4 8C76 58DA 5902 761D 247A 8A55 DA73 0635 7400
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 191 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [Bluez-users] sdpd reliably crashes when scanned by Garmin iQue M5
2006-06-14 12:24 [Bluez-users] sdpd reliably crashes when scanned by Garmin iQue M5 James Blackwell
@ 2006-06-17 10:24 ` Marcel Holtmann
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2006-06-17 10:24 UTC (permalink / raw)
To: BlueZ users
Hi James,
> I'm having a bit of a problem with sdpd (actually, have had for about two
> yes). Each time I scan my laptop with my Garmin iQueue M5 (pocketpc), sdpd
> seems to lock up. This problem doesn't show itself when I scan outwards
> from the laptop to other bluetooth devices. obexftp seems to also work
> fine. I can even connect to the 3G network over my cell phone to get on
> the internet. But any time I launch BTExplorer and try and scan my laptop,
> sdpd goes to 100% cpu usage.
we might have fixed that, but maybe we don't. Make sure that you run the
latest CVS version of bluez-libs and bluez-utils and start sdpd with gdb
in the foreground. If you see sdpd busy looping then stop it and get the
backtrace for it.
Regards
Marcel
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-17 10:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-14 12:24 [Bluez-users] sdpd reliably crashes when scanned by Garmin iQue M5 James Blackwell
2006-06-17 10:24 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox