From owner-freebsd-current Fri Oct 11 02:35:33 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA03269 for current-outgoing; Fri, 11 Oct 1996 02:35:33 -0700 (PDT) Received: from mail11.digital.com (mail11.digital.com [192.208.46.10]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA03254 for ; Fri, 11 Oct 1996 02:35:29 -0700 (PDT) From: garyj@frt.dec.com Received: from cssmuc.frt.dec.com by mail11.digital.com (8.7.5/UNX 1.2/1.0/WV) id FAA04488; Fri, 11 Oct 1996 05:35:06 -0400 (EDT) Received: from localhost by cssmuc.frt.dec.com; (5.65v3.2/1.1.8.2/14Nov95-0232PM) id AA32112; Fri, 11 Oct 1996 11:34:55 +0200 Message-Id: <9610110934.AA32112@cssmuc.frt.dec.com> X-Mailer: exmh version 1.6.4 10/10/95 To: current@freebsd.org In-Reply-To: Message from Karl Denninger of Thu, 10 Oct 96 16:39:27 CDT. Reply-To: gjennejohn@frt.dec.com Subject: Re: Crash in -current (from the current SNAP) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Oct 96 11:34:54 +0200 X-Mts: smtp Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk karl@mcs.net writes: > > >>>>> (*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. > > [snip] I don't knwo whether this will help, but I saw the same thing when I upgraded my kernel using the latest sources on Wednesday (except it was udp, not tcp). The problems went away after I re-made the LKMs. The crash was being caused by an NFS access from a client. Since then I haven't had any more crashes. --- Gary Jennejohn (work) gjennejohn@frt.dec.com (home) Gary.Jennejohn@munich.netsurf.de (play) gj@freebsd.org