From owner-freebsd-current@freebsd.org Fri Jun 24 07:41:46 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 E533DA7712C for ; Fri, 24 Jun 2016 07:41:46 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv157.fwdcdn.com (frv157.fwdcdn.com [212.42.77.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A80F92AEF for ; Fri, 24 Jun 2016 07:41:46 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=Ff0I/8ksqEMjmujcnnbbElMpf1JASb9ix7CiwhvI7Uo=; b=la24nP/hn29ibub7xrZZwsGpXBVRUQrp2fuXh2HzXX77CRmxSwMqVZ6+66u/6kwGRiVXDbhoTrpxtJzzgR7S8qSsCPuNp+jKfrN7Ivsdqs7gWodZ6HqZPzmd9SSTQ3JfShJ1i5ePtQ4/va4brOXxGaJ8PPvIb1XFI0rvL+VmSFE=; Received: from [37.229.193.176] (helo=nonamehost.local) by frv157.fwdcdn.com with esmtpsa ID 1bGLk8-0002jV-HX ; Fri, 24 Jun 2016 10:41:36 +0300 Date: Fri, 24 Jun 2016 10:41:35 +0300 From: Ivan Klymenko To: "Bjoern A. Zeeb" Cc: "Johan Hendriks" , freebsd-current@freebsd.org Subject: Re: Fatal trap 12 Message-ID: <20160624104135.4f93c40b@nonamehost.local> In-Reply-To: References: <20160622203636.050ac83a@nonamehost.local> <20160622204526.427fa6ea@nonamehost.local> <20160622205607.472ea221@nonamehost.local> <589E375F-8518-4849-AA0C-E4FE8F1D85E1@lists.zabbadoz.net> <72a04a4e-f210-7f44-20df-1834bb86c08c@gmail.com> <20160623122508.73262da4@nonamehost.local> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Result: IP=37.229.193.176; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net 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: Fri, 24 Jun 2016 07:41:47 -0000 On Thu, 23 Jun 2016 16:45:30 +0000 "Bjoern A. Zeeb" wrote: > Hi, > > can you try checking out svn://svn.freebsd.org/base/projects/vnet and > see if a kernel from there works better? > > It contains further pf/pflog/pfsync changes; mostly for VIMAGE which > will go into head the next days. > > > Thanks > > /bz Update to r302164 - solved problem. Thanks!