From owner-freebsd-current@FreeBSD.ORG Sat Aug 10 21:27:06 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81973C6F for ; Sat, 10 Aug 2013 21:27:06 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 17B7E21CD for ; Sat, 10 Aug 2013 21:27:05 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id x12so4536585wgg.24 for ; Sat, 10 Aug 2013 14:27:04 -0700 (PDT) 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=RR1wnmHimcJU46ZjjXSLHSC2orcOpUh3XNRnsP6Yfc8=; b=TYXe2VUF422IYbAtCzaRYtK9dooQEvZ7Oq2vgXV2Iow9kHTcbljeECfKahAGELBl+Y mkxj54FjFm04thr+yAksGPEmNo8WdrZCSU2L+ZUbGGMMIUeIuwtADZ3Lx9me8GujSbfV JT0uGV2FElJji7SuMGhLxpBw47B9uwQ5RNgsj6vs1qXbDeGH+NbtlB8VWOSuam+MV5Ne 8dZS63su3vs295nyD1GDAdj04c9zETQ3JRMZf1gA7uiH1EqESD7VlA9BqqssH2RZaL24 X/Wj/EstNChrkHCVvBSHXRR8fxH2DfmQPqel+ytcVmMbfch6Oq7ZH7UpBb8eM67r6wvZ +2wg== MIME-Version: 1.0 X-Received: by 10.180.160.165 with SMTP id xl5mr3226691wib.46.1376170024020; Sat, 10 Aug 2013 14:27:04 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.116.136 with HTTP; Sat, 10 Aug 2013 14:27:03 -0700 (PDT) In-Reply-To: <20130810182109.GG4972@kib.kiev.ua> References: <20130810112410.GA27286@devbox.vnode.local> <52066DE0.2060305@shatow.net> <52067537.2070309@shatow.net> <20130810174407.GD4972@kib.kiev.ua> <20130810174547.GE4972@kib.kiev.ua> <20130810182109.GG4972@kib.kiev.ua> Date: Sat, 10 Aug 2013 14:27:03 -0700 X-Google-Sender-Auth: jTPQUFKltbfqlIkRMXzlGMS2a0Y Message-ID: Subject: Re: panic on boot with fresh current From: Adrian Chadd To: Konstantin Belousov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org, Bryan Drewery X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 10 Aug 2013 21:27:06 -0000 Hi, I can reproduce it locally, purely by booting an unchanged amd64 GENERIC. Are you testing it against an _unmodified_ GENERIC, on amd64? If it doesn't panic for you but it does panic for me (and I'll go and get the svn version once I reboot to the old kernel and test) then there may be a hidden problem here that needs solving as this could vary based upon the machine it's happening on. Thanks, -adrian