From owner-freebsd-current@freebsd.org Thu Oct 25 17:31:00 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 C05EB108728B for ; Thu, 25 Oct 2018 17:31:00 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-io1-xd35.google.com (mail-io1-xd35.google.com [IPv6:2607:f8b0:4864:20::d35]) (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 47EFD6A32A for ; Thu, 25 Oct 2018 17:31:00 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by mail-io1-xd35.google.com with SMTP id p83-v6so5978918iod.12 for ; Thu, 25 Oct 2018 10:31:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Q14Dt4tIzgMqLHCZbOc9ZD1cWSNljfUm65wu4KFMybI=; b=Yo195jC/BUlDJz20UUaVuuGJsn1BZLP6zgHh/WbKwvZMdB48835mrYbJXSogWyjw89 IYvV/t5CRwlMlS1+6OIm7TCvgmOZ2kS2vFbPxDZFU4uCbEcvq91IrlioYqYKXFcRfkqU efWpvrHkQw/J7Qr2GAv9I4TEGL7+1/LjfHAMpXFRpJkcdAIOZAd0CIYNTfLkSmjKCg2g zm9IKR34RYPeNu/0B/6b3AH3ZO4aMKawTgGzEdBYh6p7q+0kfLIfOps4XifBDvv15ZOk wtkPAkLOYRJxt8CxRBWomlcjUwLxXRQoeBdFQaolLknGD/4T/pB/bFXiEqKTUzQqx6rz Mc+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=Q14Dt4tIzgMqLHCZbOc9ZD1cWSNljfUm65wu4KFMybI=; b=FBWw1BcPKbA2rPR+PI3ZTcZG5divUNd4OCLfUw8tO+3zZa/7cPK1vX/UNR0yiJmYle YAWQ88q2vFqbx1GMq4P7lMcaPtnqk3eMvZ9fibcOhW2q3/wIoWBXhmGN/V5wMpGiL8Pl ip18ab8lne+3cu3bFzjrs0rRTqP3KfhfAh56bcBPW+63zOOBSpE84SfsrtvAVV0b+S3t KMCIYKCQDfdCt/QnEr/M/YNSP55LWHAyHxUMPfjufYcDoqGuXUwXTXNzrhbtEpZV3ZMi ei+GLL71HY7s9dzNikiM2ZzTrov/zc1XpkOO2FIWChlSd/EweqC1GLMXjoDmlbqpFS2J 5N8Q== X-Gm-Message-State: AGRZ1gJGPQn8WbuDfgm8ISB66naeehJOwzVV5bA7FXdISekxgK6DlvVC LQjZNqlFSmuU76mMBplnNkw= X-Google-Smtp-Source: AJdET5e7VoJ9CFQoCJC0lWcE+eN95qw6YmUcNYFbfpq//sLjEmTMRnBXcySGe29EIQMxcxySDvU6Wg== X-Received: by 2002:a6b:8c50:: with SMTP id o77-v6mr91451iod.63.1540488659569; Thu, 25 Oct 2018 10:30:59 -0700 (PDT) Received: from raichu (toroon0560w-lp130-08-67-71-176-199.dsl.bell.ca. [67.71.176.199]) by smtp.gmail.com with ESMTPSA id s10-v6sm1222339itb.38.2018.10.25.10.30.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Oct 2018 10:30:58 -0700 (PDT) Sender: Mark Johnston Date: Thu, 25 Oct 2018 13:30:56 -0400 From: Mark Johnston To: Rajesh Kumar Cc: freebsd-current@freebsd.org Subject: Re: Facing kernel panic during early boot from 12.0 ALPHA9 Message-ID: <20181025173056.GD73360@raichu> References: <20181023133504.GA28755@raichu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) 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: Thu, 25 Oct 2018 17:31:00 -0000 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