Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 1999 20:59:04 -0500 (EST)
From:      Brian Feldman <green@unixhelp.org>
To:        freebsd-current@FreeBSD.ORG
Subject:   Weird file corruption?
Message-ID:  <Pine.BSF.4.05.9901122050530.20586-100000@janus.syracuse.net>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9901122050530.20586-100000>