-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
World age assertion in codegen #29267
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
Comments
Looks like this is happening while compiling
which are part of TensorFlow.jl/ProtoBuf.jl. This is odd, because the |
I just rebuilt julia and this went away. I do still have the rr trace if we want to do some debugging, but this is fairly mysterious. Maybe @vtjnash has an idea where to look. |
Were you using Revise? If so, and if you hadn't updated packages in a while, it could have been timholy/Revise.jl#191. |
Revise was loaded, but the method in question was not deleted by Revise. Rather it got invalidated when another package was loaded. |
I still see this intermittently every time I rebuild julia. Just rebuilding again makes it go away, but it's definitely not fixed. I also did upgrade to mater of Revise in the meantime, just in case (but the error's still there). |
This is pretty old now, so I'm going to presume it fixed by #31191 and see if any new issues get opened as they pop up. |
After pulling master today, my current project is giving the following assertion error:
Cursory debugging suggests the method has been deleted in the current world. Investigating further.
The text was updated successfully, but these errors were encountered: