https://github.com/JuliaLang/julia
Revision 1e50a99fd6cdce69ed819b587709151df9d227a2 authored by Gabriel Baraldi on 28 March 2024, 19:27:52 UTC, committed by GitHub on 28 March 2024, 19:27:52 UTC
I have not succeed in writing a test for this, but this was found on a
CI hang together with @keno and @vtjnash.

In essence if we hit a safepoint while GC_SAFE things can go wrong
<img width="748" alt="image"
src="https://github.com/JuliaLang/julia/assets/28694980/7d8170ee-11ab-43de-9bb1-9219aa5a2d80">
1 parent 3530c8f
Raw File
Tip revision: 1e50a99fd6cdce69ed819b587709151df9d227a2 authored by Gabriel Baraldi on 28 March 2024, 19:27:52 UTC
Utilize bitshifts correctly in signals-mach.c when storing/reading the previous GC state (#53868)
Tip revision: 1e50a99
CITATION.bib
% This article is the definitive citation for Julia.
@article{Julia-2017,
    title={Julia: A fresh approach to numerical computing},
    author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
    journal={SIAM {R}eview},
    volume={59},
    number={1},
    pages={65--98},
    year={2017},
    publisher={SIAM},
    doi={10.1137/141000671},
    url={https://epubs.siam.org/doi/10.1137/141000671}
}

% For more details on research related to Julia, see https://julialang.org/research
back to top