Bug#378275: gnome-terminal exits when manipulating named pipes (I have a patch)

2006-11-17 Thread Jonas Koelker
I have attached a patch. It's pretty lame, though: what it does is read the fifo file into a buffer (and execute it). On the other hand, bash already read the sourced file into a buffer, so I guess I'm no worse at working around crufty design than the average bash hacker. I also added two test

Bug#378275: Fw: Re: Bug#378275: gnome-terminal exits when manipulating named pipes

2006-07-16 Thread Loïc Minier
reassign 378275 bash retitle 378275 Behavior of the shell when sourcing a FIFO stop Hi, On Sat, Jul 15, 2006, Rodrigo roper wrote: > it happens on debian 3.1 (bash 2.05b-26) and on ubuntu 6.06. > it also happens with cygwin on windows xp with bash 3.1.17 So, in short, it happens with ba

Bug#378275: Fw: Re: Bug#378275: gnome-terminal exits when manipulating named pipes

2006-07-15 Thread Rodrigo roper
Hi, On Fri, Jul 14, 2006, Rodrigo roper wrote: > create a named pipe: > $ mkfifo fifo.txt > on one terminal, write: > $ echo anything > fifo.txt > this waits until fifo.txt is opened in the other side. > then on another gnome-terminal or on another tab on the same gnome-terminal: > $ . fi

Bug#378275: gnome-terminal exits when manipulating named pipes

2006-07-15 Thread Loïc Minier
Hi, On Fri, Jul 14, 2006, Rodrigo roper wrote: > create a named pipe: > $ mkfifo fifo.txt > on one terminal, write: > $ echo anything > fifo.txt > this waits until fifo.txt is opened in the other side. > then on another gnome-terminal or on another tab on the same gnome-terminal: > $ . fif

Bug#378275: gnome-terminal exits when manipulating named pipes

2006-07-14 Thread Rodrigo roper
Package: gnome-terminal Version: 2.8.2-2 this bug affects gnome-terminal versions at least from 2.8.2-2 to 2.14.1 also affects to the console, virtual terminal (alf-f1...) the bug can be reproduced doing the following steps, in that order. create a named pipe: $ mkfifo fifo.txt on one terminal,