summaryrefslogtreecommitdiffstats
path: root/results/classifier/gemma3:12b/device/2399
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/device/2399
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/device/2399')
-rw-r--r--results/classifier/gemma3:12b/device/239928
1 files changed, 28 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/2399 b/results/classifier/gemma3:12b/device/2399
new file mode 100644
index 00000000..29d3271e
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/2399
@@ -0,0 +1,28 @@
+
+division by zero in ide
+Description of problem:
+The following log reveals it:
+
+```
+../hw/ide/core.c:659:26: runtime error: division by zero
+SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior ../hw/ide/core.c:659:26 in AddressSanitizer:DEADLYSIGNAL =================================================================
+==4104568==ERROR:AddressSanitizer:FPE on unknown address 0x559d996a7ec3 (pc 0x559d996a7ec3 bp 0x7ffdcf109da0 sp 0x7ffdcf109a40 T0)
+#0 0x559d996a7ec3 in ide_set_sector qemu/hw/ide/core.c:659:26
+#1 0x559d996c8dee in ide_sector_read_cb qemu/hw/ide/core.c:786:5
+#2 0x559d996aa50a in ide_buffered_readv_cb qemu/hw/ide/core.c:684:9
+#3 0x559d9b499289 in blk_aio_complete qemu/block/block-backend.c:1555:9
+#4 0x559d9b4891af in blk_aio_complete_bh qemu/block/block-backend.c:1565:5
+#5 0x559d9bbef6b1 in aio_bh_call qemu/util/async.c:171:5
+#6 0x559d9bbf058c in aio_bh_poll qemu/util/async.c:218:13
+#7 0x559d9bb58a28 in aio_dispatch qemu/util/aio-posix.c:423:5
+#8 0x559d9bbf69ce in aio_ctx_dispatch qemu/util/async.c:360:5
+#9 0x7f51fbc77d3a in g_main_context_dispatch (/lib/x86_64-linux-gnu/libglib-2.0.so.0) +0x55d3a.+0x55d3a)
+#10 0x559d9bbfa229 in glib_pollfds_poll qemu/util/main-loop.c:287:9
+#11 0x559d9bbf8b63 in os_host_main_loop_wait qemu/util/main-loop.c:310:5
+#12 0x559d9bbf872c in main_loop_wait qemu/util/main-loop.c:589:11
+#13 0x559d9a2640e7 in qemu_main_loop qemu/system/runstate.c:796:9
+#14 0x559d9b1dcaec in qemu_default_main qemu/system/main.c:37:14
+#15 0x559d9b1dcb37 in main qemu/system/main.c:48:12
+#16 0x7f51fb229d8f in __libc_start_call_main csu/.../sysdeps/nptl/libc_start_call_main.h:58:16
+#17 0x7f51fb229e3f in __libc_start_main csu/../csu/libc-start.c:392:3 #18 0x559d98f20ed4 in _start (/home/joey/repo/qemu/build/qemu-system-x86_64+0x1f93ed4)
+```