-
-
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
Symbol lookup error: undefined symbol: jl_fptr_sparam
#56701
Comments
IIUC, this is supposed to be exported (along with jl_fptr_args), and we aren't doing that, so codegen currently can instead generate code which can't be loaded |
vtjnash
added a commit
that referenced
this issue
Jan 17, 2025
Since codegen may refer to these, it helps to have the linker able to resolve them, if that case ever happens. Fixes #56701
vtjnash
added a commit
that referenced
this issue
Jan 21, 2025
Since codegen may refer to these, it helps to have the linker able to resolve them, if that case ever happens. Fixes #56701
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is a bug apparently related to precompilation:
git bisect
indicates that the first bad commit is cd99cfc (#56179).If commenting the line as done here: serenity4/SymbolicGA.jl@3fe2ccc, with the same reproducer (you may set it up with
pkg> add SymbolicGA#segfault-reproducer
- don't mind the branch name, it was from #56690), the error no longer appears and the code executes fine.The text was updated successfully, but these errors were encountered: