From owner-svn-src-head@FreeBSD.ORG Fri Feb 27 00:58:34 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE57A664; Fri, 27 Feb 2015 00:58:34 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91CF9333; Fri, 27 Feb 2015 00:58:34 +0000 (UTC) Received: by iecrd18 with SMTP id rd18so23695395iec.5; Thu, 26 Feb 2015 16:58:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=C20l0H7W/qVu2fe/b3oJ4rJx8sL2sYZpFvwfjRv2JXE=; b=L7y2VopopvtANBVi2+9T4HoKfruiDpdKFo6eig70SygBMxZjpUn0kLid3KWYGT4wwU O0PtMWu8IxZstq5+ujabFEEL9ynkn08vDcA/gUYyRNQ3VrROM8TSAfzpalnfQdFQRB4L SY7BVEy2bg+zN3b9X7Pl2gL80xuFHqLfrn1gyGLyIPNEe3gDperzUeJEY1tK28tLuuVc c5WaWsiKHo8iK+tPJ9oc/Iolg9/Nkt9PU13y0kMXSCP/GNctNpKggCxPGcl0hY43YJfi u99XDj7W8YiTqHCrXFR1QB13fE1tn6A6pMqGF/vjlAvyQBVF37PY+UrF94+l+JtOcbUi 8lJw== MIME-Version: 1.0 X-Received: by 10.107.31.2 with SMTP id f2mr15048072iof.88.1424998713937; Thu, 26 Feb 2015 16:58:33 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.17.66 with HTTP; Thu, 26 Feb 2015 16:58:33 -0800 (PST) In-Reply-To: <54EFA886.2020902@freebsd.org> References: <201502092100.t19L0vsv010944@svn.freebsd.org> <54E1FCD0.6000500@rainbow-runner.nl> <20150216174658.GI34251@kib.kiev.ua> <54E24907.9030400@rainbow-runner.nl> <54EF7F3E.8090402@freebsd.org> <54EF83C9.6000305@freebsd.org> <54EF9EE4.2020703@freebsd.org> <54EFA886.2020902@freebsd.org> Date: Thu, 26 Feb 2015 16:58:33 -0800 X-Google-Sender-Auth: Tb8FXnRVcEJp-602rM7XxKqx_OU Message-ID: Subject: Re: svn commit: r278473 - in head/sys: amd64/amd64 amd64/include amd64/vmm contrib/dev/acpica/include i386/i386 i386/include x86/acpica x86/include x86/x86 x86/xen From: Adrian Chadd To: Peter Grehan Content-Type: text/plain; charset=UTF-8 Cc: Konstantin Belousov , Koop Mast , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , "svn-src-head@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2015 00:58:34 -0000 On 26 February 2015 at 15:13, Peter Grehan wrote: >> Koop did provide feedback shortly after Kib asked him to provide >> information and test a patch. There wasn't a response from kib or >> anyone else until I reported the same bug. > > > http://docs.FreeBSD.org/cgi/mid.cgi?20150219200900.GH34251 So some other discussion may have occured off-list; I can't see that. Anyway - I have that model laptop, it hangs after calling ipi_startup() to the first AP with x2apic enabled. What can I do to continue debugging? -a