Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 09 Sep 2005 15:11:07 -0700 (PDT) Received: from omx1.americas.sgi.com (omx1-ext.sgi.com [192.48.179.11]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j89MB4iL011951 for ; Fri, 9 Sep 2005 15:11:04 -0700 Received: from ledzep.americas.sgi.com (ledzep.americas.sgi.com [198.149.16.14]) by omx1.americas.sgi.com (8.12.10/8.12.9/linux-outbound_gateway-1.1) with ESMTP id j89M8SxT000556 for ; Fri, 9 Sep 2005 17:08:28 -0500 Received: from [128.162.232.50] (stout.americas.sgi.com [128.162.232.50]) by ledzep.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id j89M8RsL21516346; Fri, 9 Sep 2005 17:08:27 -0500 (CDT) Message-ID: <432207DB.9000800@sgi.com> Date: Fri, 09 Sep 2005 17:08:27 -0500 From: Eric Sandeen User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: csc@cadence.com CC: Jan Derfinak , evilninja , linux-xfs@oss.sgi.com Subject: Re: Corruption of in-memory data detected. References: <4321CDDD.8010607@gmx.net> <1126296865.16932.71.camel@rcsr10.cadence.com> In-Reply-To: <1126296865.16932.71.camel@rcsr10.cadence.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 6102 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sandeen@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 750 Lines: 25 Chris Croswhite wrote: > This also happens on i386 (ran into the problem last evening). > >>One more notice: I tried to use CONFIG_KEXEC on x86_64 and kernel could not >>recognize XFS superblock. I didn't try it on i386. Hm, how do you hit the problem? [root@lite ~]# zcat /proc/config.gz | grep KEXEC CONFIG_KEXEC=y [root@lite ~]# mount | grep xfs /dev/sda1 on /mnt/sda1 type xfs (rw) [root@lite ~]# dmesg | grep -i xfs SGI XFS with ACLs, security attributes, realtime, large block numbers, dmapi support, no debug enabled SGI XFS Quota Management subsystem XFS mounting filesystem sda1 Ending clean XFS mount for filesystem: sda1 I'm not up to speed on KEXEC. Did you do anything other than build with it on to hit the problem? :) -Eric