Date: Thu, 10 Oct 1996 14:09:31 PDT From: Bill Fenner <fenner@parc.xerox.com> To: current@freebsd.org, hackers@freebsd.org, karl@mcs.net Subject: Re: Crash in -current (from the current SNAP) Message-ID: <96Oct10.140932pdt.177476@crevenia.parc.xerox.com>
next in thread | raw e-mail | index | archive | help
>>>> (*inetsw[ip_protox[ip->ip_p]].pr_input)(m, hlen); >What's going on here? Either ip_protox[ip->ip_p] is out of range (should be 1..7 or 8 depending on if what options you have in your kernel), or inetsw[ip_protox[ip->ip_p]].pr_input is. >Given that it is a timeout call that is generating this, why do I think >this has something to do with the anti-syn patches? Nope, this is a software interrupt causing IP to service its input queue. Bill
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?96Oct10.140932pdt.177476>