Skip to content

rts: mutex wrap in refreshProfilingCCSs (#24423)

Ian-Woo Kim requested to merge wavewave/ghc:wip/T24423 into master

Profiled RTS has a concurrency bug due to missing mutex protection around refreshProfilingCCSs. This resolves the issue #24423 (closed).

Merge request reports