From owner-freebsd-fs@FreeBSD.ORG Tue Apr 14 21:02:52 2015 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A3DF28F for ; Tue, 14 Apr 2015 21:02:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 26BCFFEE for ; Tue, 14 Apr 2015 21:02:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3EL2pZk021602 for ; Tue, 14 Apr 2015 21:02:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 199405] Panic trying to mount ZFS pool after 10.1 update Date: Tue, 14 Apr 2015 21:02:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: drsmithy@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 21:02:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199405 --- Comment #2 from Chris Smith --- (In reply to Steven Hartland from comment #1) Hi, Tried with 10-STABLE this morning and no luck, though it's a different line reported in space_map.c. root@freebsd:~ # cat /var/crash/core.txt.0 freebsd dumped core - see /var/crash/vmcore.0 Tue Apr 14 20:58:16 UTC 2015 FreeBSD freebsd 10.1-STABLE FreeBSD 10.1-STABLE #0 r281528: Tue Apr 14 20:40:23 UTC 2015 root@freebsd:/usr/obj/usr/src/sys/GENERIC amd64 panic: solaris assert: range_tree_space(rt) == space (0x6b34cb000 == 0x6b3525000), file: /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/space_map.c, line: 131 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... Unread portion of the kernel message buffer: panic: solaris assert: range_tree_space(rt) == space (0x6b34cb000 == 0x6b3525000), file: /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/space_map.c, line: 131 cpuid = 1 KDB: stack backtrace: #0 0xffffffff80973b90 at kdb_backtrace+0x60 #1 0xffffffff80937c15 at panic+0x155 #2 0xffffffff81c0922f at assfail3+0x2f #3 0xffffffff81a8c5a5 at space_map_load+0x3d5 #4 0xffffffff81a721be at metaslab_load+0x2e #5 0xffffffff81a73da7 at metaslab_alloc+0x777 #6 0xffffffff81ab4166 at zio_dva_allocate+0x76 #7 0xffffffff81ab1542 at zio_execute+0x162 #8 0xffffffff80981f75 at taskqueue_run_locked+0xe5 #9 0xffffffff80982a08 at taskqueue_thread_loop+0xa8 #10 0xffffffff80906d6a at fork_exit+0x9a #11 0xffffffff80d1d5de at fork_trampoline+0xe Uptime: 54s Dumping 408 out of 8167 MB:..4%..12%..24%..32%..44%..51%..63%..71%..83%..91% Will compile -CURRENT and try that tonight. -- You are receiving this mail because: You are the assignee for the bug.