Pádraig Brady wrote: > syscalls=$( > for s in $zc_syscalls; do > strace -qe "$s" true >/dev/null 2>&1 && echo "$s" > done | paste -s -d,) > > > It sounds like the strace is hanging? > Does adding a "timeout 10" on front of the strace avoid the hang?
Yes, it does, for both of the tests. With this, we are down to 24 FAIL. Bruno
