From owner-freebsd-current@FreeBSD.ORG Mon Aug 25 14:04:36 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7058B1F for ; Mon, 25 Aug 2014 14:04:36 +0000 (UTC) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E7B9F3F26 for ; Mon, 25 Aug 2014 14:04:35 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.04,397,1406592000"; d="scan'208";a="164872263" Received: from [IPv6:::1] (10.80.16.47) by smtprelay.citrix.com (10.13.107.80) with Microsoft SMTP Server id 14.3.181.6; Mon, 25 Aug 2014 10:04:12 -0400 Message-ID: <53FB4259.1000705@citrix.com> Date: Mon, 25 Aug 2014 16:04:09 +0200 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Shawn Webb , FreeBSD-current Subject: Re: Crash on xen/amd64 References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-DLP: MIA1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 25 Aug 2014 14:04:36 -0000 On 25/08/14 02:28, Shawn Webb wrote: > I've been getting these occasional kernel panics in my VM: > http://imgur.com/BYes0gj,Ay8iDar > This time around pkg-static seemed to cause the crash. Hello, AFAICT this doesn't seem to be related to the other crash you posted on: http://lists.freebsd.org/pipermail/freebsd-xen/2014-July/002159.html Can you get a backtrace? Roger.