From owner-freebsd-xen@FreeBSD.ORG Fri May 22 16:30:19 2015 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3507BE2; Fri, 22 May 2015 16:30:19 +0000 (UTC) Received: from mail-oi0-x230.google.com (mail-oi0-x230.google.com [IPv6:2607:f8b0:4003:c06::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 893461B94; Fri, 22 May 2015 16:30:19 +0000 (UTC) Received: by oihd6 with SMTP id d6so17782461oih.2; Fri, 22 May 2015 09:30:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=8eqrt1fOM+TKxmklhORAcCFxF+RPegSQ1BuSM9+CIr8=; b=uRSH3+27RwKvOwMdN5puaDyR5aMXnKDMYuUQlOVtOjdCTEZz2D1x3CMmm9YKz4b9Hs M5mvIJYuFFKB9nRMpO3bZcn8/WTJX1rx3meU8lQjXwuVtAICOJRtL65qHoNe8P2SF/dm tPL/vX8JBwkRXHcnCj1t2euivdPYHkBflSlQHni7NTvdiTPJV2mavCLvKmkl6VjvVQuW 0EFpZjG6XIw34D9U6hv/yE8YNWx+jEfrWMso47pi89Yj1Adj+gaPf5AhhprVLllil8vZ o3+UyBA2UQXQvXOhB7/GnXazO1OOJHxoA+hOsADibKYBy3dW/9KEc8q9neXQJsJ4lGpq 32jA== MIME-Version: 1.0 X-Received: by 10.60.223.193 with SMTP id qw1mr7339797oec.53.1432312218854; Fri, 22 May 2015 09:30:18 -0700 (PDT) Sender: royger@gmail.com Received: by 10.60.52.170 with HTTP; Fri, 22 May 2015 09:30:18 -0700 (PDT) In-Reply-To: <20150522162621.GA59587@kloomba> References: <7CB114B9-B666-4764-86B6-B94F07973389@netapp.com> <5559EB2E.6080609@citrix.com> <20150522161117.GA59488@kloomba> <20150522162621.GA59587@kloomba> Date: Fri, 22 May 2015 18:30:18 +0200 X-Google-Sender-Auth: SrhynPyETKfgymL583EkXTpxVgc Message-ID: Subject: Re: Xen dom0 crash From: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= To: Roman Bogorodskiy Cc: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= , "freebsd-xen@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2015 16:30:19 -0000 Hello, On Fri, May 22, 2015 at 6:26 PM, Roman Bogorodskiy wrote: > And the full log from guest start to crash: > > https://dpaste.de/mWNu Are you maybe trying to boot a FreeBSD i386 guest? There's an issue currently when using a 64bit FreeBSD blkback with a 32bit FreeBSD guest, which I hope I will solve shortly. Roger.