From owner-freebsd-current@freebsd.org Thu Jun 23 00:01:51 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 722A2AC5943 for ; Thu, 23 Jun 2016 00:01:51 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (bird.sbone.de [46.4.1.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 34D34180B for ; Thu, 23 Jun 2016 00:01:50 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id CBE6A25D37C2; Thu, 23 Jun 2016 00:01:46 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 27C4CD1F813; Thu, 23 Jun 2016 00:01:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id IZs96OSimmXJ; Thu, 23 Jun 2016 00:01:44 +0000 (UTC) Received: from [192.168.124.1] (unknown [IPv6:fde9:577b:c1a9:4410:21bf:e4ab:2432:b9]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id CB684D1F7F8; Thu, 23 Jun 2016 00:01:43 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Ivan Klymenko" Cc: freebsd-current@freebsd.org Subject: Re: Fatal trap 12 Date: Thu, 23 Jun 2016 00:01:42 +0000 Message-ID: <589E375F-8518-4849-AA0C-E4FE8F1D85E1@lists.zabbadoz.net> In-Reply-To: <20160622205607.472ea221@nonamehost.local> References: <20160622203636.050ac83a@nonamehost.local> <20160622204526.427fa6ea@nonamehost.local> <20160622205607.472ea221@nonamehost.local> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate Trial (2.0BETAr6032) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 23 Jun 2016 00:01:51 -0000 On 22 Jun 2016, at 17:56, Ivan Klymenko wrote: > On Wed, 22 Jun 2016 20:45:26 +0300 > Ivan Klymenko wrote: > >> On Wed, 22 Jun 2016 20:36:36 +0300 >> Ivan Klymenko wrote: >> >>> Hello. >>> After update from r302000 to r302083 i have panic >>> http://i.imgur.com/YfvvhdS.png >>> >>> Thanks. >> Sorry, the first time discovered a revision r302060. > > There is a suspicion that the reason for this commit: > https://svnweb.freebsd.org/base?view=revision&revision=302054 Do you compile pflog into the kernel or load it from loader by any chance? I can see what might happen here. Can you try to see if this goes away if you load pflog after pf is loaded? If that helps change the SI_SUB_PSEUDO at the end of sys/netpfil/pf/if_pflog.c to SI_SUB_PROTO_FIREWALL ; that should fix it. /bz