From owner-freebsd-i386@FreeBSD.ORG Wed Sep 6 22:31:20 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6394E16A50D for ; Wed, 6 Sep 2006 22:31:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84EC543E51 for ; Wed, 6 Sep 2006 22:30:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k86MUUDd043250 for ; Wed, 6 Sep 2006 22:30:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k86MUTX1043243; Wed, 6 Sep 2006 22:30:29 GMT (envelope-from gnats) Date: Wed, 6 Sep 2006 22:30:29 GMT Message-Id: <200609062230.k86MUTX1043243@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Timothy Demulder Cc: Subject: Re: i386/102943: kernel crash when unloading the xfs kernel module X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Timothy Demulder List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 22:31:20 -0000 The following reply was made to PR i386/102943; it has been noted by GNATS. From: Timothy Demulder To: remko@freebsd.org, freebsd-gnats-submit@freebsd.org, rodrigc@freebsd.org Cc: Subject: Re: i386/102943: kernel crash when unloading the xfs kernel module Date: Thu, 7 Sep 2006 00:28:10 +0200 On Wednesday 06 September 2006 18:46, Remko Lodder wrote: Hey Remko, > Can you also tell how you are using XFS? If you use it as primary > filesystem the resulting crash is not weird or so ;-) Just wanted to check out the -CURRENT xfs support, not using it as my primary FS at all :) I can make an md, partition it with xfs and mount it, but as soon as I unload the module, the system hangs. So I tried to reproduce it and as it seems you don't even have to do anything, just load the module, unload it, type something on the console and it crashes. > Please do note on forehand that 7-CURRENT is not yet supported > and seen as development platform, so this could be the result > of development instead. I know, thanks for the warning though. > Though I have CC'ed the last one touching the XFS files in the > mailing.. > > Hope this helps! Cheers. Greets, T.