tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: panic: tcp_output REXMT



On Aug 30,  3:02pm, bouyer%antioche.eu.org@localhost (Manuel Bouyer) wrote:
-- Subject: Re: panic: tcp_output REXMT

| > I thought that there was a race in the timer reset code that I fixed
| > a while ago. I never got that particular panic though.
| 
| Would it be this commit ?
| revision 1.109
| date: 2004/03/30 19:58:14;  author: christos;  state: Exp;  lines: +3 -3
| Make sure we disarm the persist timer before we arm the rexmit
| timer, otherwise there is a tiny window where both timers are
| active, and this is not correct according to the comments in the
| code. I believe that this is the cause of the to_ticks <= 0 assertion
| failure in callout_schedule() that I've been getting.
| 
| If so, it's before netbsd-3 was branched ...

Ok, then it is something different.

christos


Home | Main Index | Thread Index | Old Index