[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] Re: Problems with new pager function
From: |
Jean Delvare |
Subject: |
[Quilt-dev] Re: Problems with new pager function |
Date: |
Mon, 14 Dec 2009 14:06:31 +0100 |
User-agent: |
KMail/1.9.1 |
Le lundi 14 décembre 2009 14:03, Bert Wesarg a écrit :
> On Mon, Dec 14, 2009 at 13:54, Bert Wesarg <address@hidden> wrote:
> > 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):
> Setting PIPE to the default handler (i.e. remove PIPE from the trap
> list in setup_pager) does not show any messages, only an exit code of
> 141.
Patch please?
--
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, 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 <=
- [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