Re: kernel BUG at net/core/dev.c:1383 skb_checksum_help: BUG_ON(offset > (int)skb->len)

2007-10-15 Thread Ilpo Järvinen
On Mon, 15 Oct 2007, Guillaume Chazarain wrote: > Le Mon, 15 Oct 2007 13:15:05 +0300 (EEST), > "Ilpo Järvinen" <[EMAIL PROTECTED]> a écrit : > > > ...Never mind, noticed the fix later on. > > Yes, but here is it anyway, in case you see something fishy. > > (gdb) p *(struct tcp_sock *)skb->sk >

Re: kernel BUG at net/core/dev.c:1383 skb_checksum_help: BUG_ON(offset > (int)skb->len)

2007-10-15 Thread Guillaume Chazarain
Le Mon, 15 Oct 2007 13:15:05 +0300 (EEST), "Ilpo Järvinen" <[EMAIL PROTECTED]> a écrit : > ...Never mind, noticed the fix later on. Yes, but here is it anyway, in case you see something fishy. (gdb) p *(struct tcp_sock *)skb->sk $4 = {inet_conn = {icsk_inet = {sk = {__sk_common = {skc_family =

Re: kernel BUG at net/core/dev.c:1383 skb_checksum_help: BUG_ON(offset > (int)skb->len)

2007-10-15 Thread Ilpo Järvinen
On Mon, 15 Oct 2007, Ilpo Järvinen wrote: > > prior_in_flight = 4111991984 > > This one doesn't look very sane number... But it may well be ok due to > some compiler trick (dunno)... Just for completeness, could you print > tcp_sock contents too so I could briefly have a look (though I

Re: kernel BUG at net/core/dev.c:1383 skb_checksum_help: BUG_ON(offset > (int)skb->len)

2007-10-15 Thread Ilpo Järvinen
On Sun, 14 Oct 2007, Guillaume Chazarain wrote: > > #0 skb_checksum_help (skb=0xc73c8cb0) at net/core/dev.c:1383 > > 1383BUG_ON(offset > (int)skb->len); > > This same crash > (http://marc.info/?l=linux-netdev&m=119167366621392&w=2) happened > again, this time with a recent git > (d77

Re: kernel BUG at net/core/dev.c:1383 skb_checksum_help: BUG_ON(offset > (int)skb->len)

2007-10-14 Thread Guillaume Chazarain
Le Sun, 14 Oct 2007 19:26:40 +0200, Guillaume Chazarain <[EMAIL PROTECTED]> a écrit : > #0 0xc02c9d5e in skb_checksum_help (skb=0xe218dcb0) at net/core/dev.c:1372 > 1372BUG_ON(offset > (int)skb->len); Just another data point, it seems that running the standard Bittorrent client helps