From owner-freebsd-acpi@FreeBSD.ORG Wed Oct 27 11:54:54 2010 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3405E106566C for ; Wed, 27 Oct 2010 11:54:54 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 04B2E8FC1B for ; Wed, 27 Oct 2010 11:54:54 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id A852046B06; Wed, 27 Oct 2010 07:54:53 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 86B9C8A009; Wed, 27 Oct 2010 07:54:50 -0400 (EDT) From: John Baldwin To: freebsd-acpi@freebsd.org, Andriy Gapon Date: Wed, 27 Oct 2010 07:54:46 -0400 User-Agent: KMail/1.13.5 (FreeBSD/7.3-CBSD-20100819; KDE/4.4.5; amd64; ; ) References: <201010271120.o9RBK7or059477@freefall.freebsd.org> In-Reply-To: <201010271120.o9RBK7or059477@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Message-Id: <201010270754.46706.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Wed, 27 Oct 2010 07:54:50 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-0.3 required=4.2 tests=BAYES_00,URIBL_SBL autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: Subject: Re: bin/151616: [acpi]: FreeBSD 8 panic on boot. X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 11:54:54 -0000 On Wednesday, October 27, 2010 7:20:07 am Andriy Gapon wrote: > The following reply was made to PR bin/151616; it has been noted by GNATS. >=20 > From: Andriy Gapon > To: =3D?UTF-8?B?IkRhbWlhbiBTLiBLb8WCb2R6aWVqY3p5ayI=3D?=3D > Cc: bug-followup@FreeBSD.org > Subject: Re: bin/151616: [acpi]: FreeBSD 8 panic on boot. > Date: Wed, 27 Oct 2010 14:10:52 +0300 >=20 > on 27/10/2010 13:40 Damian S. Ko=C5=82odziejczyk said the following: > > Here is verbose boot: > > http://img43.imageshack.us/img43/225/zdjcie030g.jpg > =20 > Would it be possible to scroll up and take the pictures of all the messa= ges since > the start of boot ? > Thank you. Actually, it seems that apic_alloc_vector() is what is failing. Can you do 'show apic' in DDB and capture that output via your camera? =2D-=20 John Baldwin