https://issues.dlang.org/show_bug.cgi?id=20271
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @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 --
