Re: rctest -c "Can't connect: Device or resource busy (16)"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 03/11/2014 10:14 PM, Marcel Holtmann wrote:
Hi Scott,

3.10 with bluetooth-next applied - btmon of both sides attached

I am seeing the same with bluetooth-next on a 3.13 kernel. It even has a weird pattern for me.

rctest[52844]: Connected [handle 11, class 0x000000, priority 0]
rctest[52844]: Can't connect: Device or resource busy (16)
rctest[52844]: Can't connect: Device or resource busy (16)
rctest[52844]: Can't connect: Device or resource busy (16)
rctest[52844]: Can't connect: Device or resource busy (16)
rctest[52844]: Can't connect: Device or resource busy (16)
rctest[52844]: Can't connect: Device or resource busy (16)
rctest[52844]: Can't connect: Device or resource busy (16)
rctest[52844]: Can't connect: Device or resource busy (16)
rctest[52844]: Can't connect: Device or resource busy (16)
rctest[52844]: Can't connect: Device or resource busy (16)
rctest[52844]: Can't connect: Device or resource busy (16)
rctest[52844]: Can't connect: Device or resource busy (16)
rctest[52844]: Can't connect: Connection refused (111)
rctest[52844]: Can't connect: Connection reset by peer (104)
rctest[52844]: Can't connect: Connection reset by peer (104)
rctest[52844]: Connected [handle 11, class 0x000000, priority 0]

Unfortunately I currently have no idea on why this happens. When using
SO_LINGER of 60 seconds with rctest -L 60 -c <bdaddr> I am getting some
really odd tracing behavior.

ACL Data RX: Handle 11 flags 0x02 dlen 14
       L2CAP: Command Reject (0x01) ident 7 len 6
         Reason: Invalid CID in request (0x0002)
         Destination CID: 64
         Source CID: 0

This should never happen and makes me wonder if something is
even screwed up one down in L2CAP. Do you happen to have time
to bisect this and figure out which patch introduced this behavior.

Marcel,

I'm looking into this on the assumption I broke something in
the refactor of __rfcomm_dlc_close.

I can reproduce this and looking at the kernel trace shows
that that UA reply of the dlc DISC is not being processed, because
the rfcomm thread is not getting scheduled, but I'm not sure where
that was supposed to happen.

IOW,

rctest -r                            |  rctest -c xx:xx:....
                                     |  ...
                                     |  rfcomm_sock_shutdown
                                     |    __rfcomm_sock_close
                                     |      rfcomm_dlc_close dlci 20
                                     |        __rfcomm_dlc_close
                                     |          rfcomm_send_disc dlci 20
rfcomm_recv_disc state 1 dlci 20     |
  rfcomm_send_ua dlci 20             |
  __rfcomm_dlc_close state 9         |
  rfcomm_dlc_unlink                  |
  ...                                |  UA never shows up here because
                                     |  rfcomm_process_sessions isn't run
                                     |  so rfcomm_recv_ua never happens

Regards,
Peter Hurley

--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux