summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/network/1662
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/108/network/1662')
-rw-r--r--results/classifier/zero-shot/108/network/166250
1 files changed, 50 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/network/1662 b/results/classifier/zero-shot/108/network/1662
new file mode 100644
index 000000000..36116cf96
--- /dev/null
+++ b/results/classifier/zero-shot/108/network/1662
@@ -0,0 +1,50 @@
+network: 0.989
+performance: 0.984
+vnc: 0.965
+socket: 0.961
+device: 0.945
+PID: 0.945
+debug: 0.943
+graphic: 0.943
+boot: 0.889
+files: 0.850
+permissions: 0.594
+semantic: 0.554
+KVM: 0.440
+other: 0.199
+
+qemu-system-loongarch64  start Loongnix system coredump
+Description of problem:
+
+Steps to reproduce:
+1. build qemu: 
+   ./configure --prefix=/usr  --disable-werror --disable-gtk  --target-list="loongarch64-softmmu"\
+        --enable-debug 
+         make -j32
+2. get bios and qcow2:
+   wget https://mirrors.wsyu.edu.cn/loongarch/archlinux/images/QEMU_EFI_7.2.fd
+   wget http://pkg.loongnix.cn/loongnix/isos/Loongnix-20.4/Loongnix-20.4.cartoon.gui.loongarch64.en.qcow2
+3. start Loongnix
+   ./build/qemu-system-loongarch64 \
+    -m 8G \
+    -cpu la464 \
+    -machine virt \
+    -smp 16 \
+    -bios ./QEMU_EFI_7.2.fd \
+    -serial stdio  \
+    -device virtio-gpu-pci \
+    -net nic -net user \
+    -device nec-usb-xhci,id=xhci,addr=0x1b \
+    -device usb-tablet,id=tablet,bus=xhci.0,port=1 \
+    -device usb-kbd,id=keyboard,bus=xhci.0,port=2 \
+    -device virtio-blk-pci,drive=test -drive if=none,id=test,file=./Loongnix-20.4.cartoon.gui.loongarch64.en.qcow2
+
+4. VNC connect
+5. use the system
+   login  loongson/Loongson20 
+6. qemu coredump 
+
+   qemu-system-loongarch64: /root/work/qemu/include/tcg/tcg.h:675: temp_idx: Assertion `n >= 0 && n < tcg_ctx->nb_temps' failed.
+./start-loongnix.sh: line 13: 40242 Aborted                 (core dumped) ./build/qemu-system-loongarch64 -m 8G -cpu la464 -machine virt -smp 16 -bios ./QEMU_EFI_7.2.fd -serial stdio -device virtio-gpu-pci -net nic -net user -device nec-usb-xhci,id=xhci,addr=0x1b -device usb-tablet,id=tablet,bus=xhci.0,port=1 -device usb-kbd,id=keyboard,bus=xhci.0,port=2 -device virtio-blk-pci,drive=test -drive if=none,id=test,file=./Loongnix-20.4.cartoon.gui.loongarch64.en.qcow2
+Additional information:
+