diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/108/device/1854 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/zero-shot/108/device/1854')
| -rw-r--r-- | results/classifier/zero-shot/108/device/1854 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/device/1854 b/results/classifier/zero-shot/108/device/1854 new file mode 100644 index 00000000..bcd6f27b --- /dev/null +++ b/results/classifier/zero-shot/108/device/1854 @@ -0,0 +1,33 @@ +device: 0.934 +graphic: 0.892 +files: 0.865 +PID: 0.855 +permissions: 0.661 +vnc: 0.655 +debug: 0.634 +network: 0.626 +semantic: 0.578 +socket: 0.563 +boot: 0.363 +performance: 0.288 +other: 0.127 +KVM: 0.087 + +s390x: qemu-user: ERROR:../linux-user/elfload.c:2239:zero_bss: code should not be reached +Description of problem: +The nolibc-test program from the Linux kernel crashes since 5f4e5b34092556ab1577e25d1262bd5975b26980 . +Reverting that commit fixes the issue. +Steps to reproduce: +1. Build `nolibc-test` for s390x from Linux kernel tree. (from `tools/testing/selftests/nolibc/`). EDIT: compiled binary is uploaded below. +2. Run it under qemu-s390x. + +``` + ./qemu-s390x nolibc-test +** +ERROR:../linux-user/elfload.c:2239:zero_bss: code should not be reached +Bail out! ERROR:../linux-user/elfload.c:2239:zero_bss: code should not be reached +Aborted (core dumped) + +``` +Additional information: + |
