Hello,
when searching by inode number (-inum predicate) on my GNU/Hurd system, find crashes due to assertion "p->st_ino" in get_info failing. The same assertion is also done in pred.c at line 501. Inode numbers are often assumed to start from one, but apparently this is not mandated by POSIX and is not true on my system. Do that assertions protect against some type of errors? Otherwise we could remove them. Thanks, Andrea Monaco