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_sparc/host_missing/accel_missing/1807.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_sparc/host_missing/accel_missing/1807.toml')
| -rw-r--r-- | gitlab/issues/target_sparc/host_missing/accel_missing/1807.toml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/gitlab/issues/target_sparc/host_missing/accel_missing/1807.toml b/gitlab/issues/target_sparc/host_missing/accel_missing/1807.toml new file mode 100644 index 00000000..547a6ebf --- /dev/null +++ b/gitlab/issues/target_sparc/host_missing/accel_missing/1807.toml @@ -0,0 +1,34 @@ +id = 1807 +title = "sparc64 always segfaults doesn't work on Ubuntu 23.04" +state = "closed" +created_at = "2023-08-03T21:30:22.072Z" +closed_at = "2023-08-06T03:24:16.447Z" +labels = ["Closed::Invalid", "linux-user", "target: sparc"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1807" +host-os = "Ubuntu 23.04" +host-arch = "x86_64" +qemu-version = "7.2" +guest-os = "n/a" +guest-arch = "n/a" +description = """It segfaults when it tries to use 'printf' or 'puts' to print to the screen.""" +reproduce = """Do the following at the command line + +``` +$ sparc64-linux-gnu-g++ --version +sparc64-linux-gnu-g++ (Ubuntu 12.2.0-14ubuntu2) 12.2.0 +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. +$ echo -e "#include <stdio.h> \\n int main(void) { puts(\\"Hello World\\"); }" > test.cpp +$ sparc64-linux-gnu-g++ -o test test.cpp -static +$ qemu-sparc64-static --version +qemu-sparc64 version 7.2.0 (Debian 1:7.2+dfsg-5ubuntu2) +Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers +$ qemu-sparc64-static ./test +Segmentation fault (core dumped) +$ qemu-sparc-static ./test +qemu-sparc-static: ./test: Invalid ELF image for this architecture +$ qemu-sparc32plus-static ./test +qemu-sparc32plus-static: ./test: Invalid ELF image for this architecture +```""" +additional = "n/a" |