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

bugzilla at busybox.net bugzilla at busybox.net
Tue Mar 12 23:18:32 UTC 2019


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

--- Comment #12 from db at donbowman.ca ---
Here's an example with a regular file, from my desktop rather than Azure

BusyBox v1.30.0 (2018-12-30 22:25:27 CET) multi-call binary.


~ $ cd /etc
/etc $ /strace /busybox ls -l
num_quals=312
--- stopped by SIGSTOP ---
--- SIGCONT {si_signo=SIGCONT, si_code=SI_USER, si_pid=6, si_uid=1000} ---
execve("/busybox", ["/busybox", "ls", "-l"], [/* 8 vars */]) = 0
[ Process PID=9 runs in 32 bit mode. ]
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
{B38400 opost isig icanon echo ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
{B38400 opost isig icanon echo ...}) = 0
getuid32()                              = 1000
stat64("/etc/busybox.conf", 0xff81fe10) = -1 ENOENT (No such file or directory)
getgid32()                              = 1000
setgid32(1000)                          = 0
setuid32(1000)                          = 0
time([1552432528])                      = 1552432528
ioctl(0, TIOCGWINSZ, {ws_row=57, ws_col=176, ws_xpixel=0, ws_ypixel=0}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
{B38400 opost isig icanon echo ...}) = 0
brk(0)                                  = 0x987f000
brk(0x9880000)                          = 0x9880000
lstat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
fstat(3, 0xff81fe9c)                    = -1 EOVERFLOW (Value too large for
defined data type)
close(3)                                = 0
write(2, "ls: can't open '.': Value too la"..., 58ls: can't open '.': Value too
large for defined data type
) = 58
write(1, "total 0\n", 8total 0
)                = 8
_exit(1)                                = ?

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


More information about the busybox-cvs mailing list