From owner-freebsd-stable@freebsd.org Tue May 23 12:47:35 2017 Return-Path: Delivered-To: freebsd-stable@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 73231D79B92 for ; Tue, 23 May 2017 12:47:35 +0000 (UTC) (envelope-from badger@FreeBSD.org) Received: from sasl.smtp.pobox.com (pb-smtp2.pobox.com [64.147.108.71]) (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 4591B1052 for ; Tue, 23 May 2017 12:47:34 +0000 (UTC) (envelope-from badger@FreeBSD.org) Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 6111A700C7; Tue, 23 May 2017 08:47:33 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=sasl; bh=bzGYD7c0E9uP /fKo1XK80Qpv5dU=; b=wEfdYmEKCr9MD2iBnZ7xAiXn4lnTzuMhMLaE3yynvfAK GDNkmugXtYG+jTj77htZ/ot2RO54O107RBk0xWqIeP9jtgWdi4Z3XV9bXknJ4vPr M1CXy6Xh7elhY62uPvY1jyucZDFM/keUrQhW0VwkaI4P/9Txc06MbEwyfwqP/xQ= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 5AADF700C6; Tue, 23 May 2017 08:47:33 -0400 (EDT) Received: from [192.168.1.103] (unknown [24.7.205.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 9983B700C5; Tue, 23 May 2017 08:47:32 -0400 (EDT) Subject: Re: FreeBSD as VirtualBox guest panics when starting VBoxService To: David Boyd , freebsd-stable@freebsd.org References: <1493215268.4148.0.camel@twc.com> From: Eric Badger Message-ID: <7da4bfee-cf0c-70ff-3614-39415004ee67@FreeBSD.org> Date: Tue, 23 May 2017 07:47:31 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1493215268.4148.0.camel@twc.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: FD2C983C-3FB5-11E7-A9E1-61520C78B957-46178211!pb-smtp2.pobox.com X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2017 12:47:35 -0000 On 04/26/2017 09:01 AM, David Boyd wrote: > Using 11.0-STABLE VM image snapshots, since April 05, 2017, FreeBSD > panics when VBoxService starts. > > using snapshot FreeBSD-11.0-RELEASE-amd64.vmdk no panic occurs. > > using snapshot FreeBSD-11.0-STABLE-amd64-20170323-r315855.vmdk no panic > occurs. > > using snapshot FreeBSD-11.0-STABLE-amd64-20170405-r316498.vmdk panic > occurs (see attachment). > > using snapshot FreeBSD-11.0-STABLE-amd64-20170420-r317153.vmdk panic > occurs (see attachment). > > using snapshot FreeBSD-12.0-CURRENT-amd64.vmdk no panic occurs. > > I am prepared to submit a PR if that is the thing to do. > > Thanks, in advance, for your assistance in this matter. > Please try again after r318743. I believe it fixes this problem. Eric