On Monday 19 May 2003 22:57, Wayne Stallwood wrote:
On Monday 19 May 2003 21:08, Steve Fosdick wrote:
KERNEL: assertion ((1<<sk2->state)&(TCPF_ESTABLISHED|TCPF_CLOSE_WAIT|TCPF_CLOSE)) failed at af_inet.c(689)
Does anyone know if this indicates a kernel bug, or could it just be the result of someone sending me IP packets that don't conform to the standard?
Steve I have found a patch that seems to deal with this bug (which appeared in Kernel 2.4.20 and later) It is indeed to do with unset ACK's and It's in the Debian Sparc mailing lists of all places !
Apparently it will apply to 2.4.20 or later (including 2.5.x) so maybe it's worth a go
See here
http://lists.debian.org/debian-sparc/2003/debian-sparc-200301/msg00212.html
Wayne