On 2007-08-10 19:18:33 -0600, Bob Proulx wrote:
> Thanks for the report. Please recreate the problem case again but
> running under 'strace' to capture the output. Please send this
> additional information, if it is not too large, to this bug. I expect
> this file to be reasonably short.
>
> strace -e file -o /tmp/rm-rf.strace.out rm -rf rcfiles.N28634
courge:~> strace -e file -o /tmp/rm-rf.strace.out rm -rf rcfiles.S29475
rm: cannot lstat `rcfiles.S29475/mozilla': No such file or directory
See attached strace output.
--
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
execve("/bin/rm", ["rm", "-rf", "rcfiles.S29475"], [/* 97 vars */]) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/opt/sge/lib/lx24-amd64/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat("/opt/sge/lib/lx24-amd64/tls/x86_64", 0x7fff747b5a00) = -1 ENOENT (No such
file or directory)
open("/opt/sge/lib/lx24-amd64/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat("/opt/sge/lib/lx24-amd64/tls", 0x7fff747b5a00) = -1 ENOENT (No such file
or directory)
open("/opt/sge/lib/lx24-amd64/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat("/opt/sge/lib/lx24-amd64/x86_64", 0x7fff747b5a00) = -1 ENOENT (No such
file or directory)
open("/opt/sge/lib/lx24-amd64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file
or directory)
stat("/opt/sge/lib/lx24-amd64", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/lib64/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
stat("/lib64/tls/x86_64", 0x7fff747b5a00) = -1 ENOENT (No such file or
directory)
open("/lib64/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/lib64/tls", 0x7fff747b5a00) = -1 ENOENT (No such file or directory)
open("/lib64/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
stat("/lib64/x86_64", 0x7fff747b5a00) = -1 ENOENT (No such file or directory)
open("/lib64/libc.so.6", O_RDONLY) = 3
open("/usr/lib/locale/locale-archive", O_RDONLY) = 3
unlink("rcfiles.S29475") = -1 EISDIR (Is a directory)
open(".", O_RDONLY) = 3
lstat("rcfiles.S29475", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
chdir("rcfiles.S29475") = 0
lstat(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 4
lstat("mozilla", 0x7fff747b6120) = -1 ENOENT (No such file or directory)