From owner-freebsd-emulation@FreeBSD.ORG Fri Feb 24 00:56:35 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFDA11065670; Fri, 24 Feb 2012 00:56:35 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 7E8C78FC08; Fri, 24 Feb 2012 00:56:35 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q1O0uYBW089006; Thu, 23 Feb 2012 17:56:34 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q1O0uYCO089003; Thu, 23 Feb 2012 17:56:34 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 23 Feb 2012 17:56:34 -0700 (MST) From: Warren Block To: Andriy Gapon In-Reply-To: <4F46C7DF.2060807@FreeBSD.org> Message-ID: References: <201202230626.q1N6QXr3003939@slippy.cwsent.com> <4F46C7DF.2060807@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 23 Feb 2012 17:56:34 -0700 (MST) Cc: freebsd-emulation@freebsd.org Subject: Re: Virtualbox 4.1.8 vboxdrv instantly panics on 8-stable i386 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2012 00:56:35 -0000 On Fri, 24 Feb 2012, Andriy Gapon wrote: > on 23/02/2012 08:26 Cy Schubert said the following: >> In message <4F457AE8.4090708@FreeBSD.org>, Andriy Gapon writes: >>> on 22/02/2012 12:48 Doug Barton said the following: >>>> On 02/22/2012 02:23, Andriy Gapon wrote: >>>>> The attached patched should try to grab the memory harder. >>>> >>>> Same result, different memory address: >>>> >>>> supdrvGipCreate: failed to allocate the GIP page. rc=-8 >>>> vboxdrv: supdrvInitDevExt failed, rc=-8 >>>> module_register_init: MOD_LOAD (vboxdrv, 0xc66e8410, 0) error 12 >>> >>> OK, now that, thanks to more testers, I realize that this issue is entirely >>> i386-specific, I think that I might have been barking at the wrong trees. >>> Now something very i386-ish to try to deal with the problem - the usual patch >>> file is attached. >> >> The patch tests out OK on 8.2 and 9.0. No panic. Fedora 16 runs nicely under vbox. > > Thank you for testing! The later version of the port works now. The patch file in it is different from the second one posted here; should I try the patch?