bug-coreutils
[Top][All Lists]
Advanced

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

bug#13516: tests/rm/unread3 fails on Mac OS X 10.8


From: Paul Eggert
Subject: bug#13516: tests/rm/unread3 fails on Mac OS X 10.8
Date: Mon, 21 Jan 2013 23:01:03 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

Thanks, to help debug that can you please try the following
shell commands?  The idea is to run the newly-built "rm" in
a directory that is not readable.

cd coreutils-8.20/src
D=$(pwd)
mkdir -p a/1 b c d/2 e/3
cd c
chmod u=x,go= .
ktrace -o /tmp/tr $D/rm -r $D/a $D/b
kdump /tmp/tr

The "ktrace" should get a trace of the system calls executed
by the failing "rm", and the "kdump" should generate a printable
output of that.





reply via email to

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