From owner-freebsd-current@FreeBSD.ORG Fri Jul 18 09:14:24 2008 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 5A4BD1065674; Fri, 18 Jul 2008 09:14:24 +0000 (UTC) (envelope-from lothar@lobraun.de) Received: from smtp.cs.uni-tuebingen.de (u-173-c156.cs.uni-tuebingen.de [134.2.173.156]) by mx1.freebsd.org (Postfix) with ESMTP id 0BA928FC13; Fri, 18 Jul 2008 09:14:23 +0000 (UTC) (envelope-from lothar@lobraun.de) Received: from vpn2797.extern.uni-tuebingen.de ([134.2.187.47] helo=admins-macbook.local) by smtp.cs.uni-tuebingen.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.60) (envelope-from ) id 1KJm2h-0002VW-2D; Fri, 18 Jul 2008 11:14:23 +0200 Message-ID: <48805EEE.90109@lobraun.de> Date: Fri, 18 Jul 2008 11:14:22 +0200 From: Lothar Braun User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Attilio Rao References: <487F32C6.5030502@lobraun.de> <3bbf2fe10807171306y59d30b13y868c1e27697412a7@mail.gmail.com> In-Reply-To: <3bbf2fe10807171306y59d30b13y868c1e27697412a7@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: panic: __lockmgr_args: unknown lockmgr request 0x0 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: Fri, 18 Jul 2008 09:14:24 -0000 Hi, Attilio Rao wrote: > 2008/7/17, Lothar Braun : > can you try the following patch: > http://www.freebsd.org/~attilio/xfs.diff The patch makes the panic disappear. But there seems to be a deadlock instead. Every access on the partition does block. I did mkfs.xfs /dev/ad8s4 mount -t xfs /dev/ad8s4 /home mkdir /home/lothar chown lothar:lothar /home/lothar -> blocks dmesg says: SGI XFS with large block numbers, tracing, no debug enabled fsname '/dev/ad8s4' logname '' rtname '' flags 0x200000 sunit 0 swidth 0 logbufs -1 logbufsize -1 xfs_setsize_buftarg NI 0xc692d420 XFS mounting filesystem /dev/ad8s4 Ending clean XFS mount for filesystem: /dev/ad8s4 xfs_iunpin: REC RECABLE ip 0xc6f89d38 xfs_iunpin: REC RECABLE ip 0xc6f8a000 xfs_iflush: ip 0xc6f89d38 i_ino 131 I'll recompile the kernel with INVARIANTS and WITNESS enabled in order to get more information about the problem. Regards, Lothar