>> $ uname -a
>> UWIN-XP dt-Fellin 5.0/5.1 2012-08-20 i686 x86 32/32 UWIN
>
>
> Thanks Jeff, I can confirm the 08/20 beta fixes it for me too. On to
> the next thing :)

Looks like there may still be a race condition in there. The following
hangs eventually, usually every 30 or so iterations. The record is 82
tries before hanging:

$ typeset -i i=0
$ while [ i -lt 1000 ]
> do
> i=$i+1
> print $i
> runcmd "ksh -c /tmp/rep.ksh"
> done

$ uname -a
UWIN-W7 jpile-w510 5.0/6.1 2012-08-20 i686-64 x64 64/64 UWIN

-jP
_______________________________________________
uwin-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/uwin-users

Reply via email to