julia
25c33e40 - Prevent the GC task callback from segfaulting. (#32088)

Commit
6 years ago
Prevent the GC task callback from segfaulting. (#32088) It is possible when marking task objects in the GC for the associated jl_ptls_t reference to be NULL. To determine whether a task is a root task, we therefore also have to check if that reference is valid.
Author
Committer
Parents
Loading