tail -f stops working

Carl S. Gutekunst csg at pyramid.pyramid.com
Thu Jul 6 07:22:37 AEST 1989


In article <1290 at esquire.UUCP> sullivan at esquire.UUCP (David J. Sullivan) writes:
>I've noticed something that is quite vexing and a bit confusing:
>tail -f's on files that don't change often can stop working.

Actually, it can happen even when the file *does* change. The bug is in the

	sleep(1);

call, which occasionally doesn't wake up. (I ran the test for days on my 9840
before it happened -- but it definitely *does* happen.)

This should be reported to pyramid!bugs.

<csg>



More information about the Comp.sys.pyramid mailing list