[Issue 20271] Handle forking in the GC
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Oct 7 11:21:32 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=20271
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/druntime pull request #2817 "Add fork handling to GC" was merged into
stable:
- 2ed4a03511de49644d9cb17152685a05d2d91b58 by Vladimir Panteleev:
Add fork handling to GC
Make sure a fork does not happen while GC code is running, thus
leaving it in an inconsistent state.
Does not yet fix Druntime's thread list after a fork, so garbage
collection inside the forked process will still fail.
Fixes issue #20271.
https://github.com/dlang/druntime/pull/2817
--
More information about the Digitalmars-d-bugs
mailing list