Re: [Qemu-devel] Removing indeterminism in qemu execution

2012-01-23 Thread Lluís Vilanova
batuzovk writes: I'm debugging an operating system with QEMU and I have a race condition in the OS. The problem is that each time I run QEMU I get this error in a different place, so it makes impossible for gdb to debug it. My plan is to remove this indeterminism and be able to reproduce the

Re: [Qemu-devel] Removing indeterminism in qemu execution

2012-01-20 Thread batuzovk
Hi developers, I'm debugging an operating system with QEMU and I have a race condition in the OS. The problem is that each time I run QEMU I get this error in a different place, so it makes impossible for gdb to debug it. My plan is to remove this indeterminism and be able to reproduce the

[Qemu-devel] Removing indeterminism in qemu execution

2012-01-18 Thread Zeus Gómez Marmolejo
Hi developers, I'm debugging an operating system with QEMU and I have a race condition in the OS. The problem is that each time I run QEMU I get this error in a different place, so it makes impossible for gdb to debug it. My plan is to remove this indeterminism and be able to reproduce the same