summary refs log tree commit diff stats
path: root/gitlab/issues/target_m68k/host_missing/accel_missing/2675.toml
blob: 63fd4f18f152817153f9385b5df154773356f435 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
id = 2675
title = "q800 machine is broken when compiling with --enable-cfi"
state = "closed"
created_at = "2024-11-14T10:11:17.424Z"
closed_at = "2024-11-18T16:20:58.539Z"
labels = ["kind::Bug", "target: m68k"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/2675"
host-os = "Fedora 40"
host-arch = "x86"
qemu-version = "v9.2.0-rc0"
guest-os = "n/a"
guest-arch = "m68k"
description = """When compiling QEMU that is configured like this:
```
 .../configure --target-list=m68k-softmmu --enable-cfi --cc=clang
```
the q800 machine crashes with an illegal exception on the host very early, somewhere during q800_machine_init()"""
reproduce = """1. .../configure --target-list=m68k-softmmu --enable-cfi --cc=clang
2. make qemu-system-m68k
3. ./qemu-system-m68k -M q800"""
additional = "n/a"