On 29 December 2014 at 08:29, Bram Klein Gunnewiek <1405...@bugs.launchpad.net> wrote: > Right before QEMU crashes I get this error in gdb: > > Program received signal SIGUSR1, User defined signal 1.
SIGUSR1 is used internally by QEMU. You can tell gdb not to bother you about it: handle SIGUSR1 pass noprint nostop before running. -- PMM