Bug 9853 - KERNEL: assertion ((int)tcp_packets_in_flight(tp) >= 0) failed at net/ipv4/tcp_input.c (1274)
Summary: KERNEL: assertion ((int)tcp_packets_in_flight(tp) >= 0) failed at net/ipv4/tc...
Status: CLOSED CODE_FIX
Alias: None
Product: Networking
Classification: Unclassified
Component: IPV4 (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Stephen Hemminger
URL:
Keywords:
Depends on: 10875
Blocks:
  Show dependency tree
 
Reported: 2008-01-30 13:33 UTC by Krzysztof Oledzki
Modified: 2008-07-16 07:37 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.22.15
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

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.

Note You need to log in before you can comment on or make changes to this bug.