* The "retrans_out leaked."
@ 2002-10-20 4:28 Xiaoliang (David) Wei
0 siblings, 0 replies; only message in thread
From: Xiaoliang (David) Wei @ 2002-10-20 4:28 UTC (permalink / raw)
To: netdev
Hi Everyone,
I tried to change tcp with a tentative congestion control algorithm.
But sometimes, I got "retrans_out leaked." message, followed by series of
"KERNEL: assertion ((int)tcp_packets_in_flight(tp) >= 0) failed at
tcp_input.c" (generated at the end of tcp_sacktag_write_queue, where there
are serveral assertions:
#if FASTRETRANS_DEBUG > 0
BUG_TRAP((int)tp->sacked_out >= 0);
BUG_TRAP((int)tp->lost_out >= 0);
BUG_TRAP((int)tp->retrans_out >= 0);
BUG_TRAP((int)tcp_packets_in_flight(tp) >= 0);
#endif )
Then, after a long list of such assertion failure, the kernel crashed
with some message saying intterupt handler error....
Can anyone tell me what's the possible problems? Also, how inaccurate
is the packets_in_flight() calculation? Can it be negative?
Thank you very much.
Xiaoliang (David) Wei Graduate Student in CS@Caltech
http://www.cs.caltech.edu/~weixl
====================================================
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-10-20 4:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-20 4:28 The "retrans_out leaked." Xiaoliang (David) Wei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).