Comment 25 for bug 893208

Revision history for this message
PeteVine (davine-k) wrote :

FWIW:

Program received signal SIGINT, Interrupt.
0xb644f73c in seqlock_read_retry (sl=0xb6b2acc8 <timers_state+16>, start=0)
    at /tmp/qemu/include/qemu/seqlock.h:69
69 return unlikely(atomic_read(&sl->sequence) != start);
(gdb) bt
#0 0xb644f73c in seqlock_read_retry (sl=0xb6b2acc8 <timers_state+16>, start=0)
    at /tmp/qemu/include/qemu/seqlock.h:69
#1 0xb644fa3c in cpu_get_icount () at /tmp/qemu/cpus.c:182
#2 0xb644f518 in cpu_get_host_ticks () at /tmp/qemu/include/qemu/timer.h:1006
#3 0xb644fcc4 in cpu_enable_ticks () at /tmp/qemu/cpus.c:252
#4 0xb658a9ec in vm_start () at vl.c:764
#5 0xb6597200 in main (argc=5, argv=0xbecfa6b4, envp=0xbecfa6cc) at vl.c:4651