https://issues.dlang.org/show_bug.cgi?id=18547
--- Comment #2 from [email protected] --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/a1a5ad8d70464534228839ad8f1f2a7938cb9524 fix issue 18547 - Win32: throwing exception in fiber crashes application increase the default stack size because exception handling might need up to 16k. The actually used stack can depend on the version of DbgHelp.dll, the existence of debug information and possibly other conditions. https://github.com/dlang/druntime/commit/86cd40a036a67d9b1bff6c14e91cba1e5557b119 Merge pull request #2129 from rainers/issue18547 fix issue 18547 - Win32: throwing exception in fiber crashes application merged-on-behalf-of: Petar Kirov <[email protected]> --
