bug-readline
[Top][All Lists]
Advanced

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

Re: [Bug-readline] Error: Broken pipe


From: Chet Ramey
Subject: Re: [Bug-readline] Error: Broken pipe
Date: Sun, 14 Dec 2014 16:33:55 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

On 12/13/14 4:45 AM, Nailah Alhassoun wrote:
> Hi there,
> 
> I am trying to use readline with c++ 
> 
> however when I checked it, I got the following message:
> 
> ================================================
> 
> -MacBook-Pro:~ Naila$ brew info readline | head -1
> 
> readline: stable 6.3.8 (bottled)
> 
> Error: Broken pipe

This doesn't have anything to do with readline.  The broken pipe error
is displayed because `brew' reports a write error.  It gets the write
error because it attempts to write to a pipe after `head' has exited and
caused the read end to be closed.


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    address@hidden    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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