[Bug 1187897] New: Running kubelet1.21 on MicroOS Kubic crashes with Bus error
http://bugzilla.opensuse.org/show_bug.cgi?id=1187897 Bug ID: 1187897 Summary: Running kubelet1.21 on MicroOS Kubic crashes with Bus error Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: aarch64 OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kubic Assignee: kubic-bugs@opensuse.org Reporter: dom@capture.blue QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0 Build Identifier: When I try to run `kubelet --version` (or with any flags) I get: ``` Bus error (core dumped) ``` This is happening on a Raspberry Pi 4 using the aarch64 Kubic image. Strangely `kubelet1.20` works fine, but `kubelet1.21` crashes every time. I have SELinux installed, but I see the same behavior with it enabled/enforcing and when it's totally disabled. Reproducible: Always Steps to Reproduce: 1. Install Kubic 2. Run kubelet --version Actual Results: It crashes Expected Results: It shouldn't crash Here is the `strace` output from when the command crashes: ``` execve("/usr/bin/kubelet1.21", ["kubelet1.21", "--version"], 0xffffeed92038 /* 58 vars */) = 0 brk(NULL) = 0xaaaac2275000 faccessat(AT_FDCWD, "/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=14120, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 14120, PROT_READ, MAP_PRIVATE, 3, 0) = 0xffffae88e000 close(3) = 0 openat(AT_FDCWD, "/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\267\0\1\0\0\0\220l\0\0\0\0\0\0"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=177672, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xffffae88c000 mmap(NULL, 213312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xffffae822000 mprotect(0xffffae83d000, 81920, PROT_NONE) = 0 mmap(0xffffae851000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f000) = 0xffffae851000 mmap(0xffffae853000, 12608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xffffae853000 close(3) = 0 openat(AT_FDCWD, "/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\267\0\1\0\0\0\240\21\0\0\0\0\0\0"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=72896, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 131168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xffffae801000 mprotect(0xffffae804000, 114688, PROT_NONE) = 0 mmap(0xffffae820000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0xffffae820000 close(3) = 0 openat(AT_FDCWD, "/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0\267\0\1\0\0\0@K\2\0\0\0\0\0"..., 832) = 832 pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\327\225\343\235t\\\213+\201\232\3:\220n\346\215"..., 68, 768) = 68 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=1847400, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 1616440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xffffae676000 mprotect(0xffffae7de000, 86016, PROT_NONE) = 0 mmap(0xffffae7f3000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16d000) = 0xffffae7f3000 mmap(0xffffae7f9000, 31288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xffffae7f9000 close(3) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xffffae88a000 mprotect(0xffffae7f3000, 12288, PROT_READ) = 0 mprotect(0xffffae820000, 4096, PROT_READ) = 0 mprotect(0xffffae851000, 4096, PROT_READ) = 0 --- SIGBUS {si_signo=SIGBUS, si_code=BUS_ADRERR, si_addr=0xaaaabdedf000} --- +++ killed by SIGBUS (core dumped) +++ ``` -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1187897 Dominic P <dom@capture.blue> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dom@capture.blue -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com