From owner-freebsd-stable@freebsd.org Wed Jul 22 12:31:34 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A59029A8F59 for ; Wed, 22 Jul 2015 12:31:34 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C28011A2 for ; Wed, 22 Jul 2015 12:31:34 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (localhost [IPv6:::1]) by oslo.ath.cx (Postfix) with SMTP id 3566917C6; Wed, 22 Jul 2015 14:31:32 +0200 (CEST) Date: Wed, 22 Jul 2015 14:31:32 +0200 From: "Herbert J. Skuhra" To: Holm Tiffe , freebsd-stable@freebsd.org Subject: Re: 10.2-Beta i386..what's wrong..? Message-ID: <20150722123132.GA83696@oslo.ath.cx> References: <20150722071018.GA8363@beast.freibergnet.de> <55AF54C1.8050002@multiplay.co.uk> <20150722115726.GA31634@beast.freibergnet.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150722115726.GA31634@beast.freibergnet.de> User-Agent: Mutt/1.5.23+100 (79cd2f34961d) (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2015 12:31:34 -0000 On Wed, Jul 22, 2015 at 01:57:26PM +0200, Holm Tiffe wrote: > ..uh top quoting.. > > Trying to mount root from zfs:zroot/ROOT/default []. > > Fatal double fault: > eip = 0xc0b416f5 > esp = 0xe2673000 > ebp = 0xe2673008 > cpuid =0; apic id = 00 > panic: double fault > cpuid = 0 > KDB stack backtrace: > #0 0xc0b72832 at kdb_backtrace+0x52 > #1 0xc0b339cb at vpanic+0x11b > #2 0xc0b338ab at panic+0x1b > #3 0xc10556 at dblfault_handler+0xab > Uptime: 11s > .. Looks like the panic I received on my Soekris Net6501-70. Fixed in stable/10 in r285759: https://svnweb.freebsd.org/changeset/base/285759 Fixed in stable/9 in r285760: https://svnweb.freebsd.org/changeset/base/285760 -- Herbert