risc-v: 0.967 user-level: 0.965 boot: 0.965 debug: 0.961 permissions: 0.961 semantic: 0.960 performance: 0.958 mistranslation: 0.957 kernel: 0.957 TCG: 0.957 architecture: 0.955 device: 0.955 arm: 0.954 hypervisor: 0.954 socket: 0.952 PID: 0.952 assembly: 0.951 network: 0.951 virtual: 0.950 files: 0.948 vnc: 0.948 register: 0.946 ppc: 0.945 graphic: 0.943 VMM: 0.938 peripherals: 0.931 KVM: 0.915 x86: 0.894 i386: 0.873 qemu crashes on Darwin in qemu_iohandler_poll I have an issue when I try to run qemu-system-arm on Mac OS X. Sometime between 1 and 15 secs after qemu is started it crashes as shown bellow. Same thing on linux host works fine. Is anybody else experiencing this? Any Hints? Thanks, Damjan (gdb) run Starting program: /opt/arm-qemu/bin/qemu-system-arm -M verdex -pflash flash.img -nographic -monitor null -m 289 Reading symbols for shared libraries .++++++++++++++........................................................................................ done pxa2xx_clkpwr_write: CPU frequency change attempt U-Boot 1.2.0 (May 10 2008 - 21:17:19) - PXA270@400 MHz - 1604 *** Welcome to Gumstix *** DRAM: 256 MB Flash: 32 MB Using default environment Hit any key to stop autoboot: 1 Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00007fff5fbfed30 0x00007fff5fbfed30 in ?? () (gdb) (gdb) bt #0 0x00007fff5fbfed30 in ?? () #1 0x00000001000c26f4 in qemu_iohandler_poll () #2 0x00000001001975ae in main_loop_wait () #3 0x00000001001976e2 in main_loop () #4 0x000000010019bfbc in qemu_main () #5 0x00000001000d63a5 in main () (gdb) fter bisection seems that this starts happening after following patch: commit 09716e45a05cc0c93bcf55bd0c0888dd678e490f Author: Alexander Graf