-
-
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
1.10: Apparent segfault in precompilation serialization #56947
Comments
What is a MWE for this? The referenced branch got merged and it is unclear what should be run to reproduce the issue. |
I think you just need to comment this |
No joy.
on 1.10-debug with that branch commented out. |
Pure speculation, but it might be #54738 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure how to properly debug this.
But essentially here (EnzymeAD/Reactant.jl#353 (comment)) we're trying to add precompilation to reactant. Everything is fine on 1.11. On 1.10, loading of the serializatized object hits a julia assertion error in particular here:
julia/src/method.c
Line 1248 in 4976d05
This data isn't written to after mmaping in the compiled code, and where it asserts so I presume it's a bug in Julia's precompilation.
cc @gbaraldi @vchuravy @vtjnash @mofeing
The text was updated successfully, but these errors were encountered: