On Thursday, 14 August 2014 at 07:46:29 UTC, Carl Sturtivant wrote:
The default size of the runtime stack for a Fiber is 4*PAGESIZE which is very small, and a quick test shows that a Fiber suffers a stack overflow that doesn't lead to a clean termination when this limit is exceeded.

Pass a bigger stack size to the Fiber constructor?

Reply via email to