Skip to content

Fix #19417

Ben Gamari requested to merge wip/T19417-ghc-8.10 into ghc-8.10

Previously markLiveObject was not thread-safe, which ended up breaking during parallel GC. Unfortunately, this race generally only manifests in larger programs on with larger core counts, so it's not clear what a test should look like.

Merge request reports