diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:34:26 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:35:44 +0000 |
| commit | 25f8033d556aa17afaea4a5196ea7a69fe248320 (patch) | |
| tree | 0f056db167683be54ea1e5e72d29d6069af55e7d /results/classifier/deepseek-2-tmp/output/performance/1877137 | |
| parent | 8e6da29e4ee5fc14bc1cc816a24f21271f14090d (diff) | |
| download | qemu-analysis-25f8033d556aa17afaea4a5196ea7a69fe248320.tar.gz qemu-analysis-25f8033d556aa17afaea4a5196ea7a69fe248320.zip | |
add new temporary deepseek-r1:14b results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/performance/1877137')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/performance/1877137 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/performance/1877137 b/results/classifier/deepseek-2-tmp/output/performance/1877137 new file mode 100644 index 000000000..b9ced62b3 --- /dev/null +++ b/results/classifier/deepseek-2-tmp/output/performance/1877137 @@ -0,0 +1,17 @@ + +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. \ No newline at end of file |