X-Spam-Checker-Version: SpamAssassin 3.3.0-rupdated (updated) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_33 autolearn=no version=3.3.0-rupdated Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id n5UL1QFv229784 for ; Tue, 30 Jun 2009 16:01:26 -0500 X-ASG-Debug-ID: 1246395717-314402eb0000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from ssec.wisc.edu (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 43FE2333803 for ; Tue, 30 Jun 2009 14:01:57 -0700 (PDT) Received: from ssec.wisc.edu (mahogany.ssec.wisc.edu [128.104.110.2]) by cuda.sgi.com with ESMTP id jGvOByBtD6pp0rvS for ; Tue, 30 Jun 2009 14:01:57 -0700 (PDT) Received: from arthur.ssec.wisc.edu (account jstroik [128.104.111.93] verified) by ssec.wisc.edu (CommuniGate Pro SMTP 5.2.13) with ESMTPSA id 30371960; Tue, 30 Jun 2009 16:01:56 -0500 Message-ID: <4A4A7D44.7040009@ssec.wisc.edu> Date: Tue, 30 Jun 2009 16:01:56 -0500 From: Jesse Stroik User-Agent: Thunderbird 2.0.0.17 (X11/20080915) MIME-Version: 1.0 To: Eric Sandeen CC: xfs@oss.sgi.com X-ASG-Orig-Subj: Re: Seg fault during xfs repair (segmentation fault / segv) Subject: Re: Seg fault during xfs repair (segmentation fault / segv) References: <4A4A596D.8030800@ssec.wisc.edu> <4A4A5C4E.7030605@sandeen.net> In-Reply-To: <4A4A5C4E.7030605@sandeen.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Barracuda-Connect: mahogany.ssec.wisc.edu[128.104.110.2] X-Barracuda-Start-Time: 1246395717 X-Barracuda-Bayes: INNOCENT GLOBAL 0.0000 1.0000 -2.0210 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Barracuda-Spam-Score: -1.92 X-Barracuda-Spam-Status: No, SCORE=-1.92 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.1 tests=BSF_SC0_SA085 X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.2206 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.10 BSF_SC0_SA085 Custom Rule SA085 X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on oss.sgi.com X-Virus-Status: Clean Eric, Eric Sandeen wrote: > Jesse Stroik wrote: >> I have a server with a ~20TB xfs file system on Linux >> (2.6.18-92.1.22.el5) and am running xfsprogs-2.9.4-4.el5. We had a few >> corrupted files which I believe were due to a SCSI issue after a recent >> power outage. Due to the corruption, I ran xfs_check and would like to >> run xfs_repair on the system. > > It'd really be great to test more recent xfsprogs first, that one is > about 2 years old. > > You can probably grab any recent fedora src.rpm and rebuild it, and > later go back to the centos version if you wish. I fetched the current version from SVN using these directions: http://xfs.org/index.php/Getting_the_latest_source_code I get identical results. -------- ... reset bad sb for ag 31 reset bad agf for ag 31 reset bad agi for ag 31 Segmentation fault $ ./xfs_repair -V xfs_repair version 3.0.2 -------- If you want me to rebuild with debug and get you any specific information, let me know. Best, Jesse