Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent the GC task callback from segfaulting. #32088

Merged
merged 1 commit into from
May 20, 2019

Commits on May 20, 2019

  1. Prevent the GC task callback from segfaulting.

    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.
    rbehrends committed May 20, 2019
    Configuration menu
    Copy the full SHA
    028ac07 View commit details
    Browse the repository at this point in the history