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_text/target_m68k/host_missing/accel_missing/1462 | |
| 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_text/target_m68k/host_missing/accel_missing/1462')
| -rw-r--r-- | gitlab/issues_text/target_m68k/host_missing/accel_missing/1462 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gitlab/issues_text/target_m68k/host_missing/accel_missing/1462 b/gitlab/issues_text/target_m68k/host_missing/accel_missing/1462 new file mode 100644 index 000000000..478cfcd05 --- /dev/null +++ b/gitlab/issues_text/target_m68k/host_missing/accel_missing/1462 @@ -0,0 +1,14 @@ +qemu-system-m68k segfaults on opcode 0x4848 +Description of problem: +Running an m68k executable with opcode 0x4848 will segfault qemu-system-m68k +Steps to 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 information: + |