From owner-freebsd-current@freebsd.org Thu Jun 23 09:24:55 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 3E619A790AE for ; Thu, 23 Jun 2016 09:24:55 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D77732F94 for ; Thu, 23 Jun 2016 09:24:54 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id a66so40728764wme.0 for ; Thu, 23 Jun 2016 02:24:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=klhNSR2l6YLT7MQChPRinem4a71KKydjvWhbOIggSvk=; b=Qwr1sF7DGiCJMOfh41ItWuqmC0LdFilXFZcSX2oty3GbaTMrMun+nozcVmxFb6j3pA lXSW+yx964YMzJjkE1YJaZybXhCtuq56AmZTgRTQ5Yr6Y/BlQ6Y2I5KZv8Ye1QyY+dp+ k0YvX6sap04Qr6Nc2kJyUNIv3U81CvprbtIYH25ZYlpnELr4XmubyMAMxLbKHXZLkQZd 8UCi35a9+AG55jpvJf2Hoqee1AfZ3/V0dBpRURB25zU5V8qUQepc5Zb3QperkPhsKv+d 4iQGIjyKqk0yUon+4RiG1Hwn9zVNRPe0qsnhYQNR1XHp5u14ag553+qvZV/h9NtmgTIx G3Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=klhNSR2l6YLT7MQChPRinem4a71KKydjvWhbOIggSvk=; b=UgZGyEmX98tJMwDR1FYxUj99shbOdCaEBreuvFGXOVg+zCrjZTWfZiE1clsj9LuZJ7 +QgGlxHrxx+hkYsv1jK1CZiKfny+bVN8vifqCd353+spfPmRbjHV/+bDYlVW0bMSPoFU jN4KNI/NSnRfKkM0CTlUAQuZ1ygKBW2Xz0135HQVak8ZWY5Vi8fstqXEQQy+aRwZmSKt ndYVD3DjISWpXk8ZN3Dvh1MzWtA+zzX0/4GqrvESYt5VsC2btUoc6+hjV61d1pnRuA11 SCMNvkt3ABf1hx3VJTAlIXhMETVYovo2pZqoQ4vfR34BWCvLlAguyIeaAKWz/hg7ycSc Tidw== X-Gm-Message-State: ALyK8tKSKgDBTh9JlGebBXYqE2XI7AdQktIqom7wOhP6L7TOWARbkv5e5lQZY/b3yaNd4g== X-Received: by 10.194.159.98 with SMTP id xb2mr31958895wjb.29.1466673893147; Thu, 23 Jun 2016 02:24:53 -0700 (PDT) Received: from Johans-MacBook-Air-2.local (92-111-79-242.static.chello.nl. [92.111.79.242]) by smtp.googlemail.com with ESMTPSA id b4sm3448839wjd.16.2016.06.23.02.24.52 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Jun 2016 02:24:52 -0700 (PDT) Subject: Re: Fatal trap 12 To: freebsd-current@freebsd.org References: <20160622203636.050ac83a@nonamehost.local> <20160622204526.427fa6ea@nonamehost.local> <20160622205607.472ea221@nonamehost.local> <589E375F-8518-4849-AA0C-E4FE8F1D85E1@lists.zabbadoz.net> From: Johan Hendriks Message-ID: <047919a8-8e50-152e-8ff2-20dc049035d1@gmail.com> Date: Thu, 23 Jun 2016 11:24:51 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <589E375F-8518-4849-AA0C-E4FE8F1D85E1@lists.zabbadoz.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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 09:24:55 -0000 I just removed the following from my kernel file #device pf #device pflog #device pfsync Changed back the SI_SUB_PSEUDO in sys/netpfil/pf/if_pflog.c Rebuild the kernel and now the kernel is booting normally. regards Johan Op 23/06/16 om 02:01 schreef Bjoern A. Zeeb: > 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 > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"