https://issues.dlang.org/show_bug.cgi?id=13267
Issue ID: 13267 Summary: Fiber with small stack causes stack overflow in GC.gcx.mark Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: major Priority: P1 Component: druntime Assignee: nob...@puremagic.com Reporter: safety0ff.b...@gmail.com Created attachment 1379 --> https://issues.dlang.org/attachment.cgi?id=1379&action=edit Initial test case Seems anything less than the default stack size triggers the issue. See the attached test case (I have not reduced it at all.) Both 2.065 and git HEAD fail. --