Re: Current git tree oopses in tcp_time_to_recover

2005-09-09 Thread Michal Piotrowski
Hi, On 09/09/05, Michal Piotrowski <[EMAIL PROTECTED]> wrote: > It appears when I try to download gnome-2.12 from bittorrent. I tried to > download openoffice from bt and everything was ok. I have tried to download other big iso file from bt and problem still appears. It's not gnome-2.12 specifi

Re: Current git tree oopses in tcp_time_to_recover

2005-09-09 Thread Michal Piotrowski
Hi, Herbert Xu napisaƂ(a): On Thu, Sep 08, 2005 at 01:31:26PM -0700, David S. Miller wrote: From: Dave Hansen <[EMAIL PROTECTED]> Date: Thu, 08 Sep 2005 07:02:17 -0700 KERNEL: assertion ((int)tp->lost_out >= 0) failed at net/ipv4/tcp_input.c (2148) So tp->lost_out went negative, didn't we

Re: Current git tree oopses in tcp_time_to_recover

2005-09-08 Thread David S. Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Fri, 9 Sep 2005 07:46:24 +1000 > On Thu, Sep 08, 2005 at 01:31:26PM -0700, David S. Miller wrote: > > From: Dave Hansen <[EMAIL PROTECTED]> > > Date: Thu, 08 Sep 2005 07:02:17 -0700 > > > > > KERNEL: assertion ((int)tp->lost_out >= 0) failed at net/ipv4/

Re: Current git tree oopses in tcp_time_to_recover

2005-09-08 Thread Herbert Xu
On Thu, Sep 08, 2005 at 01:31:26PM -0700, David S. Miller wrote: > From: Dave Hansen <[EMAIL PROTECTED]> > Date: Thu, 08 Sep 2005 07:02:17 -0700 > > > KERNEL: assertion ((int)tp->lost_out >= 0) failed at net/ipv4/tcp_input.c > > (2148) > > So tp->lost_out went negative, didn't we discuss to deat

Re: Current git tree oopses in tcp_time_to_recover

2005-09-08 Thread David S. Miller
From: Dave Hansen <[EMAIL PROTECTED]> Date: Thu, 08 Sep 2005 07:02:17 -0700 > KERNEL: assertion ((int)tp->lost_out >= 0) failed at net/ipv4/tcp_input.c > (2148) So tp->lost_out went negative, didn't we discuss to death last week how this was impossible? :-) - To unsubscribe from this list: send

Current git tree oopses in tcp_time_to_recover

2005-09-08 Thread Dave Hansen
I've noticed two oopses with a git tree I pulled yesterday. Last commit: 4706df3d3c42af802597d82c8b1542c3d52eab23 Probably the same bug as the one that Andrew Morton forwarded here: http://marc.theaimsgroup.com/?l=linux-netdev&m=112618307911533&w=2 I see a bunch of assertion failures, followed