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

Symbol lookup error: undefined symbol: jl_fptr_sparam #56701

Open
serenity4 opened this issue Nov 27, 2024 · 1 comment
Open

Symbol lookup error: undefined symbol: jl_fptr_sparam #56701

serenity4 opened this issue Nov 27, 2024 · 1 comment

Comments

@serenity4
Copy link
Contributor

serenity4 commented Nov 27, 2024

Here is a bug apparently related to precompilation:

(@v1.12) pkg> activate --temp
  Activating new project at `/tmp/jl_Q2CEQp`

(jl_Q2CEQp) pkg> add SymbolicGA#lookup-error
... [truncated]

julia> using SymbolicGA: @ga

julia> @ga 2 (1, (1, 2))::(0, 1)
/home/serenity4/.julia/juliaup/julia-nightly/bin/julia: symbol lookup error: /home/serenity4/.julia/compiled/v1.12/SymbolicGA/krY9u_Z0AFz.so: undefined symbol: jl_fptr_sparam

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.

@giordano
Copy link
Contributor

git bisect indicates that the first bad commit is cd99cfc (#56179).

CC: @vtjnash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants