On 8/12/15 9:55 PM, isabella parakiss wrote:
> This segfaults when it receives a SIGUSR1:
> 
> #!/bin/bash
> trap ': $(:) < <(:)' USR1
> while :; do sleep 1; done

Thanks for the report.  The problem is the process substitution in the
trap.  I will fix it for the next version of bash.

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