From owner-freebsd-current@freebsd.org Fri Oct 26 14:05:28 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EA1310E83D3 for ; Fri, 26 Oct 2018 14:05:28 +0000 (UTC) (envelope-from rajfbsd@gmail.com) Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD77478D83; Fri, 26 Oct 2018 14:05:27 +0000 (UTC) (envelope-from rajfbsd@gmail.com) Received: by mail-wr1-x42d.google.com with SMTP id u1-v6so1522128wrn.0; Fri, 26 Oct 2018 07:05:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=sc0eDnMEMyL5rFKFkPM70Lvsb6gs22WBWsjzpm70SOo=; b=lQ/VOAhUS5mymBcNF4CGki8kbZJ0tF1tstisLIDwkS8oEUswrT6Gv3oP6V7eIubgkK Nof0wv5e8y6T8LhxEjRVcEVO4IGsDAXwOFkJdfCfd7b+IQH29ZE48bAZ4wroflQhKVwP oEAK1mC3mpr39KSVEQHVTqVZ96mE63Bzdr8Uw97IaT0OC+dt7y566AnA8K3Ism2/yXPx UVl2XtTJphzH1gDquxo1ntOfDGvqQB4rgdsGVy7QGHnpO2hmB3A4G+ZfbQkzbSwjuz/f fLqpctld8MHkC5873m9Q92xSwrXX8cnAgBSMs7SRwy0uQ9yzqmsrXGaj2aCyJEACq/Oz vMhw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=sc0eDnMEMyL5rFKFkPM70Lvsb6gs22WBWsjzpm70SOo=; b=s3YHdZqB1tMHK8o8Czu10dCqFLfCJWJ5sYfzJLcpqiIU3/KtKH6YUpNp0C+C01wMMY OpfZTos6SWbQCwk9z8Y9v7mx3Iqb0cut3R+bhdbktl1n0L5tceC26kgBzskvB4hvfReh nrkFv/H1t2HKo11mwRdNUUzOBiZuCJnQk492jUc4mDFeAKFOUMs1bF/SKhFk57C7qoTO D4DhyTgaO9+vme4Tx6HW40f0iFApqJ+RUa5is3OzAU25YNWXeygTMRG5IeikCALYhx0z BsLIWmogrEvYYYSFz+o2dzRdysuTZkHv7Q+3QmbWnln8jDoq5n38LH/vtNYlUV7qXs3r lMww== X-Gm-Message-State: AGRZ1gKKBgYp8X8inVhCGcK/umvV7ft9u8C8n78ozITzldJyNqJI57mb rFZaq4yh2GTGVpBLVe20Ce2YdnCQeM80yHpGyynCGw== X-Google-Smtp-Source: AJdET5enbuKVDufbQhiQ1faXo0kCew39oeMeGJMA0QESPyuIzMgzhf35LT8oEPiC5ZgW6tp4r97kKjQ6etHKX3iC9yo= X-Received: by 2002:adf:a144:: with SMTP id r4-v6mr5744405wrr.169.1540562726412; Fri, 26 Oct 2018 07:05:26 -0700 (PDT) MIME-Version: 1.0 References: <20181023133504.GA28755@raichu> <20181025173056.GD73360@raichu> In-Reply-To: <20181025173056.GD73360@raichu> From: Rajesh Kumar Date: Fri, 26 Oct 2018 19:35:14 +0530 Message-ID: Subject: Re: Facing kernel panic during early boot from 12.0 ALPHA9 To: markj@freebsd.org Cc: freebsd-current@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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, 26 Oct 2018 14:05:28 -0000 Hi Mark, Thanks for the inputs. With the two patches you pointed out, I could able to compile from current, install and boot properly without any panic. Will these changes be taken into stable/12 and be part of upcoming 12.0 releases? On Thu, Oct 25, 2018 at 11:01 PM Mark Johnston wrote: > On Tue, Oct 23, 2018 at 07:10:02PM +0530, Rajesh Kumar wrote: > > Hi Mark, > > > > > From the db> prompt, could you please run "show page" and "show pageq", > > > and post the output? > > > > The system gets hung when it runs to db prompt. I only have the option to > > force shutdown at that point. Is there any other way, I can collect what > > you need? > > Just a followup for the list: the issue should be fixed by the > following two patches: > https://reviews.freebsd.org/D17418 > https://reviews.freebsd.org/D17704 >