-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Assertion during loading of precompile .ji #29859
Labels
compiler:precompilation
Precompilation of modules
Comments
vtjnash
added a commit
to vtjnash/julia
that referenced
this issue
Feb 25, 2020
fixes JuliaLang#29859
vtjnash
added a commit
that referenced
this issue
Apr 3, 2020
vtjnash
added a commit
that referenced
this issue
Apr 3, 2020
vtjnash
added a commit
that referenced
this issue
Apr 6, 2020
vtjnash
added a commit
that referenced
this issue
Apr 10, 2020
ztultrebor
pushed a commit
to ztultrebor/julia
that referenced
this issue
Apr 17, 2020
staticfloat
pushed a commit
that referenced
this issue
Apr 21, 2020
KristofferC
pushed a commit
that referenced
this issue
May 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm seeing this assertion during precompile deserialization:
The backtrace is:
The
->indices
ordered dict is not yet initialized because we're deserializing (i.e. it's jl_nothing).The method it's trying to invalidate backedges for is from the package we're currently deserializing:
The text was updated successfully, but these errors were encountered: