Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!AUREL.CALTECH.EDU!bfox From: bfox@AUREL.CALTECH.EDU (Brian Fox) Newsgroups: gnu.bash.bug Subject: (cat file) | cat does not work Message-ID: <8909220057.AA00493@aurel.caltech.edu> Date: 22 Sep 89 00:57:50 GMT References: <8909040118.AA21466@comp.vuw.ac.nz> Sender: daemon@tut.cis.ohio-state.edu Reply-To: bfox@aurel.caltech.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 23 Date: Mon, 04 Sep 89 13:16:11 +1200 From: Ray Nickson I forgot to report this bug in version 1.02; not surprisingly, it hasn't been fixed in 1.03. Sorry. Version 1.03, GCC compiled, on an HP300 running More/BSD. If I do bash$ (cat bigfile) | cat I do not get any output until I kill the job. It only appears if bigfile is a reasonably large file; presumably some sort of buffering problem. I can dig deeper if you are unable to reproduce the bug. -rgn -- Ray Nickson, Dept. Comp. Sci., Victoria University of Wellington, New Zealand. nickson@comp.vuw.ac.nz ...!uunet!vuwcomp!nickson + 64 4 721000x8593 Chet Ramey fixed this bug, and the fix will appear in bash-1.04. Brian