discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Broken pipe when I write the payload to a pipe.


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Broken pipe when I write the payload to a pipe.
Date: Fri, 23 Jan 2009 14:09:44 -0800
User-agent: Mutt/1.5.18 (2008-05-17)

On Fri, Jan 23, 2009 at 11:44:20AM -0800, Brook Lin wrote:
> 
> Hi All, 
> 
> I am trying to write the payload to a pipe rather than to a file in
> benchmark_ofdm_rx.py. The script is attached below. However, I got the error
> 'Broeken pipe' when I run the script. Can anyone tell me why is that and how
> to correct it?

It's because you're writing to a pipe with no reader.

Try

  $ man 7 pipe

for more info, or try reading a Unix / Linux programming book.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]