From owner-freebsd-current Tue Jan 12 17:59:35 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07582 for freebsd-current-outgoing; Tue, 12 Jan 1999 17:59:35 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from janus.syracuse.net (janus.syracuse.net [205.232.47.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07563 for ; Tue, 12 Jan 1999 17:59:32 -0800 (PST) (envelope-from green@unixhelp.org) Received: from localhost (green@localhost) by janus.syracuse.net (8.8.8/8.8.7) with ESMTP id UAA21060 for ; Tue, 12 Jan 1999 20:59:04 -0500 (EST) Date: Tue, 12 Jan 1999 20:59:04 -0500 (EST) From: Brian Feldman X-Sender: green@janus.syracuse.net To: freebsd-current@FreeBSD.ORG Subject: Weird file corruption? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This seems to be happening every once in a while :/ It happens in what seems to be random scenarios. For instance today, I extracted a file successfully. Then: {"/home/green"}$ gzip -t xmame-0.35b1.1.tgz gzip: xmame-0.35b1.1.tgz: invalid compressed data--crc error Then I experienced problems compiling i86.c, which should have been (once extracted again, this part of the archive wasn't corrupted) static void i_xchg_axcx(void) /* Opcode 0x91 */ { XchgAXReg(CX); } but was static static voidaxcx(void) /* Opcode 0x91 */ { XchgAXReg(CX); } So far, I really haven't seen this much, but I'm getting worried. Anyone have any idea wha the problem is? Brian Feldman _ __ ___ ___ ___ green@unixhelp.org _ __ ___ | _ ) __| \ http://www.freebsd.org/ _ __ ___ ____ | _ \__ \ |) | FreeBSD: The Power to Serve! _ __ ___ ____ _____ |___/___/___/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message