Date: Mon, 30 Dec 2013 23:13:27 +0400 From: Gleb Smirnoff <glebius@FreeBSD.org> To: Berend de Boer <berend@pobox.com> Cc: freebsd-pf@freebsd.org Subject: Re: Network severely unstable 10.0-PRERELEASE Message-ID: <20131230191327.GC71033@glebius.int.ru> In-Reply-To: <87ob3zcavs.wl%berend@pobox.com> References: <87sitku33x.wl%berend@pobox.com> <20131225132752.GK71033@FreeBSD.org> <877gasu3oa.wl%berend@pobox.com> <20131226153155.GS71033@glebius.int.ru> <87ob3zcavs.wl%berend@pobox.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--h22Fi9ANawrtbNPX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Berend, On Mon, Dec 30, 2013 at 03:48:07PM +1300, Berend de Boer wrote: B> >>>>> "Gleb" == Gleb Smirnoff <glebius@FreeBSD.org> writes: B> B> Gleb> Can you share a vmcore from paniced FreeBSD 10 system and B> Gleb> kernel binary? B> B> My kernel config attached, freshly compiled from 10-STABLE, svn B> revision 260055. Can you please try attached patch? I hope it'll fix the panic. No idea on how good will your rule work, however. -- Totus tuus, Glebius. --h22Fi9ANawrtbNPX Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="182557.diff" Index: sys/netpfil/pf/pf_lb.c =================================================================== --- sys/netpfil/pf/pf_lb.c (revision 260055) +++ sys/netpfil/pf/pf_lb.c (working copy) @@ -663,6 +663,7 @@ notrans: uma_zfree(V_pf_state_key_z, *nkp); uma_zfree(V_pf_state_key_z, *skp); *skp = *nkp = NULL; + *sn = NULL; return (NULL); } --h22Fi9ANawrtbNPX--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131230191327.GC71033>