[Issue 20271] Handle forking in the GC
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 6 14:03:43 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=20271
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@CyberShadow updated dlang/druntime pull request #2817 "Add fork handling to
GC" fixing this issue:
- 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