From owner-freebsd-virtualization@FreeBSD.ORG Sun Feb 23 17:20:11 2014 Return-Path: Delivered-To: virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C99DBFCC for ; Sun, 23 Feb 2014 17:20:11 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9F11241 for ; Sun, 23 Feb 2014 17:20:11 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 1723011DC1; Mon, 24 Feb 2014 03:20:10 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-67-161-27-37.hsd1.ca.comcast.net [67.161.27.37]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BSA64710 (AUTH peterg@ptree32.com.au); Mon, 24 Feb 2014 03:20:08 +1000 Message-ID: <530A2DC8.6000107@freebsd.org> Date: Sun, 23 Feb 2014 09:20:08 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Paul Schenkeveld Subject: Re: Bhyve segfaults when accessing the network References: <20140223155741.GA75513@psconsult.nl> In-Reply-To: <20140223155741.GA75513@psconsult.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Virtualization X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 17:20:11 -0000 Hi Paul, > Hardware: Supermicro X9SPV-F3610ME-O (embedded i5) with 16GB RAM > > Host kernels (+userland of the same version): > 10.0 RC5 > 10.0 RELEASE > 10 STABLE Does the segfault happen on h/w with all of these ? (I think you mention below that it's only 10-stable that has the issue with Fusion). > The kernel has been stripped (unneeded drivers and stuff like DEBUG, > AUDIT, CAPABILITIES, MAC removed) Can you post the kernel config you are using ? later, Peter.