https://issues.dlang.org/show_bug.cgi?id=20271
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- 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 --
