From owner-freebsd-current@FreeBSD.ORG Tue Apr 27 13:32:51 2004 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 B792B16A4CF for ; Tue, 27 Apr 2004 13:32:51 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F4343D45 for ; Tue, 27 Apr 2004 13:32:51 -0700 (PDT) (envelope-from max@love2party.net) Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BIZG6-00046l-00; Tue, 27 Apr 2004 22:32:50 +0200 Received: from [80.131.153.183] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1BIZG5-0007kk-00; Tue, 27 Apr 2004 22:32:50 +0200 From: Max Laier To: freebsd-current@freebsd.org Date: Tue, 27 Apr 2004 22:33:49 +0000 User-Agent: KMail/1.6.1 References: <20040427025951.F756@fw.reifenberger.com> In-Reply-To: <20040427025951.F756@fw.reifenberger.com> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_U/tjAqd5W0AscMp"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404272233.56765.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:e28873fbe4dbe612ce62ab869898ff08 cc: Michael Reifenberger Subject: Re: panics using pf 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: Tue, 27 Apr 2004 20:32:51 -0000 --Boundary-02=_U/tjAqd5W0AscMp Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 27 April 2004 01:04, Michael Reifenberger wrote: > Hi, > I get the attached panics after some time ( max. 1 hour )when using pf(4). > I do not get them, when using ipf(4). > > Any clues? > #6 0xc0641d92 in nd6_slowtimo (ignored_arg=3D0x0)=20 > at ../../../netinet6/nd6.c:1800=20 > nd6if =3D (struct nd_ifinfo *) 0xc43221c0 > ifp =3D (struct ifnet *) 0xc4529c00 Okay ... this indicads that ifp->if_afdata[AF_INET6] is uninitialized, whic= h=20 should not be the case when the slowtimo runs. As you told me off-list=20 (before I realized that you sent it to -current as well) this happens for t= he=20 pflog0 interface. Still that should not happen and I wonder if it's got to = do=20 with the lately reported problems with a cleanup commit to nd6.c. So the question is, are you seeing this with nd6.c, rev. 1.42? Does upping = to=20 1.43 help? Does rolling back to April, 24th help? =46or the record, on my system (week-old -currnet) pflog0->if_afdata[AF_INE= T6]=20 if initialized okay. TIA =2D-=20 Best regards, | mlaier@freebsd.org Max Laier | ICQ #67774661 http://pf4freebsd.love2party.net/ | mlaier@EFnet --Boundary-02=_U/tjAqd5W0AscMp Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAjt/UXyyEoT62BG0RAq10AJ9eDTO32cp7LzOHdzaT7NdU5+vy6gCbBoBm ZlYWiqTwSghzYz2wnc0L2w8= =wOx7 -----END PGP SIGNATURE----- --Boundary-02=_U/tjAqd5W0AscMp--