Re: [Qemu-devel] [PATCH] w32: Initialise critical section before starting thread (fix #922131)

2012-02-01 Thread Roy Tam
Hi, 2012/1/31 Stefan Weil : > This patch was contributed by Bogdan Harjoc. I added some assertions. > > Signed-off-by: Stefan Weil [snip] Thanks, it starts now but I hit another crash: GNU gdb (GDB) 7.3 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

[Qemu-devel] [PATCH] w32: Initialise critical section before starting thread (fix #922131)

2012-01-30 Thread Stefan Weil
This patch was contributed by Bogdan Harjoc. I added some assertions. Signed-off-by: Stefan Weil --- qemu-thread-win32.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/qemu-thread-win32.c b/qemu-thread-win32.c index fe9b931..3524c8b 100644 --- a/qemu-thread-win3