Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 21:03:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 186112] [zfs] [panic] ZFS Panic/Solaris Assert/zap.c:479
Message-ID:  <bug-186112-3630-OHLWKrFIFT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-186112-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-186112-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186112

--- Comment #3 from Larry Rosenman <ler@lerctr.org> ---
I'm STILL seeing these, and have commented out:
===================================================================
--- zap.c       (revision 270765)
+++ zap.c       (working copy)
@@ -476,7 +476,9 @@
         * chain.  There should be no chained leafs (as we have removed
         * support for them).
         */
+#if 0 /*LER: to see what else blows up */
        ASSERT0(l->l_phys->l_hdr.lh_pad1);
+#endif

        /*
         * There should be more hash entries than there can be
@@ -531,7 +533,9 @@
        ASSERT3U(l->l_blkid, ==, blkid);
        ASSERT3P(l->l_dbuf, ==, db);
        ASSERT3P(l->l_phys, ==, l->l_dbuf->db_data);
+#if 0 /* LER */
        ASSERT3U(l->l_phys->l_hdr.lh_block_type, ==, ZBT_LEAF);
+#endif
        ASSERT3U(l->l_phys->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC);

        *lp = l;
borg.lerctr.org /usr/src.old/sys/cddl/contrib/opensolaris/uts/common/fs/zfs $


Can I PLEASE get someone to look at these, and tell me what I need to do to fix
the on-disk image?

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-186112-3630-OHLWKrFIFT>