You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
State what emulation cannot show, because it looks exactly like a defect (#29)
An aarch64 build measured on an x86_64 machine through qemu-user holds every
observation except the ones that START a program of the same foreign
architecture. The kernel runs a native binary directly and the emulated process
stops being emulated; a foreign one has to be re-entered through binfmt_misc
from inside an already-emulated process, which qemu-user does not do.
⚠️ Recorded because the shape is indistinguishable from a real failure:
`execveat` answers ENOENT for a path that exists, while the same call in the
same run starts /bin/sh correctly. Two things establish that it is the emulator:
the release BEFORE this one fails identically, and a consumer's 108 tests ---
which start helper programs rather than copies of themselves --- pass on both
architectures.
0 commit comments