summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/1111
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/108/other/1111')
-rw-r--r--results/classifier/zero-shot/108/other/111133
1 files changed, 33 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/1111 b/results/classifier/zero-shot/108/other/1111
new file mode 100644
index 000000000..f37b1f19c
--- /dev/null
+++ b/results/classifier/zero-shot/108/other/1111
@@ -0,0 +1,33 @@
+graphic: 0.901
+device: 0.845
+performance: 0.808
+debug: 0.783
+semantic: 0.744
+PID: 0.685
+network: 0.672
+vnc: 0.525
+files: 0.475
+socket: 0.403
+boot: 0.353
+permissions: 0.347
+KVM: 0.174
+other: 0.166
+
+Calling FUTEX_LOCK_PI with qemu-x86_64-static caused ENOSYS error.
+Description of problem:
+When I executed the command "perf bench futex lock-pi" in amd64 docker image on s390x, I got the following error.
+```
+perf: thread 2: Could not lock pi-lock for 0x40006c4480 (-1): Function not implemented
+perf: thread 2: Could not lock pi-lock for 0x40006c4480 (-1): Function not implemented
+perf: thread 2: Could not lock pi-lock for 0x40006c4480 (-1): Function not implemented
+perf: thread 2: Could not lock pi-lock for 0x40006c4480 (-1): Function not implemented
+```
+
+I searched for this error message in the source code of perf-bench. I think that the following system call caused ENOSYS error.
+`  syscall(SYS_futex, uaddr, FUTEX_LOCK_PI | opflags, val, timeout, uaddr2, val3)`
+Steps to reproduce:
+1. Execute the command "perf bench futex lock-pi" in amd64 docker image on s390x
+2.
+3.
+Additional information:
+