blob: 947af396c87892e8304d405fafc89ad8b7276046 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
graphic: 0.845
instruction: 0.773
device: 0.763
other: 0.590
semantic: 0.500
network: 0.479
mistranslation: 0.450
boot: 0.429
vnc: 0.411
socket: 0.215
assembly: 0.054
KVM: 0.045
32-bit Arm emulation spins at 100% during emacs build
This test case exposes a QEMU bug when crossbuilding to arm32. The bug is only
exposed on amd64 architecture or aarch64 hosts that can *only* execute
64 bit applications.
Usage:
./setup.sh # installs docker and tweaks sysctl
./qemu.sh # register qemu so you are able to run containers from other
architectures
./build.sh # try to build the docker image. Process should get stuck
in a 100% CPU loop after a while
Originally reported by, and test case developed by,
Philippe Vaucher.
Additional bug reports at https://bugs.launchpad.net/qemu/+bug/1861161 and https://bugs.launchpad.net/qemu/+bug/1805913
|