From owner-freebsd-current@FreeBSD.ORG Wed Jul 28 18:47:11 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0F06106567C; Wed, 28 Jul 2010 18:47:10 +0000 (UTC) (envelope-from dave@dogwood.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 383EB8FC0A; Wed, 28 Jul 2010 18:47:09 +0000 (UTC) Received: by wyj26 with SMTP id 26so5441349wyj.13 for ; Wed, 28 Jul 2010 11:47:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.133.7 with SMTP id d7mr5754257wbt.54.1280341178618; Wed, 28 Jul 2010 11:19:38 -0700 (PDT) Received: by 10.227.100.147 with HTTP; Wed, 28 Jul 2010 11:19:38 -0700 (PDT) In-Reply-To: References: Date: Wed, 28 Jul 2010 08:19:38 -1000 Message-ID: From: David Cornejo To: mdf@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org Subject: Re: Panic booting vmware i386 after SRAT update 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: Wed, 28 Jul 2010 18:47:11 -0000 On Wed, Jul 28, 2010 at 7:37 AM, wrote: > I have a 2 cpu virtual image of FreeBSD current. It panics during > boot after building in the NUMA support. > > I'll transcribe the SRAT bootverbose messages and panic message as best I > can. > > Table 'SRAT' at 0xfef07f6 > SRAT: Found table at 0xfef07f6 > SRAT: Found memory domain 0 addr 0 len a0000: enabled > SRAT: Found memory domain 0 addr 100000 len ff00000: enabled > > then some MADT: messages about finding cpu 0 and 1 > > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > panic: SRAT: CPU with APIC ID 0 is not known > > I'm playing around now with trying to figure out what went missing, > but I thought I'd send this out now. > > Thanks, > matthew > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > I have been seeing this since yesterday with amd64 custom kernels - just compiled a GENERIC kernel a few minutes ago and it shows the same symptom.