Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information