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/1166.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/1166.toml')
| -rw-r--r-- | gitlab/issues/target_sparc/host_missing/accel_missing/1166.toml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/gitlab/issues/target_sparc/host_missing/accel_missing/1166.toml b/gitlab/issues/target_sparc/host_missing/accel_missing/1166.toml new file mode 100644 index 00000000..a2c7cc92 --- /dev/null +++ b/gitlab/issues/target_sparc/host_missing/accel_missing/1166.toml @@ -0,0 +1,35 @@ +id = 1166 +title = "Solaris 2.6 panic when debugging with gdb" +state = "closed" +created_at = "2022-08-19T13:16:09.746Z" +closed_at = "2024-04-14T12:07:21.904Z" +labels = ["Closed::Fixed", "target: sparc"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1166" +host-os = "macOS 10.15" +host-arch = "x86-64" +qemu-version = "7.0.0" +guest-os = "Solaris 2.6" +guest-arch = "SPARC" +description = """Running gdb with a breakpoint that gets hit triggers a panic: +``` +non parity synchronous error ctx=fa va=ef7d97c pa=c1a47c +``` + +One time I got of the following messages as well +``` +processor level 12 onboard interrupt not serviced +processor level 12 onboard interrupt not serviced +... +```""" +reproduce = """1. Install Solaris 2.6 using https://learn.adafruit.com/build-your-own-sparc-with-qemu-and-solaris?view=all +2. Install https://archive.org/details/sun26gnu +3. Install http://download.nust.na/pub3/solaris/sunfreeware/pub/unixpackages/sparc/5.6/gdb-6.8-sol26-sparc-local.gz +4. Install http://download.nust.na/pub3/solaris/sunfreeware/pub/unixpackages/sparc/5.6/gcc-2.95.3-sol26-sparc-local.gz +5. Build a simple hello world program with debugging information +6. +``` +gdb ./hello +(gdb) break main +(gdb) run +```""" +additional = "n/a" |