Index: src/libcfa/concurrency/thread.c
===================================================================
--- src/libcfa/concurrency/thread.c	(revision 1167cd4de31942e7c0b3e8cadb9bd303e00e42f7)
+++ src/libcfa/concurrency/thread.c	(revision 42356f4af6530b1d1809d09ce41a34db24c5eb25)
@@ -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;
 }
 
