From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 2 11:40:06 2015 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22AD0439 for ; Tue, 2 Jun 2015 11:40:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 047241A99 for ; Tue, 2 Jun 2015 11:40:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t52Be5wE046126 for ; Tue, 2 Jun 2015 11:40:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 200592] panic: solaris assert: zilog_is_dirty(zilog) || spa_freeze_txg(zilog->zl_spa) != UINT64_MAX, file: /release/usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zil.c, line: 1060 Date: Tue, 02 Jun 2015 11:40:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: johan@300.nl X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2015 11:40:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200592 Bug ID: 200592 Summary: panic: solaris assert: zilog_is_dirty(zilog) || spa_freeze_txg(zilog->zl_spa) != UINT64_MAX, file: /release/usr/src/sys/modules/zfs/../../cddl/contrib/op ensolaris/uts/common/fs/zfs/zil.c, line: 1060 Product: Base System Version: 10.1-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: johan@300.nl We've gotten this panic on one of our virtual machines, which is running as a KVM virtual machine. This is on 10.1-RELEASE with a few patched cherry picked from 10.1-STABLE. (kgdb) bt #0 doadump (textdump=) at pcpu.h:219 #1 0xffffffff8091e882 in kern_reboot (howto=260) at /release/usr/src/sys/kern/kern_shutdown.c:452 #2 0xffffffff8091ed75 in vpanic (fmt=, ap=) at /release/usr/src/sys/kern/kern_shutdown.c:759 #3 0xffffffff8091edc3 in panic (fmt=0x0) at /release/usr/src/sys/kern/kern_shutdown.c:688 #4 0xffffffff81c6821d in assfail (a=, f=, l=) at /release/usr/src/sys/modules/opensolaris/../../cddl/compat/opensolaris/kern/opensolaris_cmn_err.c:81 #5 0xffffffff81a27381 in zil_commit (zilog=0xfffff800082ec400, foid=) at /release/usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zil.c:1059 #6 0xffffffff81a56cf8 in zfs_sync (vfsp=, waitfor=) at /release/usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c:161 #7 0xffffffff809c53ca in sync_fsync (ap=) at /release/usr/src/sys/kern/vfs_subr.c:3715 #8 0xffffffff80e3efe7 in VOP_FSYNC_APV (vop=, a=) at vnode_if.c:1330 #9 0xffffffff809c5c9b in sched_sync () at vnode_if.h:549 #10 0xffffffff808ee384 in fork_exit (callout=0xffffffff809c5950 , arg=0x0, frame=0xfffffe0000272c00) at /release/usr/src/sys/kern/kern_fork.c:996 #11 0xffffffff80d03eae in fork_trampoline () at /release/usr/src/sys/amd64/amd64/exception.S:606 #12 0x0000000000000000 in ?? () Kernel dump is available if needed. -- You are receiving this mail because: You are the assignee for the bug.