diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_hexagon/host_missing/accel_missing/805.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_hexagon/host_missing/accel_missing/805.toml')
| -rw-r--r-- | gitlab/issues/target_hexagon/host_missing/accel_missing/805.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gitlab/issues/target_hexagon/host_missing/accel_missing/805.toml b/gitlab/issues/target_hexagon/host_missing/accel_missing/805.toml new file mode 100644 index 000000000..f03fbbe30 --- /dev/null +++ b/gitlab/issues/target_hexagon/host_missing/accel_missing/805.toml @@ -0,0 +1,22 @@ +id = 805 +title = "qemu-hexagon: [binary]: Error mapping file: Invalid argument" +state = "closed" +created_at = "2022-01-07T16:54:57.644Z" +closed_at = "2023-03-01T01:17:27.666Z" +labels = ["Closed::Invalid", "linux-user", "target: hexagon"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/805" +host-os = "Ubuntu 20.04.3 LTS" +host-arch = "x86_64" +qemu-version = "qemu-hexagon version 6.2.50 (v6.2.0-566-g41fb4c14ee)" +guest-os = "-" +guest-arch = "Hexagon 32bit" +description = """Running a (32bit) hexagon binary on a 64bit/32bit system gives the following error: +`qemu-hexagon: hexagon-hello-world: Error mapping file: Invalid argument`""" +reproduce = """``` +./qemu-hexagon <hexagon-binary> +qemu-hexagon: hexagon-hello-world: Error mapping file: Invalid argument +```""" +additional = """A similar problem has been reported on the mailing list: +https://www.mail-archive.com/qemu-devel@nongnu.org/msg836466.html + +Unfortunately without a solution.""" |