Hi, just seen with the latest ksh Version JM 93u+ 2012-01-01:
test options begins at 2012-01-17+13:44:46
options.sh[524]: pipefail causes script to hang
test options failed at 2012-01-17+13:44:59 with exit code 1 [ 142 tests 1 error
]
test options(C.UTF-8) begins at 2012-01-17+13:44:59
options.sh[524]: pipefail causes script to hang
test options(C.UTF-8) failed at 2012-01-17+13:45:13 with exit code 1 [ 142
tests 1 error ]
test options(shcomp) begins at 2012-01-17+13:45:13
shcomp-options.ksh[524]: pipefail causes script to hang
also my leak2.sh test script shows an increased leak count:
+ /usr/src/packages/BUILD/ksh93/arch/linux.i386/bin/ksh.test
/usr/src/packages/SOURCES/leak2.sh
[leak2.sh: leak count at 34]
the script is attached. Beside this I've a bug reports with
two bugs for ksh93u. The first is that if `typeset -u' is
used for a string variable and afterwards the variable HISTFILE
is set not only the first variable but the value of the HISTFILE
variable is uppercase. The second bug with a segfault due
trying to correct the value of the HISTFILE variable seems to
be fixed with 2012-01-01. Nevertheless I've attached both
profiles.
Werner
--
"Having a smoking section in a restaurant is like having
a peeing section in a swimming pool." -- Edward Burr
leak2.sh
Description: application/shellscript
#!/bin/ksh HISTFILE=~/.sh_history typeset -u PS1='hello --- ' echo $HISTFILE HISTFILE=~/.new_history_file echo $HISTFILE
#!/bin/ksh HISTFILE=~/.sh_history typeset -u PS1='hello --- ' typeset +u HISTFILE echo $HISTFILE HISTFILE=~/.new_history_file echo $HISTFILE
_______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
