From owner-freebsd-xen@FreeBSD.ORG Fri May 22 17:40:32 2015 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74B23FEA; Fri, 22 May 2015 17:40:32 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (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 19E0E13F0; Fri, 22 May 2015 17:40:32 +0000 (UTC) Received: by wicmx19 with SMTP id mx19so46386985wic.0; Fri, 22 May 2015 10:40:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=IEAyLX8FokvheadosxlBd6mN6acNgk21mbTJvL+a8EM=; b=UTojidd6zG+dfQ1mpGvFqhrT+cOMDy9KWP6ObopsGurH8mWfHnxWNyFoe2AMuaTFrM ex6dL8Le0BsP3eQINCr9Kx3RXW4ELTASk3KZ/cFIhMDDiy9kRumf+l6xurplKnmTWF/V 2Q3LG3xnGI6Z9kqJg8uGcmZVdO9q/6Z7RljzKNSjNdnbjnj9ksOQbPiElKuTwzJuwO9F FeVCxV7gx9andBnoLah7kFZzRghDP6lYDebwm356L6u8t5k5cZwwOD9oiZsx8PVLVCYy +B6ZEt64/brBA8tSD+FwE0bd8lrD/NrumEWXAcy6S+g8ai0uIsR2OHeuaX+OgmT0uV8/ RYtg== X-Received: by 10.180.99.2 with SMTP id em2mr1185684wib.59.1432316430638; Fri, 22 May 2015 10:40:30 -0700 (PDT) Received: from [172.16.1.30] (243.Red-2-136-43.dynamicIP.rima-tde.net. [2.136.43.243]) by mx.google.com with ESMTPSA id v3sm8471479wix.8.2015.05.22.10.40.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 May 2015 10:40:29 -0700 (PDT) Sender: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= Message-ID: <555F6A04.3040907@FreeBSD.org> Date: Fri, 22 May 2015 19:40:20 +0200 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Roman Bogorodskiy CC: =?windows-1252?Q?Roger_Pau_Monn=E9?= , "freebsd-xen@freebsd.org" Subject: Re: Xen dom0 crash References: <7CB114B9-B666-4764-86B6-B94F07973389@netapp.com> <5559EB2E.6080609@citrix.com> <20150522161117.GA59488@kloomba> <20150522162621.GA59587@kloomba> <20150522164004.GB59587@kloomba> In-Reply-To: <20150522164004.GB59587@kloomba> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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 17:40:32 -0000 El 22/05/15 a les 18.40, Roman Bogorodskiy ha escrit: > No, the guest is: > > FreeBSD 10.0-RELEASE amd64. > > Here's dmesg.boot from dom0: > > https://dpaste.de/ey7Q I think I know what's going on, you are using a rather old kernel (from 27/04/15) which doesn't contain r282634. Could you update your Dom0 kernel to recent HEAD and try again? Thanks, Roger.