Thread overview
[Issue 13821] fiber + exception + win server 2012 failures
Jan 30, 2016
Rainer Schuetze
Sep 17, 2019
Dlang Bot
Sep 17, 2019
Dlang Bot
Oct 11, 2019
Dlang Bot
January 30, 2016
https://issues.dlang.org/show_bug.cgi?id=13821

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
likely to be related: https://issues.dlang.org/show_bug.cgi?id=15628

--
September 17, 2019
https://issues.dlang.org/show_bug.cgi?id=13821

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@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

--
September 17, 2019
https://issues.dlang.org/show_bug.cgi?id=13821

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
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

--
October 11, 2019
https://issues.dlang.org/show_bug.cgi?id=13821

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
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

--