From owner-freebsd-current@FreeBSD.ORG Thu Jul 30 02:51:49 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72CBB106566B; Thu, 30 Jul 2009 02:51:49 +0000 (UTC) (envelope-from mdounin@mdounin.ru) Received: from mdounin.cust.ramtel.ru (mdounin.cust.ramtel.ru [81.19.69.81]) by mx1.freebsd.org (Postfix) with ESMTP id 2C7698FC16; Thu, 30 Jul 2009 02:51:49 +0000 (UTC) (envelope-from mdounin@mdounin.ru) Received: from mdounin.ru (mdounin.cust.ramtel.ru [81.19.69.81]) by mdounin.cust.ramtel.ru (Postfix) with ESMTP id 91B1B1701C; Thu, 30 Jul 2009 06:51:47 +0400 (MSD) Date: Thu, 30 Jul 2009 06:51:47 +0400 From: Maxim Dounin To: "Sam Fourman Jr." Message-ID: <20090730025147.GC8794@mdounin.ru> References: <20090730013857.GB8794@mdounin.ru> <11167f520907291913i2718f784hf3d468284383eab1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <11167f520907291913i2718f784hf3d468284383eab1@mail.gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-fs@freebsd.org, freebsd-current@freebsd.org Subject: Re: another zfs panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2009 02:51:49 -0000 Hello! On Wed, Jul 29, 2009 at 09:13:41PM -0500, Sam Fourman Jr. wrote: > On Wed, Jul 29, 2009 at 8:38 PM, Maxim Dounin wrote: > > Hello! > > > > Here is zfs panic I'm able to reproduce by running an scp from > > remote machine to zfs volume and 3 parallel untars of ports tree > > in cycle. šNot sure that everything is required, but the above > > workload triggers panic in several hours. > > > > This is on fresh current with GENERIC kernel: > > > > panic: sx_xlock() of destroyed sx @ > > /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_rlock.c:535 [...] > what is the output of uname -a > what is the contents of /boot/loader.conf $ uname -a FreeBSD x0040.mgmt.vega.ru 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Wed Jul 29 12:46:06 UTC 2009 root@x0040.mgmt.vega.ru:/usr/obj/usr/src/sys/GENERIC amd64 $ cat /boot/loader.conf beastie_disable="YES" geom_mirror_load="YES" hint.uart.0.flags="0" hint.uart.1.flags="0x10" Maxim Dounin