summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/hypervisor/2881
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/2881
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/2881')
-rw-r--r--results/classifier/deepseek-2-tmp/output/hypervisor/288111
1 files changed, 11 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/2881 b/results/classifier/deepseek-2-tmp/output/hypervisor/2881
new file mode 100644
index 00000000..76a89c3b
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/hypervisor/2881
@@ -0,0 +1,11 @@
+
+segfault on loadvm after migrate_set_capability multifd on
+Description of problem:
+A segfault occurs when running `loadvm` having set `migrate_set_capability multifd on` from the monitor.
+EDIT: also `savevm` segfaults.
+Steps to reproduce:
+1. Take a snapshot with `savevm test`
+2. From the monitor run `migrate_set_capability multifd on`
+3. Try to restore the snapshot with `loadvm test`
+Additional information:
+Sorry for not having triaged this much, I think it is worth reporting anyway.