Re: rcs configure hang

2020-11-05 Thread Paul Eggert
On 10/27/20 8:36 AM, Kelly Wang (kellythw) wrote: You are right, after remove confdir3, rerun strace hang. Checked tr output, it stopped at bunch of mkdir and chdir and no further steps after that. mkdir("confdir3", 0700) = 0 chdir("confdir3") = 0 How

Re: rcs configure hang

2020-11-05 Thread Kelly Wang (kellythw)
Hi Paul or gnulib guru, Can you share any thought for the configure hanging problem while configure rcs? + ./configure checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking whether conversion from 'int' to

Re: rcs configure hang

2020-11-05 Thread Kelly Wang (kellythw)
Hi Paul, With the conftest.c you provided, strace still hang. Check for how many calls for chdir("confdir3"), it only has 110 times, then hang after mkdir("confdir3", 0700 ... Is there any directory limitation that can make on a server? sjc-ads-7913:/ws/kellythw-sjc/rcs_try/getcwd-test% tail

Re: rcs configure hang

2020-11-05 Thread Paul Eggert
On 11/5/20 2:28 PM, Kelly Wang (kellythw) wrote: When strace hang, I do 'ps -elf | grep strace' from other terminal and do kill -9 kill -s INT $(ps -o pid= -C a.out) looks like not working from my server. Assuming you're using the Linux kernel signal numbers, you should be able to get a

Re: rcs configure hang

2020-11-05 Thread Paul Eggert
On 11/5/20 1:18 PM, Kelly Wang (kellythw) wrote: With the conftest.c you provided, strace still hang. Check for how many calls for chdir("confdir3"), it only has 110 times, then hang after mkdir("confdir3", 0700 ... Is there any directory limitation that can make on a server? Wow, that's a

Re: rcs configure hang

2020-11-05 Thread Kelly Wang (kellythw)
Hi Paul, When strace hang, I do 'ps -elf | grep strace' from other terminal and do kill -9 kill -s INT $(ps -o pid= -C a.out) looks like not working from my server. % kill -s INT $(ps -o pid= -C a.out) Illegal variable name. Thanks, Kelly If you need support for DevX Tools: