From owner-freebsd-current@FreeBSD.ORG Mon May 7 13:57:02 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BF6416A402 for ; Mon, 7 May 2007 13:57:02 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.freebsd.org (Postfix) with ESMTP id 2B70D13C469 for ; Mon, 7 May 2007 13:57:02 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l47Dv1a2025570 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 7 May 2007 06:57:01 -0700 X-Auth-Received: from [192.168.10.45] (c-67-187-164-17.hsd1.ca.comcast.net [67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l47Dv0hO021805 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 7 May 2007 06:57:01 -0700 Message-ID: <463F302B.7030704@u.washington.edu> Date: Mon, 07 May 2007 06:56:59 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Paolo Pisati , freebsd-current@freebsd.org References: <463EED96.50303@u.washington.edu> <29403.217.221.237.206.1178532673.squirrel@krisma.oltrelinux.com> In-Reply-To: <29403.217.221.237.206.1178532673.squirrel@krisma.oltrelinux.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.7.64233 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Subject: Re: Kernel panics on boot: can't allocate interrupts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 07 May 2007 13:57:02 -0000 Paolo Pisati wrote: >> I just rebuilt the kernel today, and it appears that the kernel can't >> allocate interrupts anymore (for whatever reason). I've posted my kernel >> config here: >> , and my >> screenshots of the boot process here: >> . >> >> I'm using the amd64 version of 7-CURRENT via VMWare in XP-x64. > > can you go back to Sat 05 May with the src and try again? > Sure. I just synced only the kernel section (src-sys) and rebuilt / installed the kernel and I still receive the same failure. Should I do the same for the userland as well? The only other thing is that I was testing out some code mods last night in the libc directory with db, and some of the code was partially built. At what point does the interrupt allocation occur? Userland or kernel? Can you point me to the source directory? Thanks! -Garrett