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_arm/host_missing/accel_TCG/1697.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_arm/host_missing/accel_TCG/1697.toml')
| -rw-r--r-- | gitlab/issues/target_arm/host_missing/accel_TCG/1697.toml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gitlab/issues/target_arm/host_missing/accel_TCG/1697.toml b/gitlab/issues/target_arm/host_missing/accel_TCG/1697.toml new file mode 100644 index 00000000..3e991d41 --- /dev/null +++ b/gitlab/issues/target_arm/host_missing/accel_TCG/1697.toml @@ -0,0 +1,27 @@ +id = 1697 +title = "qemu-arm -cpu cortex-m55 dummy_test qemu-arm: ../accel/tcg/user-exec.c:492: page_set_flags: Assertion `last <= GUEST_ADDR_MAX' failed." +state = "closed" +created_at = "2023-06-09T04:41:31.378Z" +closed_at = "2023-08-13T23:44:18.514Z" +labels = ["Closed::Fixed", "accel: TCG", "linux-user", "target: arm"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1697" +host-os = "ubuntu" +host-arch = "Arm" +qemu-version = "qemu-arm version 8.0.50 (v8.0.0-1739-g5f9dd6a8ce)" +guest-os = "n/a" +guest-arch = "n/a" +description = """Basic testing failed for cortex m55""" +reproduce = """1.Pulled the newest qemu 8.0.50 + +2.Create a Dummy test with only return 0 in main function + +3.run ` arm-none-eabi-gcc -o dummy_test -O2 -g -mcpu=cortex-m55 dummy_test.cc --specs=rdimon.specs` and then `qemu-arm -cpu cortex-m55 dummy_test` + +`arm-none-eabi-gcc (Arm GNU Toolchain 12.2.MPACBTI-Rel1 (Build arm-12-mpacbti.34)) 12.2.1 20230214 +Copyright (C) 2022 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.` + +`qemu-arm version 8.0.50 (v8.0.0-1739-g5f9dd6a8ce) +Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers`""" +additional = """It is a known problem in another issues: https://gitlab.com/qemu-project/qemu/-/issues/1528#note_1389268261.""" |
