From 53380ac37f252ec67a5597e79a3893795bf273ca Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Wed, 21 Sep 2011 09:28:31 +0200 Subject: Abort on thread layer errors Makes it easier to catch the bug in gdb as there is no need to set an explicit breakpoint. Signed-off-by: Jan Kiszka Signed-off-by: Stefan Hajnoczi --- qemu-thread-posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu-thread-posix.c') diff --git a/qemu-thread-posix.c b/qemu-thread-posix.c index 2bd02efeff..ac3c0c9d14 100644 --- a/qemu-thread-posix.c +++ b/qemu-thread-posix.c @@ -22,7 +22,7 @@ static void error_exit(int err, const char *msg) { fprintf(stderr, "qemu: %s: %s\n", msg, strerror(err)); - exit(1); + abort(); } void qemu_mutex_init(QemuMutex *mutex) -- cgit v1.2.3-55-g7522