Date: Tue, 27 Apr 2004 22:33:49 +0000 From: Max Laier <max@love2party.net> To: freebsd-current@freebsd.org Cc: Michael Reifenberger <mike@Reifenberger.com> Subject: Re: panics using pf Message-ID: <200404272233.56765.max@love2party.net> In-Reply-To: <20040427025951.F756@fw.reifenberger.com> References: <20040427025951.F756@fw.reifenberger.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404272233.56765.max>