On 8/11/14, 2:21 PM, lolilolicon wrote:
> Sorry for the unhelpful title, but I can't find a one that isn't
> longer than the body of the mail.
> 
> The following code segfaults when run by bash 4.3.022
> 
>   set -E
>   shopt -s lastpipe
>   trap -- 'true' ERR
>   true | { true | false; }
> 
> This is probably related to the bug patched by bash43-022.

Thanks, I'll take a look.  The nested pipes are probably at fault.

Chet

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

Reply via email to