diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_m68k/host_missing/accel_TCG/2249.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_m68k/host_missing/accel_TCG/2249.toml')
| -rw-r--r-- | gitlab/issues/target_m68k/host_missing/accel_TCG/2249.toml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/gitlab/issues/target_m68k/host_missing/accel_TCG/2249.toml b/gitlab/issues/target_m68k/host_missing/accel_TCG/2249.toml deleted file mode 100644 index e7257629c..000000000 --- a/gitlab/issues/target_m68k/host_missing/accel_TCG/2249.toml +++ /dev/null @@ -1,41 +0,0 @@ -id = 2249 -title = "[qemu-system-m68k] [q800] Ishar 1 makes Qemu crash" -state = "opened" -created_at = "2024-03-28T14:06:02.239Z" -closed_at = "n/a" -labels = ["accel: TCG", "kind::Bug", "target: m68k"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2249" -host-os = "Lubuntu 22.04" -host-arch = "x86_64" -qemu-version = "QEMU emulator version 8.2.50" -guest-os = "Macintosh System 7.1" -guest-arch = "Motorola 68000" -description = """qemu-system-m68k crashes when running the classic RPG game "Ishar", this is what can be seen on the TTY console on the host system: - -``` -qemu: fatal: DOUBLE MMU FAULT - -D0 = 000000af A0 = 000b91d2 F0 = 7fff ffffffffffffffff ( nan) -D1 = 00000074 A1 = 50f02000 F1 = 7fff ffffffffffffffff ( nan) -D2 = 00000000 A2 = 00067274 F2 = 7fff ffffffffffffffff ( nan) -D3 = f7f6f600 A3 = 40809be0 F3 = 7fff ffffffffffffffff ( nan) -D4 = f8ff2a2a A4 = 00000000 F4 = 7fff ffffffffffffffff ( nan) -D5 = 54aa0027 A5 = 007ef2b8 F5 = 7fff ffffffffffffffff ( nan) -D6 = 0000000a A6 = 000001e3 F6 = 7fff ffffffffffffffff ( nan) -D7 = ffffffe6 A7 = 0000000a F7 = 7fff ffffffffffffffff ( nan) -PC = 00067288 SR = 2218 T:0 I:2 SI XN--- -FPSR = 00000000 ---- - FPCR = 0000 X RN - A7(MSP) = 00000000 A7(USP) = 00000000 ->A7(ISP) = 0000000a -VBR = 0x00000000 -SFC = 0 DFC 5 -SSW 00000445 TCR 0000c000 URP 00000000 SRP 01ff6c00 -DTTR0/1: 00000000/00000000 ITTR0/1: 00000000/00000000 -MMUSR 00000000, fault at fffffffe -./mac: line 5: 806788 Aborted (core dumped) qemu-system-m68k -M q800 -m 32 -bios q800.rom -display sdl -audio driver=alsa -device scsi-hd,scsi-id=0,drive=hd0 -drive file=system71.img,media=disk,format=raw,if=none,id=hd0 -display sdl -```""" -reproduce = """1. Download Ishar 1 Color version (available in https://www.grenier-du-mac.net/fiches/Jeux/ishar1.htm, on the lower part of the page). -2. Copy it to the emulated system and decompress the .sit archive with Stuffit Expander 5.5 -3. Run the game by clicking on it's icon and clicking on "Commandes->Jouer" or pressing Command+J -4. Watch it making qemu-system-m68k crash'n burn!""" -additional = """The same game works fine on current MAME Mac II/Ci emulation, etc.""" |