From owner-freebsd-fs@FreeBSD.ORG Sat Dec 15 14:36:28 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 5E0B1D73 for ; Sat, 15 Dec 2012 14:36:28 +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 94C658FC0A for ; Sat, 15 Dec 2012 14:36:27 +0000 (UTC) Received: by people.fsn.hu (Postfix, from userid 1001) id 3C0FAF2594F; Sat, 15 Dec 2012 15:36:26 +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: 16.3457] X-CRM114-CacheID: sfid-20121215_15362_D4695073 X-CRM114-Status: Good ( pR: 16.3457 ) X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Sat Dec 15 15:36:26 2012 X-DSPAM-Confidence: 0.9954 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 50cc8ae9830292009013148 X-DSPAM-Factors: 27, From*Attila Nagy , 0.00010, MFC, 0.00096, >+Hi, 0.00139, wrote+>, 0.00225, Hi+>, 0.00231, >+I, 0.00255, >+It, 0.00277, >+>, 0.00359, >+>, 0.00359, this+>, 0.00369, References*fsn.hu>, 0.00426, the+code, 0.00426, In-Reply-To*fsn.hu>, 0.00461, svn, 0.00461, revision, 0.00503, can+I, 0.00503, 11+29, 0.00552, >+If, 0.00592, wrote, 0.00592, stack, 0.00613, I+get, 0.00669, 0+>, 0.00690, 0+>, 0.00690, it's+the, 0.00735, it's+the, 0.00735, c+>, 0.00787, 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 28B44F2593E for ; Sat, 15 Dec 2012 15:36:23 +0100 (CET) Message-ID: <50CC8AE5.5070804@fsn.hu> Date: Sat, 15 Dec 2012 15:36:21 +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: Re: zfs panic, solaris_assert References: <50CC86D4.2070502@fsn.hu> In-Reply-To: <50CC86D4.2070502@fsn.hu> 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:36:28 -0000 On 12/15/2012 03:19 PM, Attila Nagy wrote: > 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? > It seems this is introduced with the following mega-MFC: r243674 | mm | 2012-11-29 15:05:04 +0100 (Thu, 29 Nov 2012) | 223 lines