summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/debug/1528718
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/debug/1528718
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/debug/1528718')
-rw-r--r--results/classifier/gemma3:12b/debug/152871816
1 files changed, 16 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/debug/1528718 b/results/classifier/gemma3:12b/debug/1528718
new file mode 100644
index 000000000..d94d96804
--- /dev/null
+++ b/results/classifier/gemma3:12b/debug/1528718
@@ -0,0 +1,16 @@
+
+Initial monitor does not output anything on Windows (MSYS2 binary)
+
+When running on Windows error messages before the UI is started are not showing up.
+
+For example when I run:
+
+qemu-system-i386.exe -L /mingw32/etc/qemu/ -m 20G
+
+It should display "ram size too large", according to gdb:
+
+Breakpoint 1, error_report (fmt=fmt@entry=0x71bdf6 <dma_aiocb_info+2426> "ram size too large") at C:/build/mingw/mingw-w64-qemu/src/qemu-2.4.0/util/qemu-error.c:233
+
+However the console does never receive that.
+
+As far as I could find out vfprintf is called, but it doesn't output anything.
\ No newline at end of file