summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/files/917824
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/files/917824
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/files/917824')
-rw-r--r--results/classifier/gemma3:12b/files/91782417
1 files changed, 17 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/917824 b/results/classifier/gemma3:12b/files/917824
new file mode 100644
index 00000000..0da0ed63
--- /dev/null
+++ b/results/classifier/gemma3:12b/files/917824
@@ -0,0 +1,17 @@
+
+qemu loops/hangs on extending qcow2-diskspace
+
+system is ubuntu 11-10 with qemu-kvm 0.14.1 (standard dpkg)
+
+while trying to install a software in a winXP-guest on a nearly empty disk within a qcow2-file, qemu stops answering console and vnc.
+
+gdb on original binary shows, that it doesn't really hang, but seems to endless loop
+
+recompiling the binary with debugging-symbols shows following problem:
+
+in block/qcow2-cluster.c:777 there's a loop over an allocation-list, but instead of stopping somewhere, the "next" points to the current one.
+ QLIST_FOREACH(old_alloc, &s->cluster_allocs, next_in_flight) { ... }
+
+because I'm not firm with qemu-development, I don't know, which behaviour would be correct, but simply break this loop doesn't seem to work: a few moments later the process is again at this point (tried so by setting the register for comparison to 0)
+
+this situation is continuosly reproducible, but it always take at least 10-15min to get there, so please, if you have suggestion which I should try and report, try to give as much suggestions as possible in one action.
\ No newline at end of file