From owner-freebsd-current@freebsd.org Sun Oct 14 18:19:45 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 593C510DE156 for ; Sun, 14 Oct 2018 18:19:45 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: from mail-qt1-x843.google.com (mail-qt1-x843.google.com [IPv6:2607:f8b0:4864:20::843]) (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 DC28A958EC; Sun, 14 Oct 2018 18:19:44 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: by mail-qt1-x843.google.com with SMTP id u34-v6so19144292qth.3; Sun, 14 Oct 2018 11:19:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=an6bPNhx9f5YHBBS9E/bpVnJcNKhhcNI4O9bVrw/0as=; b=fU6UMqS+wqBhCrAZlHNTuxtfQyTk9XawM5MrPj3+1JO5V/JZI4zi651eVXg2j2fzCS GwYTOk67zjooECT+R/OSKg1n9rVF05fcYBGqaE5p8C9YaSE2ymf7i2Su+SvBBy3NsH1e 2EXllq5p5cXxuPJntPDiyIEv9ib/FMEYZfA3mdBveRLo12jnl5s6yZXfQTGXoy98DyxZ At1tJ+jkANq5KZBcceXmA3GCAZz5fwJ7BJsOmp+VoArb2t3wrcsnyO9l/Amdy2VehWnk doJHKtRvH7+3iS9rf9WM5Zf7BYpskefrSEgyqPYCtoiykeIRjAtzBGOSE6t+bEtK/wST 80sw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=an6bPNhx9f5YHBBS9E/bpVnJcNKhhcNI4O9bVrw/0as=; b=lE0gb4WOPU81l/JjBPVT+FWSvWFqWj8nBvECpRVYVm1RXXiw1bME2nPqurwGJbpBEz aIpeaVFK5eUc9xGeD+Yx7xkehRbNasxTpN0clW4/Vt3HtUCsAgoqCU62TJ0nmV1c03fY qZi30jJWp95TNb0b8OYTI1Sshn75EJcGPbvPVl8yRDuCWthxLgknrvg7B3q+YDZBhIxY wH5mmXOk+9VzjBfUc06gd36HjYWkvljJtV43OTR2OcqB6e0f1LshR/XMQ7zGn91JWkOF 3ueGWPUKzgbbchsHa7akzSHFqbKNg5y0pdqWcY6n234ZFq/qS6TKm31DTDIYy2GvGSMi tW5w== X-Gm-Message-State: ABuFfohRbFFMLyiUKPYgCuYiUV12plnc9zSd1sf2g5ZpjDB81gYpO/tA e+AyZuY04Uo7MXFydPbM3ZtRegIBFFSc5FPe/I4= X-Google-Smtp-Source: ACcGV63GxUIeThNt48mmCRKjZ/+Ldd3/oa5hGaFwVHyoACTWxqnJosUsX04yJL0RLl3q4q1AVjEvbSI+L3TeMUB7K7A= X-Received: by 2002:a0c:9e13:: with SMTP id p19mr5911592qve.182.1539541184525; Sun, 14 Oct 2018 11:19:44 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ac8:362e:0:0:0:0:0 with HTTP; Sun, 14 Oct 2018 11:19:44 -0700 (PDT) In-Reply-To: References: <8d6263ca-8fff-77e5-4a89-ccc98d03a417@sentex.net> <8f033c7c-af8f-1ebc-d787-548634f104e3@freebsd.org> From: Mateusz Guzik Date: Sun, 14 Oct 2018 20:19:44 +0200 Message-ID: Subject: Re: Strange panic at boot with vmm in loader.conf vs manually loading it To: Mike Tancsa Cc: Allan Jude , freebsd-current@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Sun, 14 Oct 2018 18:19:45 -0000 On 10/14/18, Mike Tancsa wrote: > On 10/13/2018 12:48 PM, Allan Jude wrote: >> >> Strange that your crash is in ZFS here... >> >> Can you take a crash dump? >> >> It looks like something is trying to write to uninitialized memory here. > > I will need to pop in another drive or can I do a netdump at this point ? > This should be fixed with https://svnweb.freebsd.org/changeset/base/339355 i.e. just update. -- Mateusz Guzik