All of lore.kernel.org
 help / color / mirror / Atom feed
* 'err=-113 after ccid_hc_tx_packet_sent'
@ 2008-03-12 22:19 Steven Brown
  2008-03-13  7:38 ` Gerrit Renker
  0 siblings, 1 reply; 2+ messages in thread
From: Steven Brown @ 2008-03-12 22:19 UTC (permalink / raw)
  To: dccp

I've been seeing these errors fairly regularly in all the kernels I've
tried it with for the past few months (the most recent being the test
tree as of 2008-03-04) - I suspect that it's also the cause of close() 
sometimes blocking (can be ^Ced).  Using the default settings (CCID2, 
etc.) with an updated .config from Debian's 2.6.24.

BUG: err=-113 after ccid_hc_tx_packet_sent at
net/dccp/output.c:280/dccp_write_xmit()
Pid: 14115, comm: test Not tainted 2.6.25-rc3-dccp-200803041 #3
  [<d0141401>] ccid2_hc_tx_packet_sent+0x0/0xad [dccp_ccid2]
  [<d01551f7>] dccp_write_xmit+0x21e/0x29a [dccp]
  [<c024909d>] lock_sock_nested+0x75/0x7c
  [<c024d611>] memcpy_fromiovec+0x28/0x4b
  [<d01567a3>] dccp_sendmsg+0x127/0x14b [dccp]
  [<c0288ce4>] inet_sendmsg+0x35/0x3f
  [<c02475d0>] sock_sendmsg+0xc6/0xe0
  [<c012784f>] autoremove_wake_function+0x0/0x2d
  [<c016c999>] core_sys_select+0x1d0/0x2a4
  [<c0172ee8>] mntput_no_expire+0x11/0x55
  [<c0247e86>] sys_sendto+0xf9/0x124
  [<c012784f>] autoremove_wake_function+0x0/0x2d
  [<c0247eca>] sys_send+0x19/0x1d
  [<c024874d>] sys_socketcall+0xed/0x19e
  [<c0104792>] syscall_call+0x7/0xb


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 'err=-113 after ccid_hc_tx_packet_sent'
  2008-03-12 22:19 'err=-113 after ccid_hc_tx_packet_sent' Steven Brown
@ 2008-03-13  7:38 ` Gerrit Renker
  0 siblings, 0 replies; 2+ messages in thread
From: Gerrit Renker @ 2008-03-13  7:38 UTC (permalink / raw)
  To: dccp

Thanks for reporting. Just a few days ago there was a discussion on the
same issue where someone (rightly) pointed out that this `BUG' message
is in fact a `debug' message.

What it reports is the return value of ip_queue_xmit() (DCCPv4) or
inet6_csk_xmit() (DCCPv6). You are most likely using DCCPv4, since the
value 113 corresponds to 

include/asm-generic/errno.h:#define     EHOSTUNREACH    113     /* No route to host */

There may be a routing problem involved in this. The issue has been
fixed in the test tree, where the value is not confusingly reported
as a BUG (there is no BUG here, just missing connectivity).


Quoting Steven Brown:
| I've been seeing these errors fairly regularly in all the kernels I've
| tried it with for the past few months (the most recent being the test
| tree as of 2008-03-04) - I suspect that it's also the cause of close() 
| sometimes blocking (can be ^Ced).  Using the default settings (CCID2, 
| etc.) with an updated .config from Debian's 2.6.24.
| 
| BUG: err=-113 after ccid_hc_tx_packet_sent at
| net/dccp/output.c:280/dccp_write_xmit()
| Pid: 14115, comm: test Not tainted 2.6.25-rc3-dccp-200803041 #3
|  [<d0141401>] ccid2_hc_tx_packet_sent+0x0/0xad [dccp_ccid2]
|  [<d01551f7>] dccp_write_xmit+0x21e/0x29a [dccp]
|  [<c024909d>] lock_sock_nested+0x75/0x7c
|  [<c024d611>] memcpy_fromiovec+0x28/0x4b
|  [<d01567a3>] dccp_sendmsg+0x127/0x14b [dccp]
|  [<c0288ce4>] inet_sendmsg+0x35/0x3f
|  [<c02475d0>] sock_sendmsg+0xc6/0xe0
|  [<c012784f>] autoremove_wake_function+0x0/0x2d
|  [<c016c999>] core_sys_select+0x1d0/0x2a4
|  [<c0172ee8>] mntput_no_expire+0x11/0x55
|  [<c0247e86>] sys_sendto+0xf9/0x124
|  [<c012784f>] autoremove_wake_function+0x0/0x2d
|  [<c0247eca>] sys_send+0x19/0x1d
|  [<c024874d>] sys_socketcall+0xed/0x19e
|  [<c0104792>] syscall_call+0x7/0xb
| 
| --
| To unsubscribe from this list: send the line "unsubscribe dccp" in
| the body of a message to majordomo@vger.kernel.org
| More majordomo info at  http://vger.kernel.org/majordomo-info.html
| 

-- 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-13  7:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-12 22:19 'err=-113 after ccid_hc_tx_packet_sent' Steven Brown
2008-03-13  7:38 ` Gerrit Renker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.