From owner-freebsd-current@FreeBSD.ORG Fri Nov 7 09:48:16 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B99A916A4CE; Fri, 7 Nov 2003 09:48:15 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id D12B343F3F; Fri, 7 Nov 2003 09:48:14 -0800 (PST) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id hA7Hm80x096672 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 7 Nov 2003 09:48:14 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: "Jaco H. van Tonder" , "FreeBSD-Hackers" Date: Fri, 7 Nov 2003 09:50:07 -0800 User-Agent: KMail/1.5.3 References: <070401c3a546$d7e92360$3635a8c0@jaco> In-Reply-To: <070401c3a546$d7e92360$3635a8c0@jaco> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200311070950.07362.sam@errno.com> cc: freebsd-current@freebsd.org Subject: Re: [CURRENT] Panic in -CURRENT of 20031105 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 17:48:17 -0000 On Friday 07 November 2003 07:49 am, Jaco H. van Tonder wrote: > Hi All, > > I get panics at random times of the day with -CURRENT from 20031105, with > absolutely no load on the machine. > > The machine acts as a dial-up server/gateway/firewall for my local lan. I > managed to get a coredump. > > The contents of the rt pointer passed to RTFREE() does really not look > right to me. These in particular: > rt_llinfo =3D 0xc0f95880 "\220=C7=BC=C1\200q=F9=C0" > rn_Key =3D 0xc1bcc7a0 "0A=F9=C08A=F9=C0" > > Anyone got any ideas? This looks like the problem I fixed yesterday. Sam