[Bug 11651] "Value too large for defined data type" error on 64 bit machine

bugzilla at busybox.net bugzilla at busybox.net
Tue Feb 12 12:15:15 UTC 2019


https://bugs.busybox.net/show_bug.cgi?id=11651

--- Comment #5 from Denys Vlasenko <vda.linux at googlemail.com> ---
All those binaries are built with CONFIG_LFS=y.

Also, struct stat::st_ino seems to be 64-bit in these builds.

It's unclear which field of struct stat is not wide enough.

Can you find out the exact parameters of the file which can't be stat'ed? For
example, by stracing some program which successfully stat's it:

strace -v ls -l FILE 2>&1 | grep FILE

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list