From owner-freebsd-pf@FreeBSD.ORG Mon Dec 30 19:13:33 2013 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EAE13B5 for ; Mon, 30 Dec 2013 19:13:33 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 956751675 for ; Mon, 30 Dec 2013 19:13:31 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id rBUJDRkV039738 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 30 Dec 2013 23:13:27 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id rBUJDRTF039737; Mon, 30 Dec 2013 23:13:27 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 30 Dec 2013 23:13:27 +0400 From: Gleb Smirnoff To: Berend de Boer Subject: Re: Network severely unstable 10.0-PRERELEASE Message-ID: <20131230191327.GC71033@glebius.int.ru> 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="h22Fi9ANawrtbNPX" Content-Disposition: inline In-Reply-To: <87ob3zcavs.wl%berend@pobox.com> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: freebsd-pf@freebsd.org X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2013 19:13:33 -0000 --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 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--