Closed GoogleCodeExporter closed 9 years ago
Fixed in r3207
The issue was that the code auto instantiates a task_struct when finding the
beginning of a task chain, but this is only valid if the function is recursed
into (this was really obvious with some debug prints). So I fixed it to check
the validity of the task struct before yielding it.
Original comment by atc...@gmail.com
on 29 Mar 2013 at 6:51
Original comment by atc...@gmail.com
on 29 Mar 2013 at 6:51
Original issue reported on code.google.com by
michael.hale@gmail.com
on 22 Feb 2013 at 7:17