summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/graphic/840
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/graphic/840
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/graphic/840')
-rw-r--r--results/classifier/gemma3:12b/graphic/84011
1 files changed, 11 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/graphic/840 b/results/classifier/gemma3:12b/graphic/840
new file mode 100644
index 000000000..fe22d57ec
--- /dev/null
+++ b/results/classifier/gemma3:12b/graphic/840
@@ -0,0 +1,11 @@
+
+When O2 level is enabled raspi3b board crash randomly when creating abuffer of a differnt size
+Description of problem:
+Sometimes when running the code creating a framebuffer different from the default size ej:1024x768 qemu hangs and crash with a SIGV, making a weird screen that's painted with the original size and the background of the current window merged onto a large window. This happens when you resize a window without updating it's contents, so qemu is crashing before the first frame after reising the window.
+Steps to reproduce:
+1. Create a producedure similar to the one descrived below
+2. Run qemu with O2 enabled(debuggind disabled)
+3. You may need to run it multiple times to see the bug(like two or three times)
+Additional information:
+Here is the example procedure implemented on rust, the mailbox interface is test and it's sure that the procedure it's well implemented:
+[code.rs](/uploads/a28fe33a856fb843d80ffeb078bc6729/code.rs)