From owner-freebsd-stable@freebsd.org Thu Jul 23 23:40:45 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 F13069A9D0E for ; Thu, 23 Jul 2015 23:40:45 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: from mail-yk0-x229.google.com (mail-yk0-x229.google.com [IPv6:2607:f8b0:4002:c07::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B264C1A9F for ; Thu, 23 Jul 2015 23:40:45 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: by ykay190 with SMTP id y190so6789075yka.3 for ; Thu, 23 Jul 2015 16:40:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=XJnK9R823PdOh8swzQ+emxuh8aayWo2v7JjxSKDLv0w=; b=gKurVH7+xASw6L8dxGLjjNKpP5klwwkxsB99pLwak+MecdOu0QP3VdImSD/4uu3eXu AKKLBt+0W9rPZo607ZXdByf9yBUCxxxxLkmP0QGDRQ5wG40pnXogFRHEXimagNBhTJfg 5rEqPkz2Z9Ei/qOoqtZSBCbRXZb5CZb8zxJehuHWX7NcQZ7/+YTG8rxXQku1QVkUO9vL uq+H9VTFOh1b8+OGdNDl8Rti7n1vmBFHT/3CU9GNTYNAVymxSbSSePLOzM3OhJVQJR7l 1ar8J0RdtaZLXUvP2wfUCRF2/EqhpQMG336Dvv7rlZbA1xCfP3/NckUdXQcnGYiy36Gx sRpA== X-Received: by 10.13.196.4 with SMTP id g4mr11515236ywd.130.1437694844869; Thu, 23 Jul 2015 16:40:44 -0700 (PDT) Received: from ?IPv6:2606:a000:568e:5902:be5f:f4ff:fe5d:f28? ([2606:a000:568e:5902:be5f:f4ff:fe5d:f28]) by smtp.googlemail.com with ESMTPSA id z67sm6513311ywz.38.2015.07.23.16.40.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jul 2015 16:40:44 -0700 (PDT) Message-ID: <55B17B7A.4080402@gmail.com> Date: Thu, 23 Jul 2015 19:40:42 -0400 From: Jason Unovitch User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org, holm@freibergnet.de, herbert@oslo.ath.cx Subject: Re: 10.2-Beta i386..what's wrong..? Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 23 Jul 2015 23:40:46 -0000 >> ..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 Herbert, in https://bugs.FreeBSD.org/201642 I had tracked down the commit that caused the issue on our Soekris 6501s. Only between r284297 -> r285662 in HEAD and between r284998 -> r285756 in stable/10 should be affected. >>>Ok, it is 10.2-BETA so I've tried 10.1-Release next...exactly the same, >>>ok tried 9.3-RELEASE .. the same! Holm, if you are seeing this on 9.3-RELEASE and 10.1-RELEASE I'm not entirely convinced the cause is the same. -- Jason