summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/debug/1749
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/1749
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/debug/1749')
-rw-r--r--results/classifier/gemma3:12b/debug/174921
1 files changed, 21 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/debug/1749 b/results/classifier/gemma3:12b/debug/1749
new file mode 100644
index 00000000..70904da0
--- /dev/null
+++ b/results/classifier/gemma3:12b/debug/1749
@@ -0,0 +1,21 @@
+
+[Riscv-fu540] UEFI cannot be started with gdb on sifive fu540 platform?
+Description of problem:
+Using qemu start UEFI on sifive fu540 platform with option: -S -s.
+```
+qemu-system-riscv64                                            \
+                -cpu sifive-u54 -machine sifive_u               \
+                -bios U540.fd                                   \
+                -m 2048 -nographic -smp cpus=2,maxcpus=2        \
+                -S -s
+```
+UEFI url is: https://github.com/tianocore/edk2.git
+Steps to reproduce:
+1. start qemu with -S -s param in one terminal
+2. riscv64-unknown-linux-gnu-gdb in other terminal
+3. in gdb terminal:
+```
+       target remove :1234
+       c
+```
+4. in qemu terminal, there has no any output ?