Index: libcfa/src/concurrency/kernel/startup.cfa
===================================================================
--- libcfa/src/concurrency/kernel/startup.cfa	(revision 5afb49a232b595fa7b5f9426264d8e2b5d840c60)
+++ libcfa/src/concurrency/kernel/startup.cfa	(revision 6a77224bf06bbc28a67a04ce5efe7106814a9045)
@@ -441,5 +441,5 @@
 
 static void ?{}( $thread & this, current_stack_info_t * info) with( this ) {
-	ticket = 1;
+	ticket = TICKET_RUNNING;
 	state = Start;
 	self_cor{ info };
