Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: strange behavior



On 2010-11-15 09:24:38 -0800, Bart Schaefer wrote:
> On Nov 15,  5:32pm, Vincent Lefevre wrote:
> }
> } > ypig:~/wd> up
> } > At revision 40202.
> } > zsh: exit 141
> } > ypig:~/wd[PIPE]>
> } 
> } This has just happened again. This time, the machine hadn't been
> } rebooted (but there has been a lot of disk activity before that).
> 
> It appears to me that it must be the case that
> 	svn "$@"
> is exiting with status 141, rather than that the filter function is
> killing its parent with a PIPE signal.

I don't think this is possible as when svn receives a PIPE signal,
it outputs "svn: Write error: Broken pipe" and exits with status 1.
But I've added some code to check that status 141 is not possible.

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



Messages sorted by: Reverse Date, Date, Thread, Author