@rainers created dlang/druntime pull request #2801 "fix issue 13821 - fiber + exception + win server 2012 failures" fixing this issue:
- fix issue 13821 - fiber + exception + win server 2012 failures
the Windows server exception chain validation fails because the initial exception entry is wrong in case the stack was aligned manually.
https://github.com/dlang/druntime/pull/2801
Comment #3 by dlang-bot — 2019-09-17T08:36:45Z
dlang/druntime pull request #2801 "fix issue 13821 - fiber + exception + win server 2012 failures" was merged into master:
- 6be3f2dc2f29b713eb8435a8aec3f59b36938626 by Rainer Schuetze:
fix issue 13821 - fiber + exception + win server 2012 failures
the Windows server exception chain validation fails because the initial exception entry is wrong in case the stack was aligned manually.
https://github.com/dlang/druntime/pull/2801
Comment #4 by dlang-bot — 2019-10-11T00:47:55Z
dlang/druntime pull request #2823 "fix issue 13821 again" was merged into master:
- 5aaf1a6621b4a1bd278d3743b4da1dae8b0c62eb by Rainer Schuetze:
fix issue 13821 again
https://github.com/dlang/druntime/pull/2823