[Issue 13105] Stack overflow in Fibers running druntime unittests

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jan 16 22:48:23 PST 2015


https://issues.dlang.org/show_bug.cgi?id=13105

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu

--- Comment #1 from Martin Nowak <code at dawg.eu> ---
So how about increasing the default fiber stack size to 64kB - GUARD_PAGE. At
least on Windows that wouldn't even consume more address space because of the
64kB granularity of VirtualAlloc.

--


More information about the Digitalmars-d-bugs mailing list