[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] Re: Problems with new pager function
From: |
Bert Wesarg |
Subject: |
[Quilt-dev] Re: Problems with new pager function |
Date: |
Mon, 14 Dec 2009 13:54:11 +0100 |
On Mon, Dec 14, 2009 at 13:44, Jean Delvare <address@hidden> wrote:
> Le lundi 14 décembre 2009 13:19, Bert Wesarg a écrit :
>> On Mon, Dec 14, 2009 at 11:57, Jean Delvare <address@hidden> wrote:
>> > /opt/quilt/share/quilt/annotate: line 81: echo: write error: Bad file
>> > descriptor
>> > /opt/quilt/share/quilt/annotate: line 174: echo: write error: Bad file
>> > descriptor
>> > /opt/quilt/share/quilt/annotate: line 177: echo: write error: Bad file
>> > descriptor
>> The problem shows up, if you quit the pager before quilt has finished
>> with its output. The pipe brakes and stdout points to nowhere. I'm
>> currently unsure how to fix this.
>
> Catch SIGPIPE (which I presume you receive in that case) and end
> quilt when you receive it?
Thanks. I tried only SIGCHLD, which does not worked. With an exit trap
on SIGPIPE I'm still getting this message (and only this message):
quilt/annotate: line 81: echo: write error: Broken pipe
Bert
>
> --
> Jean Delvare
> Suse L3
>
- [Quilt-dev] Problems with new pager function, Jean Delvare, 2009/12/14
- [Quilt-dev] Re: Problems with new pager function, Bert Wesarg, 2009/12/14
- [Quilt-dev] Re: Problems with new pager function, Jean Delvare, 2009/12/14
- [Quilt-dev] Re: Problems with new pager function,
Bert Wesarg <=
- [Quilt-dev] Re: Problems with new pager function, Bert Wesarg, 2009/12/14
- [Quilt-dev] Re: Problems with new pager function, Jean Delvare, 2009/12/14
- [Quilt-dev] [PATCH] fix pager on broken pipe, Bert Wesarg, 2009/12/14
- [Quilt-dev] Re: [PATCH] fix pager on broken pipe, Jean Delvare, 2009/12/14
- [Quilt-dev] Re: [PATCH] fix pager on broken pipe, Bert Wesarg, 2009/12/14
- [Quilt-dev] Re: [PATCH] fix pager on broken pipe, Jean Delvare, 2009/12/14