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"