From owner-freebsd-current@FreeBSD.ORG Sun Nov 27 17:09:48 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E70631065670; Sun, 27 Nov 2011 17:09:48 +0000 (UTC) (envelope-from alc@rice.edu) Received: from mh4.mail.rice.edu (mh4.mail.rice.edu [128.42.199.11]) by mx1.freebsd.org (Postfix) with ESMTP id 982C78FC08; Sun, 27 Nov 2011 17:09:48 +0000 (UTC) Received: from mh4.mail.rice.edu (localhost.localdomain [127.0.0.1]) by mh4.mail.rice.edu (Postfix) with ESMTP id B3FE32919C2; Sun, 27 Nov 2011 11:09:47 -0600 (CST) Received: from mh4.mail.rice.edu (localhost.localdomain [127.0.0.1]) by mh4.mail.rice.edu (Postfix) with ESMTP id 9CD612975A3; Sun, 27 Nov 2011 11:09:47 -0600 (CST) X-Virus-Scanned: by amavis-2.6.4 at mh4.mail.rice.edu, auth channel Received: from mh4.mail.rice.edu ([127.0.0.1]) by mh4.mail.rice.edu (mh4.mail.rice.edu [127.0.0.1]) (amavis, port 10026) with ESMTP id GYQt0UrT4T13; Sun, 27 Nov 2011 11:09:47 -0600 (CST) Received: from adsl-216-63-78-18.dsl.hstntx.swbell.net (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: alc) by mh4.mail.rice.edu (Postfix) with ESMTPSA id EB4882919C2; Sun, 27 Nov 2011 11:09:46 -0600 (CST) Message-ID: <4ED26EDA.3010706@rice.edu> Date: Sun, 27 Nov 2011 11:09:46 -0600 From: Alan Cox User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:8.0) Gecko/20111113 Thunderbird/8.0 MIME-Version: 1.0 To: Andriy Gapon References: <4ECF7440.4070300@entel.upc.edu> <4ECF8F05.8000007@protected-networks.net> <4ED0C40D.5010307@entel.upc.edu> <4ED0D963.1030702@entel.upc.edu> <4ED0DF1F.6090901@FreeBSD.org> In-Reply-To: <4ED0DF1F.6090901@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD current , freebsd-emulation@FreeBSD.org, =?ISO-8859-1?Q?Gustau_P=E9rez?= , Michael Butler Subject: Re: Freeze with 10.0 and VirtualBox {4.1.4|4.1.6|4.1.51r38464} X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 27 Nov 2011 17:09:49 -0000 On 11/26/2011 06:44, Andriy Gapon wrote: > on 26/11/2011 14:19 Gustau Pérez said the following: >> Starting Virtualbox in the console in headless mode allows to see what happens >> and get a dump of the panic. >> >> The messages I got were not the cause problem. The panic I was able to get >> shows this: >> >> http://pastebin.com/dHnB3Xh0 >> >> I can't get any further with core although I compiled virtualbox-ose-kmod with >> debug symbols (I used make config to enable them, because I think -DWITH_DEBUG >> does not work because kmk is used in the build process). >> >> Any help will be appreciated. > vm_phys_alloc_contig implementation has been recently changed and now it seems > to require that vm_page_queue_free_mtx is held. > vm_page_alloc_contig() should be used instead. Alan