[Issue 18547] Win32: throwing exception in fiber crashes application

2018-03-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18547

--- Comment #2 from github-bugzi...@puremagic.com ---
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 

--


[Issue 18547] Win32: throwing exception in fiber crashes application

2018-03-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18547

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 18547] Win32: throwing exception in fiber crashes application

2018-03-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18547

Rainer Schuetze  changed:

   What|Removed |Added

   Keywords||pull
  Component|dmd |druntime

--- Comment #1 from Rainer Schuetze  ---
https://github.com/dlang/druntime/pull/2129

--