Bug 26141

Summary: The FIFO file is not good!!
Product: Base System Reporter: csn <csn>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description csn 2001-03-27 11:30:03 UTC
The file make by 'mkfifo' is not good.

The FIFO file in redhat linux 6.1 is very good.

you can see it on linux.

Fix: 

I do not know how to fix.
How-To-Repeat: I use command 'mkfifo test';
on console1, I run 'cat test';
on console2, I run 'cat test';
on console3, I run 'tee test';
on console3, I type few line;

the result on console1 is different from console2.

I think it is not good.
---------
if I only run 'echo abc > test';
The command is not exit immediately.
Comment 1 dwmalone 2001-03-27 12:09:32 UTC
On Tue, Mar 27, 2001 at 01:38:41AM -0800, csn@163.net wrote:
> >How-To-Repeat:
> I use command 'mkfifo test';
> on console1, I run 'cat test';
> on console2, I run 'cat test';
> on console3, I run 'tee test';
> on console3, I type few line;
> 
> the result on console1 is different from console2.
> 
> I think it is not good.

The output on console1 and console2 should be different. Only one
of the cat programs should output each line. This is what I see on
FreeBSD-4.2-STABLE, Redhat 7.0 and Redhat 6.2.

> if I only run 'echo abc > test';
> The command is not exit immediately.

I see the same effect eith echo as I do with tee.

	David.
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2001-05-06 06:41:50 UTC
State Changed
From-To: open->analyzed

This appears not to be a problem.  Do you have anything 
further to add on this matter?
Comment 3 Kris Kennaway freebsd_committer freebsd_triage 2001-05-25 11:20:05 UTC
State Changed
From-To: analyzed->closed

PR was determined to not be a bug