From owner-freebsd-fs@FreeBSD.ORG Sat Dec 15 14:24:26 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 772605EE for ; Sat, 15 Dec 2012 14:24:26 +0000 (UTC) (envelope-from bra@fsn.hu) Received: from people.fsn.hu (people.fsn.hu [195.228.252.137]) by mx1.freebsd.org (Postfix) with ESMTP id C2B8C8FC12 for ; Sat, 15 Dec 2012 14:24:25 +0000 (UTC) Received: by people.fsn.hu (Postfix, from userid 1001) id E090FF2584F; Sat, 15 Dec 2012 15:19:03 +0100 (CET) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MF-ACE0E1EA [pR: 10.0913] X-CRM114-CacheID: sfid-20121215_15190_90677E42 X-CRM114-Status: Good ( pR: 10.0913 ) X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Sat Dec 15 15:19:03 2012 X-DSPAM-Confidence: 0.6566 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 50cc86d7748791819472988 X-DSPAM-Factors: 27, From*Attila Nagy , 0.00010, the+code, 0.00426, svn, 0.00461, revision, 0.00503, can+I, 0.00503, stack, 0.00613, I+get, 0.00669, it's+the, 0.00735, it's+the, 0.00735, panics, 0.00787, this?, 0.00847, =+0, 0.00861, =+0, 0.00861, Received*Sat+15, 0.99000, Date*15+Dec, 0.99000, If+it's, 0.01000, Subject*panic, 0.01000, file+system, 0.01000, Received*15+Dec, 0.99000, backtrace, 0.01000, 597, 0.01000, Subject*zfs, 0.01000, Date*Sat+15, 0.99000, the+latter, 0.01000, User-Agent*i686, 0.01156, User-Agent*Mozilla/5.0+(X11, 0.01156, X-Spambayes-Classification: ham; 0.00 Received: from [192.168.3.2] (japan.t-online.co.hu [195.228.243.99]) by people.fsn.hu (Postfix) with ESMTPSA id 69540F25844 for ; Sat, 15 Dec 2012 15:19:02 +0100 (CET) Message-ID: <50CC86D4.2070502@fsn.hu> Date: Sat, 15 Dec 2012 15:19:00 +0100 From: Attila Nagy User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090817 Thunderbird/2.0.0.23 Mnenhy/0.7.6.0 MIME-Version: 1.0 To: freebsd-fs@freebsd.org Subject: zfs panic, solaris_assert Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 14:24:26 -0000 Hi, Since running svn revision r243704 I get frequent panics: panic: solaris assert: sa.sa_magic == 0x2F505A (0x4f22a8ed == 0x2f505a), file: /data/usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c, line: 597 cpuid = 0 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2a kdb_backtrace() at kdb_backtrace+0x37 panic() at panic+0x1ce assfail3() at assfail3+0x29 zfs_space_delta_cb() at zfs_space_delta_cb+0xbe dmu_objset_userquota_get_ids() at dmu_objset_userquota_get_ids+0x142 dnode_sync() at dnode_sync+0xc5 dmu_objset_sync_dnodes() at dmu_objset_sync_dnodes+0x5d dmu_objset_sync() at dmu_objset_sync+0x17f dsl_pool_sync() at dsl_pool_sync+0xca spa_sync() at spa_sync+0x34a txg_sync_thread() at txg_sync_thread+0x139 fork_exit() at fork_exit+0x11f fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffff90231accf0, rbp = 0 --- I can't tell whether it's the data or the code. If the latter, is this fixed in later revisions? If it's the file system, what can I do with this?