Bug 9853

Summary: KERNEL: assertion ((int)tcp_packets_in_flight(tp) >= 0) failed at net/ipv4/tcp_input.c (1274)
Product: Networking Reporter: Krzysztof Oledzki (ole)
Component: IPV4Assignee: Stephen Hemminger (stephen)
Status: CLOSED CODE_FIX    
Severity: normal CC: protasnb
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.22.15 Subsystem:
Regression: --- Bisected commit-id:
Bug Depends on: 10875    
Bug Blocks:    

Description Krzysztof Oledzki 2008-01-30 13:33:59 UTC
KERNEL: assertion ((int)tcp_packets_in_flight(tp) >= 0) failed at net/ipv4/tcp_input.c (1274) 

Maybe it is somehow related to:
http://www.mail-archive.com/netdev@vger.kernel.org/msg57851.html
Comment 1 Stephen Hemminger 2008-01-30 13:38:53 UTC
Probably fixed by Ilpo in later kernel versions.
Comment 2 Ilpo Järvinen 2008-04-08 01:54:29 UTC
Another potential cause could be the problem reported in Bug #10384

The patch however, wouldn't work as is with 2.6.22.
Comment 3 Natalie Protasevich 2008-06-02 08:25:06 UTC
Krzysztof, have you tested latest kernel by chance, has the problem gone away with all relevant patches incorporated?
Comment 4 Krzysztof Oledzki 2008-06-08 06:02:33 UTC
Not yet, as I hit another problems so I have not been able to do it. Hopefully, there is only one left.
Comment 5 Krzysztof Oledzki 2008-07-16 07:36:43 UTC
Fixed in more recent kernels.