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_m68k/host_missing/accel_missing/1462.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_m68k/host_missing/accel_missing/1462.toml')
| -rw-r--r-- | gitlab/issues/target_m68k/host_missing/accel_missing/1462.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gitlab/issues/target_m68k/host_missing/accel_missing/1462.toml b/gitlab/issues/target_m68k/host_missing/accel_missing/1462.toml new file mode 100644 index 000000000..6f5562dc0 --- /dev/null +++ b/gitlab/issues/target_m68k/host_missing/accel_missing/1462.toml @@ -0,0 +1,22 @@ +id = 1462 +title = "qemu-system-m68k segfaults on opcode 0x4848" +state = "closed" +created_at = "2023-01-25T17:34:56.485Z" +closed_at = "2023-02-06T08:45:18.921Z" +labels = ["target: m68k", "workflow::Patch available"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1462" +host-os = "Ubuntu 22.10" +host-arch = "x86-64" +qemu-version = "QEMU emulator version 7.0.0 (Debian 1:7.0+dfsg-7ubuntu2.1)" +guest-os = "Debian m68k bookworm" +guest-arch = "m68k" +description = """Running an m68k executable with opcode 0x4848 will segfault qemu-system-m68k""" +reproduce = """1. Boot m68k debian +2. Compile program (see above for the oops.c source) that executes opcode 0x4848 +3. Run program +4. QEMU segfaults: + +``` +./debian-m68k.sh: line 10: 4420 Segmentation fault (core dumped) qemu-system-m68k -boot c -M q800 -serial none -serial mon:stdio -m 1000M -net nic,model=dp83932,addr=08:00:07:12:34:89 -net user -append "root=/dev/sda2 rw console=ttyS0 console=tty" -kernel virt/vmlinux-4.16.0-1-m68k -initrd virt/initrd.img-4.16.0-1-m68k -drive file=virt/debian-m68k-deb10.qcow2,format=qcow2 -nographic +```""" +additional = """""" |