reassign 216105 libstdc++5
retitle 216105 [fixed in 3.4] Using streambuf / iostream to read from a named 
pipe
tags 216105 +upstream +fixed-upstream
thanks

output, built with g++-3.3:

Child 1: Message sent at 1082192166: This is a message from child 1
Child 2: Message sent at 1082192166: This is a message from child 2
Child 1: closing pipe
Child 1: pipe closed
Child 2: closing pipe
Child 2: pipe closed
Parent: Message received at 1082192168: This is a message from child 1
Parent: Message received at 1082192168: This is a message from child 2

output, built with g++-3.4:

Child 1: Message sent at 1082192042: This is a message from child 1
Child 2: Message sent at 1082192042: This is a message from child 2
Parent: Message received at 1082192042: This is a message from child 1
Parent: Message received at 1082192042: This is a message from child 2
Child 1: closing pipe
Child 1: pipe closed
Child 2: closing pipe
Child 2: pipe closed



Reply via email to