Hi Paul,
With kill -14 91418, I don't see any output add to tr.
% ps -elf | grep strace
0 S kellythw480 1 0 80 0 - 58957 - Nov05 ?00:00:00
strace -o tr ./a.out
0 S kellythw 3760 1 0 80 0 - 58957 - Nov05 ?00:00:00
strace -o tr ./a.out
0 S kellythw
On 11/6/20 8:20 AM, Kelly Wang (kellythw) wrote:
Is server issue? should I change to other rhel8 server and try the same?
It does sound like some sort of server or filesystem problem, yes. The mkdir
syscall does not finish and refuses to be interrupted. I don't see any way to
modify Gnulib to
Hi Paul,
With ./configure gl_cv_func_getcwd_path_max=no, the step passed without hanging.
I was able to get rcs configure, make and installed.
Just need to verify if 5.10.0 fix ci/co problem among our team.
I don't think we have conversation for GNU tar before and the rhel8 server that
I am bui