Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!elroy!devvax!lwall From: lwall@devvax.JPL.NASA.GOV (Larry Wall) Newsgroups: comp.sources.bugs Subject: Re: perl fails io.tell test 3 (Ultrix 1.2) Message-ID: <1427@devvax.JPL.NASA.GOV> Date: 29 Feb 88 22:15:40 GMT References: <1612@uhccux.UUCP> Reply-To: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Organization: Jet Propulsion Laboratory, Pasadena, CA. Lines: 15 In article <1612@uhccux.UUCP> lee@uhccux.UUCP (Greg Lee) writes: : I reported earlier perl's `make test' reported an error : in io.tell, test 3. I've installed patches through #23 now, : and the problem is still there. This is Ultrix 1.2. There is a known bug in Ultrix 1.2 that second and subsequent filbuf()s on a file at EOF erroneously advance the file pointer by 1. This situation almost never arises in real code. I'm not currently planning on fixing this in perl, since it is unlikely to affect anyone. I suggest that you simply ignore io.tell test 3 (and 12, which depends on 3). If you're really worried about it, you can always upgrade your Ultrix. 1/2 :-) Larry Wall lwall@jpl-devvax.jpl.nasa.gov