ksh (ast-ksh.20130807) crashes on my Fedora laptop if I try to copy the information in .sh.sig to an array for later use:
ksh -c 'compound c ; compound -a c.car; integer c.cari=0; trap "typeset -c c.car[\$((c.cari++))]=.sh.sig" USR1; kill -q4 -s USR1 $$; kill -q5 -s USR1 $$; true ; print -v c' Segmentation fault (I don't have a usable stack trace because this is an optimized build. Roland, could to have a look please?) Ced -- Cedric Blancher <[email protected]> Institute Pasteur _______________________________________________ ast-developers mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-developers
