summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/2633
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/108/other/2633')
-rw-r--r--results/classifier/zero-shot/108/other/263341
1 files changed, 41 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/2633 b/results/classifier/zero-shot/108/other/2633
new file mode 100644
index 000000000..2c6ffb5ab
--- /dev/null
+++ b/results/classifier/zero-shot/108/other/2633
@@ -0,0 +1,41 @@
+graphic: 0.864
+device: 0.812
+performance: 0.796
+PID: 0.787
+KVM: 0.769
+debug: 0.745
+semantic: 0.741
+socket: 0.732
+network: 0.716
+vnc: 0.677
+files: 0.676
+permissions: 0.664
+other: 0.663
+boot: 0.581
+
+migration-test occassionally hangs with "Failed to peek at channel"
+Description of problem:
+Running the 'migration-test' qtest in a loop, eventually resulted in a hang.
+
+```
+# Running /x86_64/migration/multifd/tcp/plain/cancel
+# Using machine type: pc-q35-9.2
+# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-75145.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-75145.qmp,id=char0 -mon chardev=char0,mode=control -display none -audio none -accel kvm -accel tcg -machine pc-q35-9.2, -name source,debug-threads=on -m 150M -serial file:/tmp/migration-test-DJLYV2/src_serial -drive if=none,id=d0,file=/tmp/migration-test-DJLYV2/bootsect,format=raw -device ide-hd,drive=d0,secs=1,cyls=1,heads=1    2>/dev/null -accel qtest
+# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-75145.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-75145.qmp,id=char0 -mon chardev=char0,mode=control -display none -audio none -accel kvm -accel tcg -machine pc-q35-9.2, -name target,debug-threads=on -m 150M -serial file:/tmp/migration-test-DJLYV2/dest_serial -incoming defer -drive if=none,id=d0,file=/tmp/migration-test-DJLYV2/bootsect,format=raw -device ide-hd,drive=d0,secs=1,cyls=1,heads=1    2>/dev/null -accel qtest
+# Using machine type: pc-q35-9.2
+# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-75145.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-75145.qmp,id=char0 -mon chardev=char0,mode=control -display none -audio none -accel kvm -accel tcg -machine pc-q35-9.2, -name target,debug-threads=on -m 150M -serial file:/tmp/migration-test-DJLYV2/dest_serial -incoming defer -drive if=none,id=d0,file=/tmp/migration-test-DJLYV2/bootsect,format=raw -device ide-hd,drive=d0,secs=1,cyls=1,heads=1     -accel qtest
+qemu-system-x86_64: Failed to peek at channel
+....hang here....
+```
+Steps to reproduce:
+In host run
+
+```
+make vm-build-openbsd DEBUG=1'
+```
+when it is done and gives a shell account then run
+
+1. `cd /home/qemu/qemu-test.*/build`
+2. `export QTEST_QEMU_BINARY=./qemu-system-x86_64`
+3. `while true ; do ./tests/qtest/migration-test ; done`
+4.  ....wait some time until it shows the above hang....