From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 14:23:49 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C798C16A4CF for ; Fri, 21 Nov 2003 14:23:49 -0800 (PST) Received: from mandy.mts.ru (mandy.mts.ru [81.211.47.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC0BF43FE3 for ; Fri, 21 Nov 2003 14:23:47 -0800 (PST) (envelope-from tiamat@komi.mts.ru) Received: from maeko.inside.mts.ru (maeko [192.168.10.3]) by mandy.mts.ru with SMTP id hALMNkb28823 for ; Sat, 22 Nov 2003 01:23:46 +0300 (MSK) Received: from stella.komi.mts.ru ([10.50.1.1]) by maeko.inside.mts.ru (NAVGW 2.5.2.12) with SMTP id M2003112201234600913 ; Sat, 22 Nov 2003 01:23:46 +0300 Received: from cdrw (cdrw.komi.mts.ru [10.50.1.103]) (user=tiamat mech=NTLM bits=0) by stella.komi.mts.ru (MTS Komi/Smtp) with ESMTP id hALMNjFm096273; Sat, 22 Nov 2003 01:23:45 +0300 (MSK) (envelope-from tiamat@komi.mts.ru) Message-ID: <005201c3b07e$20b84160$6701320a@komi.mts.ru> From: "Alex Deiter" To: "Nate Lawson" References: <20031121131046.C75926@root.org> Date: Sat, 22 Nov 2003 01:23:44 +0300 Organization: MTS Komi MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4927.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by stella.komi.mts.ru id hALMNjFm096273 cc: current@freebsd.org Subject: Re: panic: NULL softc for 0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.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: Fri, 21 Nov 2003 22:23:49 -0000 > Is this an SMP box? If so, please do: This Intel=AE Server Board SE7501BR2 with one CPU and enabled Hyper-Threa= ding. > x/xl cpu_softc > x/xl cpu_softc+4 > x/xl cpu_softc+8 panic: NULL softc for 0 cpuid =3D 0; Debugger("panic") Stopped at Debugger+0x55: xchgl %ebx,in_Debugger.0 db> x/xl cpu_softc cpu_softc: 0 db> x/xl cpu_softc+4 cpu_softc+0x4: c68e8a00 db> x/xl cpu_softc+8 cpu_softc+0x8: 0 db> > And send me the output of > acpidump -t -d > tiamat-MachineType.asl ok. Thanks!