JuliaInterpreter.jl icon indicating copy to clipboard operation
JuliaInterpreter.jl copied to clipboard

Segfaults

Open timholy opened this issue 2 years ago • 1 comments

While I don't see segfaults locally (at least not very often), they show up on CI. This run must be some kind of record: https://github.com/JuliaDebug/JuliaInterpreter.jl/actions/runs/5825425653/

Merits a look

timholy avatar Aug 11 '23 10:08 timholy

There was a wrong ccall(:time) signature that would corrupt one random pointer of memory. Fixed by https://github.com/JuliaDebug/JuliaInterpreter.jl/pull/615

vtjnash avatar Mar 12 '24 15:03 vtjnash