From owner-freebsd-amd64@FreeBSD.ORG Thu May 13 13:10:09 2010 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BC12106566B for ; Thu, 13 May 2010 13:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 217588FC0A for ; Thu, 13 May 2010 13:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4DDA8fR024520 for ; Thu, 13 May 2010 13:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4DDA8xj024517; Thu, 13 May 2010 13:10:08 GMT (envelope-from gnats) Date: Thu, 13 May 2010 13:10:08 GMT Message-Id: <201005131310.o4DDA8xj024517@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Martin Matuska X-Mailman-Approved-At: Thu, 13 May 2010 13:26:06 +0000 Cc: Subject: Re: amd64/145039: spin lock held too long amd64 mp_machdep.c X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Matuska List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2010 13:10:09 -0000 The following reply was made to PR amd64/145039; it has been noted by GNATS. From: Martin Matuska To: bug-followup@FreeBSD.org, ben.cadieux@gmail.com Cc: Subject: Re: amd64/145039: spin lock held too long amd64 mp_machdep.c Date: Thu, 13 May 2010 15:00:53 +0200 This is a problem of the VirtualBox kernel module and/or interaction of it with VirtualBox. I experienced the same problem. Also this user here: http://lists.freebsd.org/pipermail/freebsd-emulation/2010-January/007359.html You should compile your kernel with INVARIANT_SUPPORT, INVARIANTS and DEBUG and report more information about the panics.