Path: utzoo!attcan!uunet!lll-winken!lll-lcc!ames!oliveb!amiga!neil From: neil@amiga.UUCP (Neil Katin) Newsgroups: comp.sys.amiga Subject: Re: HELP! Corrupted Disks Keywords: This seems to be a common problem, no ? Message-ID: <2403@amiga.UUCP> Date: 14 Jun 88 06:12:40 GMT References: <1544@edison.GE.COM> <4005@cbmvax.UUCP> <3052@tekigm2.TEK.COM> <3053@tekigm2.TEK.COM> <632@mtunh.ATT.COM> Reply-To: neil@spam.UUCP (Neil Katin) Organization: Commodore-Amiga Inc, Los Gatos CA Lines: 22 In article <632@mtunh.ATT.COM> mkd@mtunh.ATT.COM (Mark Darby) writes: >Is the Delay(0) bug intermittent, thus possibly causing my intermittent demo >interruption? Or am I possibly dealing with just a standard disk alignment >problem? The Delay(0) bug is timing dependent (no surprise there...). Basically, it loses time from the previous request on the list: sometimes all of it. A continuous loop of Delay(0)'s and a continous loop of trackdisk operations will trash disks about on in 147,000 delays. This is about 3 minutes of wall clock time, when both the disk is continuously busy and there is an endless supply of Delay(0)'s. I have no doubt that some peoples systems will fail more often, but that's what my tests showed. The problem manifests itself by the trackdisk not waiting the proper amount of time while writing a track. Once again, this is fixed in 1.4. We're exploring ways to release a patch before that, but until we figure it out, the official line is "wait for 1.4". Neil Katin