From owner-freebsd-fs@FreeBSD.ORG Wed Jun 11 18:25:59 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02039B28; Wed, 11 Jun 2014 18:25:59 +0000 (UTC) Received: from mail-ve0-x22b.google.com (mail-ve0-x22b.google.com [IPv6:2607:f8b0:400c:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4E84256F; Wed, 11 Jun 2014 18:25:58 +0000 (UTC) Received: by mail-ve0-f171.google.com with SMTP id jz11so291152veb.16 for ; Wed, 11 Jun 2014 11:25:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HgasuEKU6cFDC+gzGNNyiyUTZf2s4nCqq9yJNzcRgH0=; b=fk8+HSc7c6s7fAjsnTaUGUr/XHBHoA24wj7KBvwYlY/y8X8toUzc0JWs56NFfRDzlX kF/wNHk6Du4mZVBJFpeC9m7X7ydaqd7f4BxcK79AyvAazkKrzXXbmNxj3rDf65rDHlRB oganF3xajPdAQO6+vi0pFSYgcnPAIOc+r2j+d3hHe1ahfspS6C8cyBcaO+vLxsHf4VJA h2+wTiZlhV4g50zlshVHRK6tSGm83uXsdjjmkr8nbmAzMCWN6U3jZKfPqaTTeHpNX7RP 0smYInPUKd6DECbfkfTcl1V4jhd4ioUGtnkGgnftZp3OHiZB6V+2lQzCNJRyiRvETG0N 80Zg== MIME-Version: 1.0 X-Received: by 10.58.46.141 with SMTP id v13mr40611003vem.18.1402511157766; Wed, 11 Jun 2014 11:25:57 -0700 (PDT) Received: by 10.221.65.198 with HTTP; Wed, 11 Jun 2014 11:25:57 -0700 (PDT) In-Reply-To: <201406111252.02544.jhb@freebsd.org> References: <201406101158.08599.jhb@freebsd.org> <201406111252.02544.jhb@freebsd.org> Date: Wed, 11 Jun 2014 14:25:57 -0400 Message-ID: Subject: Re: ZFS import panic (kgdb backtrace attached) From: grarpamp To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: zfs-devel@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 18:25:59 -0000 On Wed, Jun 11, 2014 at 12:52 PM, John Baldwin wrote: > On Tuesday, June 10, 2014 2:00:37 pm grarpamp wrote: >> On Tue, Jun 10, 2014 at 11:58 AM, John Baldwin wrote: >> > Can you do 'frame 7' and 'p *rt' and 'p *rt->rt_ops'? >> >> (kgdb) frame 7 >> #7 0xc13cb9f4 in range_tree_vacate (rt=0xc83dc000, func=0, arg=0x0) >> at > /.../src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/range_tree.c:364 >> 364 rt->rt_ops->rtop_vacate(rt, rt->rt_arg); >> (kgdb) p *rt >> $1 = {rt_root = {avl_root = 0xd6900780, avl_compar = 0xc13cb890 >> , avl_offset = 0, avl_numnodes = 1, avl_size = >> 48}, >> rt_space = 4294967296, rt_ops = 0x1, rt_arg = 0x0, rt_histogram = {0 >> }, rt_lock = 0xc8309000} >> (kgdb) p *rt->rt_ops >> Cannot access memory at address 0x1 > > Humm, that is the source of the actual fault. I've no idea why that would > be set to 1 however. Unfortunately you need someone more familiar with ZFS to > look at this further. Ok, copying thread to zfs-devel, not sure if it's the right place but probably has open-zfs.org people. I'll see about posting status on RELENG_10 x64 when I can move it there. http://docs.freebsd.org/cgi/mid.cgi?CAD2Ti29gKmED34S5z6NEUnaGOsx8m2uPEJiPWPZLcebJ6PD-mw http://docs.freebsd.org/cgi/mid.cgi?CAD2Ti2_DZqDbOnbwap-YrOEjavyRZ4H7JZ1r8mkk4_OPrYQEUg