Following up
https://mailman.research.att.com/pipermail/ast-developers/2011q3/000937.html
I have just been bitten by this bug. I was able to boil down the
failure case to this:
$ cat u
#!/bin/ksh
function g { IFS=" " ; }
function f { typeset IFS ; : $(g) ; }
f
f
$ ./u
Segmentation fault
$ ksh --version
version sh (AT&T Research) 93u 2011-02-08
--
Thomas Hood
RAAF Technology
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers