From owner-freebsd-current@FreeBSD.ORG Thu Nov 12 06:48:03 2009 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 1BAF3106566B for ; Thu, 12 Nov 2009 06:48:02 +0000 (UTC) (envelope-from dhorn2000@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 7343E8FC18 for ; Thu, 12 Nov 2009 06:48:02 +0000 (UTC) Received: by bwz5 with SMTP id 5so1969245bwz.3 for ; Wed, 11 Nov 2009 22:48:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=gk1ZiDDRs88/1mqY/x8zjSBWfxyDVHiKfSB3dP8PnJ0=; b=NvpHML3pwx14I8EaEi2r87vibfaDM6K9crFTKcn+6yT0sCt1EgkKwcBAT+fabqUWVF V3D36jKYFS+9i7b0W6bLVkwJG8e5Np8cdiltCD4+OJ9bHuTyu7FvlVGgyiGhTkzaTYXi FKN8a9aHkMIRYdTjx3lkPzUxVxeyBHBLmY7T0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JEa6/ahHQQzD/PmLuUyBgfJPEf+cdt/T7KW2+T6CdBAns8JRo2wDf8bQZp9FjhuPYq MGCl13aQYlIYF67GiYJCpl8ThBQNY/EKw6Yqci9uUOJO7xaN5qSOftLxQ8Z7tdH5cpIi Z0mNVbvf0EaDdKe3v3Ov4Fcmvm19puel+uxV8= MIME-Version: 1.0 Received: by 10.239.139.100 with SMTP id s36mr240062hbs.109.1258008481209; Wed, 11 Nov 2009 22:48:01 -0800 (PST) Date: Thu, 12 Nov 2009 01:48:01 -0500 Message-ID: <25ff90d60911112248w16d966a3je5d4440ada2950ed@mail.gmail.com> From: David Horn To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: initcpu.c r199067 boot hang 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: Thu, 12 Nov 2009 06:48:03 -0000 I am seeing a problem on my Dell Inspiron 1520 laptop causing a boot failure (hang) after r199067 with -CURRENT. Kernel with 199066 works fine. System is amd64 running generic kernel, and no loader.conf entries. System has latest bios update. CPU: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz (2194.52-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x6fa Stepping = 10 Features=0xbfebfbff Features2=0xe3bd AMD Features=0x20100800 AMD Features2=0x1 TSC: P-state invariant real memory = 2147483648 (2048 MB) avail memory = 2052681728 (1957 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 Root FS happens to be on USB (although looking at the svn diff for 199067, I am guessing this does not make a difference) Hang occurs right about the time that I would expect to normally see the following: SMP: AP CPU #1 Launched! This is a hard hang requiring 4 second power button push. Please let me know if any additional details or tests would be useful. ---Dave Horn