From owner-freebsd-bugs Wed Nov 27 13:30:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA13562 for bugs-outgoing; Wed, 27 Nov 1996 13:30:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA13556; Wed, 27 Nov 1996 13:30:03 -0800 (PST) Date: Wed, 27 Nov 1996 13:30:03 -0800 (PST) Message-Id: <199611272130.NAA13556@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: kern/2113: 2-ether router crashes almost immediately after Gated starts with OSPF Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/2113; it has been noted by GNATS. From: Bill Fenner To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/2113: 2-ether router crashes almost immediately after Gated starts with OSPF Date: Wed, 27 Nov 1996 12:28:55 PST Andrew, Have you updated your kernel since the 960612-SNAP? Could you try updating your sources with cvsup and building a -current kernel, or failing that, applying the patch at http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet/if_ether.c?r1=1.31&r2=1.32 to your /sys/netinet/if_ether.c? Assuming that the traceback that you posted was slightly wrong, this looks like a bug that was fixed right after the 960612-SNAP. (if you want to verify, go back to that dump, go to frame 4, say "frame frame->tf_ebp frame->tf_eip", and then do a "where", the dump would be in arpresolve(), trying to deference rt0). Bill