summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/files/1475
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/1475
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/1475')
-rw-r--r--results/classifier/gemma3:12b/files/147515
1 files changed, 15 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/1475 b/results/classifier/gemma3:12b/files/1475
new file mode 100644
index 00000000..54ddbd53
--- /dev/null
+++ b/results/classifier/gemma3:12b/files/1475
@@ -0,0 +1,15 @@
+
+qemu-img: GLib: g_hash_table_foreach_remove: assertion 'hash_table != NULL' failed
+Description of problem:
+Mixing driver=https with an http URL gives this assert fail in glib2:
+
+```
+$ ~/d/qemu/build/qemu-img convert -p -W -f qcow2 'json:{ "file.readahead": 67108864, "file.driver": "https", "file.url": "http://web/tmp/jammy-server-cloudimg-amd64.qcow2", "file.timeout":2000 }' -O raw jammy-server-cloudimg-amd64.img.raw 
+qemu-img: GLib: g_hash_table_foreach_remove: assertion 'hash_table != NULL' failed
+qemu-img: GLib: g_hash_table_destroy: assertion 'hash_table != NULL' failed
+qemu-img: Could not open 'json:{ "file.readahead": 67108864, "file.driver": "https", "file.url": "http://web/tmp/jammy-server-cloudimg-amd64.qcow2", "file.timeout":2000 }': https curl driver cannot handle the URL 'http://oirase.annexia.org/tmp/jammy-server-cloudimg-amd64.qcow2' (does not start with 'https://')
+```
+
+(It seems to be a warning rather than a crash)
+Steps to reproduce:
+1. Run the command above.