HOMEWORK 8 FAQ (Wed Nov 14, 0915 HOURS) ERRATA ------ Problem 1 --------- Problem 2 --------- Problem 3 --------- Problem 4 --------- Problem 5 --------- Q5-1) Is it just me, or is the "Display "END" followed by my id" supposed to be pointless? After I swap back to the main context, I don't swap back to the children or else the stacks will not be freed. (I mean I took out the lines in the code that swap back to the child for the second time.) Thus, my printf("End %d\n", id) is never executed. Is this what you had in mind? A5-1) Yes. The child fiber should never get control back to execute that last printf.