summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_sparc/host_missing/accel_missing/2059
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_sparc/host_missing/accel_missing/2059
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_sparc/host_missing/accel_missing/2059')
-rw-r--r--gitlab/issues_text/target_sparc/host_missing/accel_missing/205923
1 files changed, 0 insertions, 23 deletions
diff --git a/gitlab/issues_text/target_sparc/host_missing/accel_missing/2059 b/gitlab/issues_text/target_sparc/host_missing/accel_missing/2059
deleted file mode 100644
index 76a6bf553..000000000
--- a/gitlab/issues_text/target_sparc/host_missing/accel_missing/2059
+++ /dev/null
@@ -1,23 +0,0 @@
-Solaris 2.6.5 panic when trying to debug a binary with Sun Workshop V5n1, or V6n1 debugger
-Description of problem:
-Following [this guide](https://www.gekk.info/articles/solaris26.htm), and similarly to issue #1166, the guest panics when one tries to debug a binary with the debugger provided in [Sun Workshop V5n1](https://archive.org/details/sunworkshopforsolaris2vol5num1_704546810revb), and in [Sun Workshop v6n1](https://archive.org/details/devpro_v6n1) as well.
-The Sun Workshop is EOL, available at the archive, with free non-expiring demo licenses [made available](https://archive.org/details/suncomp-lic) by Sun before the Oracle acquisition.
-The guest was patched with the latest available patches included [in this cluster](https://archive.org/details/sun26gnu).
-The following information was collected when debugging bunzip2, but any binary panics the guest.
-```
-panic: Non-parity synchronous error: ctx=54 va=ef7cbc44 pa=e0a8c44
-syncing filesystems... 15 done
-NOTICE: zs3:ring buffer overflow
-```
-Steps to reproduce:
-1. Start the Sun Workshop (SUNWspro/bin/workshop), go to the Debugger in the menu
-2. Debug/New Program, load any binary, place a breakpoint in main or wherever
-3. Execute, guest kernel panic
-Additional information:
-This happens with the Fujitsu MB86904 specified as CPU, and without specifying a cpu, using the default for the SS-5.
-
-![sol26](/uploads/375b25f8614a49bfe634c71520890b5c/sol26.png)
-
-Explicitly setting the TI MicroSparc I and setting memory to 32M seems to start the debugger, the guest still panics, but a bit further down the line
-
-![sol262](/uploads/7a9c834f66fea1706ef92eb65ce8fe39/sol262.png)