diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_rx/host_missing/accel_missing/2453.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_rx/host_missing/accel_missing/2453.toml')
| -rw-r--r-- | gitlab/issues/target_rx/host_missing/accel_missing/2453.toml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gitlab/issues/target_rx/host_missing/accel_missing/2453.toml b/gitlab/issues/target_rx/host_missing/accel_missing/2453.toml deleted file mode 100644 index 64f0b63d..00000000 --- a/gitlab/issues/target_rx/host_missing/accel_missing/2453.toml +++ /dev/null @@ -1,17 +0,0 @@ -id = 2453 -title = "qemu-system-rx aborts when trying to run the u-boot binary" -state = "closed" -created_at = "2024-07-23T18:03:28.437Z" -closed_at = "2024-07-30T05:31:15.726Z" -labels = ["Closed::Fixed", "kind::Bug", "target: rx"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2453" -host-os = "Linux" -host-arch = "rx" -qemu-version = "commit 6af69d02706c821797802c" -guest-os = "n/a" -guest-arch = "rx" -description = """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.""" -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 = """Aborts with: ``qemu-system-rx: ../../devel/qemu/accel/tcg/translator.c:286: translator_ld: Assertion `((base ^ pc) & TARGET_PAGE_MASK) == 0' failed.``""" |