Re: Fatal bug with redirection

2006-10-04 Thread Andreas Schwab
"Yang" <[EMAIL PROTECTED]> writes: > On my FC5 box, when I try certain things in bash 3.1.7(1)-release > involving redirection, such as the following, bash crashes > (immediately exits): > > { echo a >&3 ; } 3> >( echo b ) It doesn't crash, it just receives a SIGPIPE, since the process in the pro

Re: Fatal bug with redirection

2006-10-04 Thread Stephane Chazelas
On Wed, Oct 04, 2006 at 03:38:12PM -0400, Yang wrote: > On my FC5 box, when I try certain things in bash 3.1.7(1)-release > involving redirection, such as the following, bash crashes > (immediately exits): > > { echo a >&3 ; } 3> >( echo b ) > > I've only tried this from an interactive shell. Unf

Re: Fatal bug with redirection

2006-10-04 Thread mwoehlke
Yang wrote: On my FC5 box, when I try certain things in bash 3.1.7(1)-release involving redirection, such as the following, bash crashes (immediately exits): { echo a >&3 ; } 3> >( echo b ) That toasts "3.00.15(1)-release" (FC4 IIRC), but not 3.1.17. I would apply patches 8-17 and try again.

Fatal bug with redirection

2006-10-04 Thread Yang
On my FC5 box, when I try certain things in bash 3.1.7(1)-release involving redirection, such as the following, bash crashes (immediately exits): { echo a >&3 ; } 3> >( echo b ) I've only tried this from an interactive shell. Unfortunately I don't have bashbug or bashversion, as I'm using the FC