julia icon indicating copy to clipboard operation
julia copied to clipboard

fix rare GC segfault coming from bug in mark-loop (alternative to 53351)

Open d-netto opened this issue 1 year ago • 0 comments

Should fix https://github.com/JuliaLang/julia/issues/52757, https://github.com/JuliaLang/julia/issues/53026 and https://github.com/JuliaLang/julia/issues/53350.

Removes some of the awkwardness from https://github.com/JuliaLang/julia/pull/53351 but does require waiting for all threads to join at the end of mark-loop.

d-netto avatar Feb 15 '24 20:02 d-netto