January 10, 2020
https://issues.dlang.org/show_bug.cgi?id=20497

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rainers created dlang/druntime pull request #2904 "fix Issue 20497 - thread with limited stackspace crashes depending on…" fixing this issue:

- fix Issue 20497 - thread with limited stackspace crashes depending on size of TLS

  on Posix systems, add the TLS size to the requested stack size for new
threads

https://github.com/dlang/druntime/pull/2904

--
January 11, 2020
https://issues.dlang.org/show_bug.cgi?id=20497

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #2904 "fix Issue 20497 - thread with limited stackspace crashes depending on…" was merged into stable:

- d8876bc9f7b898047759cdc683afebb85a5c0353 by Rainer Schuetze:
  fix Issue 20497 - thread with limited stackspace crashes depending on size of
TLS

  on Posix systems, add the TLS size to the requested stack size for new
threads

https://github.com/dlang/druntime/pull/2904

--