Index: src/libcfa/concurrency/thread.c
===================================================================
--- src/libcfa/concurrency/thread.c	(revision 1167cd4de31942e7c0b3e8cadb9bd303e00e42f7)
+++ src/libcfa/concurrency/thread.c	(revision ce8c12fdff03df2cb8b704ff8bcc77c923e2b6e1)
@@ -40,6 +40,6 @@
 	this->next = NULL;
 
-	this->current_monitors      = NULL;
-	this->current_monitor_count = 0;
+	this->current_monitors      = &this->mon;
+	this->current_monitor_count = 1;
 }
 
