diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_sparc/host_missing/accel_missing/1807 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_sparc/host_missing/accel_missing/1807')
| -rw-r--r-- | gitlab/issues_text/target_sparc/host_missing/accel_missing/1807 | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gitlab/issues_text/target_sparc/host_missing/accel_missing/1807 b/gitlab/issues_text/target_sparc/host_missing/accel_missing/1807 deleted file mode 100644 index 566a9a0b5..000000000 --- a/gitlab/issues_text/target_sparc/host_missing/accel_missing/1807 +++ /dev/null @@ -1,24 +0,0 @@ -sparc64 always segfaults doesn't work on Ubuntu 23.04 -Description of problem: -It segfaults when it tries to use 'printf' or 'puts' to print to the screen. -Steps to 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 -``` |