You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>@ga2 (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.
The text was updated successfully, but these errors were encountered:
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: