From owner-freebsd-stable@FreeBSD.ORG Fri Oct 10 17:14:27 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DE8A106569D; Fri, 10 Oct 2008 17:14:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id D67818FC1B; Fri, 10 Oct 2008 17:14:26 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m9AHE9R0079304; Fri, 10 Oct 2008 13:14:10 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Gerrit =?iso-8859-1?q?K=FChn?= Date: Fri, 10 Oct 2008 11:22:15 -0400 User-Agent: KMail/1.9.7 References: <20080807132947.061d24eb.gerrit@pmp.uni-hannover.de> <200810071205.35961.jhb@freebsd.org> <20081010122205.edd1b2f5.gerrit@pmp.uni-hannover.de> In-Reply-To: <20081010122205.edd1b2f5.gerrit@pmp.uni-hannover.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200810101122.16492.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Fri, 10 Oct 2008 13:14:10 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8407/Fri Oct 10 11:10:59 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: d@delphij.net, Jeremy Chadwick , freebsd-stable@freebsd.org, jeff@freebsd.org Subject: Re: Regression 7.0R -> 7-stable? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2008 17:14:27 -0000 On Friday 10 October 2008 06:22:05 am Gerrit K=FChn wrote: > On Tue, 7 Oct 2008 12:05:35 -0400 John Baldwin wrote > about Re: Regression 7.0R -> 7-stable?: >=20 > JB> > Ok, I added options KDB and DDB to my kernel configuration and > JB> > compiled with SCHED_ULE. However, after hanging the system does not > JB> > react on Ctrl-Alt-Esc. Am I missing something? >=20 > JB> Can you add VERBOSE_SYSINIT to your kernel config and do a boot -v? >=20 > Ok, I just did that. Now I get some more info after "SMP: AP CPU #2 > Launched!" (omissions by me): >=20 > cpu2 AP: > [list with ID, lint0, timer etc. like f=FCr CPU0 and cpu1] > done. > 0x[omitted]... ioapic0: Assigning ISA IRQ 1 to local APIC 0 > ioapic0: Assigning ISA IRQ 9 to local APIC1 > ioapic0: Assigning ISA IRQ 11 to local APIC2 > ioapic0: Assigning ISA IRQ 14 to local APIC0 > ioapic0: Assigning ISA IRQ 15 to local APIC1 > ioapic0: Assigning PCI IRQ 17 to local APIC2 > ioapic0: Assigning PCI IRQ 18 to local APIC0 > ioapic0: Assigning PCI IRQ 19 to local APIC1 > ioapic0: Assigning PCI IRQ 20 to local APIC2 > done. > 0x[omitted]... done. > 0x[omitted]... done. > subsystem fffffff > 0xffffffff804608c0(0)... x Ok, can you run gdb on your kernel.debug and do 'l *0xffffffff804608c0' =2D-=20 John Baldwin