Index: libcfa/src/concurrency/coroutine.cfa
===================================================================
--- libcfa/src/concurrency/coroutine.cfa	(revision 456834bab8c511c181adb66426754ef2b7815b3c)
+++ libcfa/src/concurrency/coroutine.cfa	(revision 2bf7ef68b12c7963487e702a2d3dfe1a11b965f9)
@@ -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;
