From owner-freebsd-emulation@FreeBSD.ORG Thu May 15 23:08:41 2008 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 555ED1065672 for ; Thu, 15 May 2008 23:08:41 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 0EBA48FC13 for ; Thu, 15 May 2008 23:08:40 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id DFF7D2D530F; Fri, 16 May 2008 01:08:39 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id m4FN70iN016447; Fri, 16 May 2008 01:07:00 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id m4FN6xVE016446; Fri, 16 May 2008 01:06:59 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Fri, 16 May 2008 01:06:59 +0200 To: Todd Wasson Message-ID: <20080515230659.GA16021@saturn.kn-bremen.de> Mail-Followup-To: Todd Wasson , freebsd-emulation@freebsd.org References: <200805142333.m4ENXhdi014634@saturn.kn-bremen.de> <880CC127-204C-415C-AF59-903F5DA1CAA3@duke.edu> <20080515172836.GA7890@saturn.kn-bremen.de> <9AFAF61B-D2C4-4785-8FCA-D2A10FFD0381@duke.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9AFAF61B-D2C4-4785-8FCA-D2A10FFD0381@duke.edu> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-emulation@freebsd.org Subject: Re: kqemu locking my machine hard on amd64 smp, with most recent patches 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: Thu, 15 May 2008 23:08:41 -0000 On Thu, May 15, 2008 at 05:43:00PM -0400, Todd Wasson wrote: > I tried that patch and it still hung at about the same point. I think it > may have printed one more line to the VNC session, about initializing the > PIIX3 controller, but then nothing. > > Interestingly, I tried rolling back to 1.3.0.p11_4 to see if it still > worked, and it did. So then I went to 1.3.0.p11_5 and it also worked. > Therefore whatever is causing this is in the 1.3.0.p11_6 patch, as far as I > can tell. Hmm I wonder what that is then, apparently it is not liking the moving of the gdt, but what about it doesn't it like? Is anyone else here seeing this problem that could invistigate? Its a little difficult debugging something that works just fine here... Oh I see you have like 6 GB RAM, could you try booting with hw.physmem lowered to, say, 2 GB to see if the problem has something to do with RAM size? Thanx, Juergen