bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rcs configure hang


From: Paul Eggert
Subject: Re: rcs configure hang
Date: Mon, 26 Oct 2020 15:55:52 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 10/26/20 9:13 AM, Kelly Wang (kellythw) wrote:

[Kelly] strace step is not hang and I have tr generated.

Looking at the tr file, it appears that there was already a directory confdir3 when you ran the strace step, and this directory messed up the test. Please remove that directory (or rename it) and then re-run the "strace -o tr ./a.out". As before, the strace should also hang so you may need to type control-C to exit it after a while. Look at the resulting 'tr' file and compare it to the compressed file tr.gz I sent you earlier.

[Kelly] The difference of tr output start at:

openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3  
==> output from yours

openat(AT_FDCWD, "/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3  ==> my output

That difference is unimportant. I'm concerned more about what happens after the long string of mkdir/chdir calls, which should occur once you get confdir3 out of the way.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]