summary refs log tree commit diff stats
path: root/gitlab/issues/target_rx/host_missing
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_rx/host_missing
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloademulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_rx/host_missing')
-rw-r--r--gitlab/issues/target_rx/host_missing/accel_missing/2453.toml17
-rw-r--r--gitlab/issues/target_rx/host_missing/accel_missing/2691.toml35
-rw-r--r--gitlab/issues/target_rx/host_missing/accel_missing/2842.toml15
-rw-r--r--gitlab/issues/target_rx/host_missing/accel_missing/507.toml66
4 files changed, 133 insertions, 0 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
new file mode 100644
index 00000000..64f0b63d
--- /dev/null
+++ b/gitlab/issues/target_rx/host_missing/accel_missing/2453.toml
@@ -0,0 +1,17 @@
+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.``"""
diff --git a/gitlab/issues/target_rx/host_missing/accel_missing/2691.toml b/gitlab/issues/target_rx/host_missing/accel_missing/2691.toml
new file mode 100644
index 00000000..19a997c2
--- /dev/null
+++ b/gitlab/issues/target_rx/host_missing/accel_missing/2691.toml
@@ -0,0 +1,35 @@
+id = 2691
+title = "Renesas: test_rx_gdbsim.py test sometime timeouts"
+state = "opened"
+created_at = "2024-11-19T17:44:18.482Z"
+closed_at = "n/a"
+labels = ["kind::Bug", "target: rx"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2691"
+host-os = "RHEL9"
+host-arch = "x86_64"
+qemu-version = "v9.2.0-rc0-57-gaf4c4fd128"
+guest-os = "Linux"
+guest-arch = "RX"
+description = """```make check-functional``` runs sometime fail with : 
+
+```
+160/164 qemu:func-thorough+func-rx-thorough+thorough / func-rx-rx_gdbsim                                            TIMEOUT          90.03s   killed by signal 15 SIGTERM
+```"""
+reproduce = """1. ./configure --target-list=rx-softmmu
+2. make -j 20
+3. while [ 1 ]; do PYTHONPATH=python:tests/functional QEMU_TEST_QEMU_BINARY=build/qemu-system-rx build/pyvenv/bin/python3 tests/functional/test_rx_gdbsim.py ; done 
+
+It hangs after a few iterations."""
+additional = """The test console log file contains:
+   ```
+...
+2024-11-19 11:03:04,123: Run /bin/sh as init process
+2024-11-19 11:03:04,136: 
+2024-11-19 11:03:04,137: Sash command shell (version 1.1.1)
+2024-11-19 11:03:04,137: 
+2024-11-19 11:03:04,145: />sh-sci 88240.serial: overrun error
+2024-11-19 11:03:04,150: sh-sci 88240.serial: frame error
+2024-11-19 11:03:04,156: sh-sci 88240.serial: parity error
+   ```
+
+These errors appear to reflect some problems in the renesas_sci model."""
diff --git a/gitlab/issues/target_rx/host_missing/accel_missing/2842.toml b/gitlab/issues/target_rx/host_missing/accel_missing/2842.toml
new file mode 100644
index 00000000..096af345
--- /dev/null
+++ b/gitlab/issues/target_rx/host_missing/accel_missing/2842.toml
@@ -0,0 +1,15 @@
+id = 2842
+title = "RX System emulator boot, kernel images and device tree blob are missing"
+state = "opened"
+created_at = "2025-02-25T14:23:28.805Z"
+closed_at = "n/a"
+labels = ["Documentation", "target: rx"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2842"
+host-os = "n/a"
+host-arch = "n/a"
+qemu-version = "n/a"
+guest-os = "n/a"
+guest-arch = "n/a"
+description = "n/a"
+reproduce = "n/a"
+additional = "n/a"
diff --git a/gitlab/issues/target_rx/host_missing/accel_missing/507.toml b/gitlab/issues/target_rx/host_missing/accel_missing/507.toml
new file mode 100644
index 00000000..deba8e17
--- /dev/null
+++ b/gitlab/issues/target_rx/host_missing/accel_missing/507.toml
@@ -0,0 +1,66 @@
+id = 507
+title = "rx / gdbsim-r5f562n7 / serial errors"
+state = "closed"
+created_at = "2021-07-28T01:32:55.409Z"
+closed_at = "2024-12-11T18:28:05.748Z"
+labels = ["Chardev", "Closed::Duplicate", "kind::Bug", "target: rx"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/507"
+host-os = "Fedora 34"
+host-arch = "x86_64"
+qemu-version = "QEMU emulator version 6.0.90 (v6.1.0-rc0-139-g202abcd389)"
+guest-os = "Linux"
+guest-arch = "rx"
+description = """Test hangs (about once every two executions) because the console emits an error and expected content is not found.  Console content on a failed test execution:
+
+```
+15:49:05 DEBUG| Linux version 4.19.0+ (yo-satoh@yo-satoh-debian) (gcc version 9.0.0 20181105 (experimental) (GCC)) #137 Wed Feb 20 23:20:02 JST 2019
+15:49:05 DEBUG| Built 1 zonelists, mobility grouping on.  Total pages: 8128
+15:49:05 DEBUG| Kernel command line:
+15:49:05 DEBUG| Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
+15:49:05 DEBUG| Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
+15:49:05 DEBUG| Memory: 14648K/32768K available (871K kernel code, 95K rwdata, 140K rodata, 96K init, 175K bss, 18120K reserved, 0K cma-reserved)
+15:49:05 DEBUG| NR_IRQS: 256
+15:49:05 DEBUG| rx-cmt: used for periodic clock events
+15:49:05 DEBUG| clocksource: rx-tpu: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1274173631191 ns
+15:49:05 DEBUG| 96.00 BogoMIPS (lpj=480000)
+15:49:05 DEBUG| pid_max: default: 4096 minimum: 301
+15:49:05 DEBUG| Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
+15:49:05 DEBUG| Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
+15:49:05 DEBUG| clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
+15:49:05 DEBUG| clocksource: Switched to clocksource rx-tpu
+15:49:05 DEBUG| workingset: timestamp_bits=30 max_order=12 bucket_order=0
+15:49:05 DEBUG| SuperH (H)SCI(F) driver initialized
+15:49:05 DEBUG| 88240.serial: ttySC0 at MMIO 0x88240 (irq = 215, base_baud = 0) is a sci
+15:49:05 DEBUG| console [ttySC0] enabled
+15:49:05 DEBUG| 88248.serial: ttySC1 at MMIO 0x88248 (irq = 219, base_baud = 0) is a sci
+15:49:05 DEBUG| random: get_random_bytes called from 0x01002e48 with crng_init=0
+15:49:05 DEBUG| Freeing unused kernel memory: 96K
+15:49:05 DEBUG| This architecture does not have kernel memory protection.
+15:49:05 DEBUG| Run /sbin/init as init process
+15:49:05 DEBUG| Run /etc/init as init process
+15:49:05 DEBUG| Run /bin/init as init process
+15:49:05 DEBUG| Run /bin/sh as init process
+15:49:05 DEBUG| Sash command shell (version 1.1.1)
+15:49:05 DEBUG| />sh-sci 88240.serial: overrun error
+15:49:05 DEBUG| sh-sci 88240.serial: frame error
+15:49:05 DEBUG| sh-sci 88240.serial: parity error
+15:49:09 DEBUG| random: fast init done
+```
+
+Instead of the last 4 lines seen here, a successful test contains:
+
+```
+20:59:53 DEBUG| Sash command shell (version 1.1.1)
+20:59:53 DEBUG| /> printenv
+20:59:53 DEBUG| HOME=/
+20:59:53 DEBUG| TERM=linux
+20:59:53 DEBUG| >>> {'execute': 'quit'}
+20:59:53 DEBUG| <<< {'return': {}}
+```
+
+It was also observed that the test is much more prone to fail when it runs restricted to a single CPU (with taskset).  It's not clear to me if this is a Kernel or QEMU issue."""
+reproduce = """1. ./configure --target-list=rx-softmmu
+2. meson compile
+3. make check-venv
+4. ./tests/venv/bin/avocado run tests/acceptance/machine_rx_gdbsim.py:RxGdbSimMachine.test_linux_sash"""
+additional = "n/a"