bug-findutils
[Top][All Lists]
Advanced

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

[bug #16378] find aborts on file with mode 0000


From: anonymous
Subject: [bug #16378] find aborts on file with mode 0000
Date: Wed, 19 Apr 2006 12:23:13 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060324 Ubuntu/dapper Firefox/1.5.0.1

Follow-up Comment #3, bug #16378 (project findutils):

This was reproducable on Fedora Core 4 and 5, we did not observe it on Redhat
8.

The error would occur with:
    find mydir ! -type d
but not with:
    find mydir

The file was on an NFS filesystem and was probably corrupt. `stat` informed
us that the mode on the file was 0000. `ls` listed the permissions as
"?----------". `fsck` later on picked up the inode as being inconsistant.

Given that find works without the predicate, it seems logical that it should
still work with the predicate. It may also make sense to mention a seemingly
corrupt file via stderr.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16378>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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