summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/boot/2453
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/boot/2453
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/boot/2453')
-rw-r--r--results/classifier/gemma3:12b/boot/245310
1 files changed, 10 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/boot/2453 b/results/classifier/gemma3:12b/boot/2453
new file mode 100644
index 00000000..863712a3
--- /dev/null
+++ b/results/classifier/gemma3:12b/boot/2453
@@ -0,0 +1,10 @@
+
+qemu-system-rx aborts when trying to run the u-boot binary
+Description of problem:
+I tried to run the tests/avocado/machine_rx_gdbsim.py:RxGdbSimMachine.test_uboot test (which is not run by default since it is marked as flaky), but seems like QEMU now always aborts when trying to run with the u-boot bios.
+Steps to reproduce:
+1. wget https://acc.dl.osdn.jp/users/23/23888/u-boot.bin.gz
+2. gunzip u-boot.bin.gz
+3. qemu-system-rx -nographic -M gdbsim-r5f562n8 -bios u-boot.bin
+Additional information:
+Aborts with: ``qemu-system-rx: ../../devel/qemu/accel/tcg/translator.c:286: translator_ld: Assertion `((base ^ pc) & TARGET_PAGE_MASK) == 0' failed.``