Version-Release number of selected component: qemu-system-ppc-1.6.1-3.fc20 Additional info: reporter: libreport-2.1.11 backtrace_rating: 4 cmdline: qemu-system-ppc -cdrom NetBoot9.dmg crash_function: dmg_open executable: /usr/bin/qemu-system-ppc kernel: 3.12.8-300.fc20.x86_64 runlevel: N 5 type: CCpp uid: 1000 Truncated backtrace: Thread no. 1 (7 frames) #0 dmg_open at block/dmg.c:184 #1 bdrv_open_common at block.c:747 #2 bdrv_open at block.c:1078 #3 blockdev_init at blockdev.c:706 #4 drive_init at blockdev.c:809 #5 drive_init_func at vl.c:1142 #6 qemu_opts_foreach at util/qemu-option.c:1143
Created attachment 855904 [details] File: backtrace
Created attachment 855905 [details] File: cgroup
Created attachment 855906 [details] File: core_backtrace
Created attachment 855907 [details] File: dso_list
Created attachment 855908 [details] File: environ
Created attachment 855909 [details] File: exploitable
Created attachment 855910 [details] File: limits
Created attachment 855911 [details] File: maps
Created attachment 855912 [details] File: open_fds
Created attachment 855913 [details] File: proc_pid_status
Created attachment 855914 [details] File: var_log_messages
Latest f20 gives a clearer error here: qemu-system-x86_64: -cdrom /home/crobinso/NetBoot9.dmg: sector count 222056 for chunk 1877 is larger than max (131072) qemu-system-x86_64: -cdrom /home/crobinso/NetBoot9.dmg: could not open disk image /home/crobinso/NetBoot9.dmg: Invalid argument It doesn't crash, so closing. But maybe qemu's dmg support can't handle old images
For your information, QEMU cannot accept this image because it uses the older Apple Data Compression (ADC) format. If someone wants to implement it, have a look at the format described at http://www.macdisk.com/dmgen.php dmg2img has an implementation for the decompression routine: http://vu1tur.eu.org/tools/