Index: libcfa/src/concurrency/coroutine.cfa
===================================================================
--- libcfa/src/concurrency/coroutine.cfa	(revision 456834bab8c511c181adb66426754ef2b7815b3c)
+++ libcfa/src/concurrency/coroutine.cfa	(revision 604d77bb37550e742cd5552fdf387993a579cf20)
@@ -83,5 +83,5 @@
 
 void ^?{}(coroutine_desc& this) {
-      if(this.state != Halted) {
+      if(this.state != Halted && this.state != Start) {
             coroutine_desc * src = TL_GET( this_coroutine );
             coroutine_desc * dst = &this;
