URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=15472>
Summary: Inodes in error message are wrong
Project: findutils
Submitted by: ericb
Submitted on: Wed 01/18/06 at 07:22
Category: find
Severity: 3 - Normal
Item Group: Wrong result
Status: None
Privacy: Public
Assigned to: None
Originator Name: Eric Blake
Originator Email:
Open/Closed: Open
Release: 4.2.27
Fixed Release: None
_______________________________________________________
Details:
Someone reported on cygwin that they encountered the following error message
from find 4.2.27:
find: //desdata1/divisions/frameworks/share/Tools/BrainTools changed during
execution of find (old inode number -411813144, new
inode number -457114904, filesystem type is system) [ref 1114]
However, on cygwin, ino_t is unsigned long long (64 bits, never negative).
The code in wd_sanity_check() that prints values of type ino_t by using %ld
on (long)old_ino loses data, and is misleading when a negative number
results; it would be better to use %llu on (uintmax_t)old_ino.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=15472>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils