summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/files/1349972
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/1349972
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/1349972')
-rw-r--r--results/classifier/gemma3:12b/files/134997220
1 files changed, 20 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/1349972 b/results/classifier/gemma3:12b/files/1349972
new file mode 100644
index 00000000..750da958
--- /dev/null
+++ b/results/classifier/gemma3:12b/files/1349972
@@ -0,0 +1,20 @@
+
+ qcow2-refcount: qemu-io crashes on 'discard' command
+
+qemu-io is killed by SIGIOT at the 'discard' command on the image having no refcount information.
+
+Sequence:
+1. Unpack test.img and backing_img.qed in the same directory (see the attached archives for images)
+2. Make a copy of test.img to copy.img (qemu-io modifies the image before being kill, therefore the image backup is necessary)
+3. Run the command
+
+qemu-io copy.img -c 'discard 2210816 2856448'
+
+Result: qemu-io is killed by SIGIOT with the reason:
+
+qemu-io: block/qcow2-refcount.c:468: update_refcount_discard: Assertion `d->bytes + length == new_end - new_start' failed.
+
+
+The image was generated by the image fuzzer.
+
+qemu.git HEAD: 1d80eb7a680d
\ No newline at end of file