Thread overview
[Issue 21784] joining a detached thread results in segfault.
Mar 30, 2021
Dlang Bot
Mar 30, 2021
Dlang Bot
Apr 18, 2021
Dlang Bot
March 30, 2021
https://issues.dlang.org/show_bug.cgi?id=21784

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@omerfirmak updated dlang/druntime pull request #3418 "Allow detached threads to be joined" fixing this issue:

- Fix Issue 21784: Allow detached threads to be joined

  This is useful when a thread terminates before the
  caller is able to join().

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

--
March 30, 2021
https://issues.dlang.org/show_bug.cgi?id=21784

omerfirmak@gmail.com changed:

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

--
March 30, 2021
https://issues.dlang.org/show_bug.cgi?id=21784

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3418 "Fix Issue 21784: Allow detached threads to be joined" was merged into stable:

- b301faf42df1bfab60ada38473dd46000c1fdf66 by Ömer Faruk Irmak:
  Fix Issue 21784: Allow detached threads to be joined

  This is useful when a thread terminates before the
  caller is able to join().

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

--
April 18, 2021
https://issues.dlang.org/show_bug.cgi?id=21784

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3434 "merge stable" was merged into master:

- c5eb299128d7614e18ee2e2366005843dbeb0c6b by Ömer Faruk Irmak:
  Fix Issue 21784: Allow detached threads to be joined

  This is useful when a thread terminates before the
  caller is able to join().

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

--