summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/hypervisor/1242963
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:34:26 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:35:44 +0000
commit25f8033d556aa17afaea4a5196ea7a69fe248320 (patch)
tree0f056db167683be54ea1e5e72d29d6069af55e7d /results/classifier/deepseek-2-tmp/output/hypervisor/1242963
parent8e6da29e4ee5fc14bc1cc816a24f21271f14090d (diff)
downloademulator-bug-study-25f8033d556aa17afaea4a5196ea7a69fe248320.tar.gz
emulator-bug-study-25f8033d556aa17afaea4a5196ea7a69fe248320.zip
add new temporary deepseek-r1:14b results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/hypervisor/1242963')
-rw-r--r--results/classifier/deepseek-2-tmp/output/hypervisor/124296327
1 files changed, 27 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/1242963 b/results/classifier/deepseek-2-tmp/output/hypervisor/1242963
new file mode 100644
index 00000000..38e95b43
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/hypervisor/1242963
@@ -0,0 +1,27 @@
+
+QEMU loadvm causes guest OS freeze
+
+HOST: ubuntu 13.10 x64
+GUEST: winxp sp 3 x86
+
+AFFECT QEMU(tested): v1.5.2, v1.5.3,  v1.6.0, v1.6.1
+
+I compile QEMU by myself with "./configure --target-list=i386-softmmu && make && make install".
+After installing a winxp sp3 into the qemu-system-i386 with command line:
+> qemu-system-i386 -m 512 -hda xp.img -net user -net nic,model=rtl8139 -rtc base=localtime,clock=vm
+
+I use monitor to create a live snapshot: 
+> stop
+> savevm xxx
+> cont
+
+And then I load this snapshot (I also try it in commad line: -loadvm xxx):
+> loadvm xxx
+> cont
+
+After that, the windows system is freeze (don't accept any keyboard or mouse input, although I knew vcpu is still working).
+
+If I compile with -enable-kvm and launch qemu-system-i386 with -enable-kvm, it looks like everything works well.
+I think it is a bug for qemu system.
+
+BTW: freeze is not appearing 100%, but in my test, 95% cases would cause system freeze.
\ No newline at end of file