We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
could not load symbol "jl_globalref_boundp"
On the release-1.12 branch of julia, I obtain
release-1.12
julia> @descend sin(2) ERROR: could not load symbol "jl_globalref_boundp": ./julia: undefined symbol: jl_globalref_boundp Stacktrace: [1] force_binding_resolution! @ ~/.julia/packages/Compiler/Hllhj/src/abstractinterpretation.jl:3460 [inlined] [2] lookup_binding_partition! @ ~/.julia/packages/Compiler/Hllhj/src/abstractinterpretation.jl:3491 [inlined] [3] abstract_eval_binding_partition!(interp::Cthulhu.CthulhuInterpreter, g::GlobalRef, sv::Compiler.InferenceState) @ Compiler ~/.julia/packages/Compiler/Hllhj/src/abstractinterpretation.jl:3507 [4] abstract_eval_globalref @ ~/.julia/packages/Compiler/Hllhj/src/abstractinterpretation.jl:3537 [inlined] [5] @ Compiler ~/.julia/packages/Compiler/Hllhj/src/abstractinterpretation.jl:2942 [6] typeinf_local(interp::Cthulhu.CthulhuInterpreter, frame::Compiler.InferenceState, nextresult::Compiler.CurrentState) @ Compiler ~/.julia/packages/Compiler/Hllhj/src/abstractinterpretation.jl:4063 [7] typeinf(interp::Cthulhu.CthulhuInterpreter, frame::Compiler.InferenceState) @ Compiler ~/.julia/packages/Compiler/Hllhj/src/abstractinterpretation.jl:4271 [8] do_typeinf!(interp::Cthulhu.CthulhuInterpreter, mi::Core.MethodInstance) @ Cthulhu ~/.julia/packages/Cthulhu/dysgf/src/Cthulhu.jl:856 [9] mkinterp(interp::Compiler.NativeInterpreter, args::Any) @ Cthulhu ~/.julia/packages/Cthulhu/dysgf/src/Cthulhu.jl:868 [10] #_descend#110 @ ~/.julia/packages/Cthulhu/dysgf/src/Cthulhu.jl:890 [inlined] [11] __descend_with_error_handling(args::Any; terminal::Any, kwargs...) @ Cthulhu ~/.julia/packages/Cthulhu/dysgf/src/Cthulhu.jl:275 [12] top-level scope @ ~/.julia/packages/Cthulhu/dysgf/src/Cthulhu.jl:272 [13] top-level scope @ ~/.julia/packages/Cthulhu/dysgf/src/Cthulhu.jl:264 [14] top-level scope @ ~/.julia/packages/Cthulhu/dysgf/src/Cthulhu.jl:256 [15] top-level scope @ ~/.julia/packages/Cthulhu/dysgf/src/Cthulhu.jl:318 [16] top-level scope @ ~/.julia/packages/Cthulhu/dysgf/src/Cthulhu.jl:318 [17] top-level scope @ REPL[1]:1 Some type information was truncated. Use `show(err)` to see complete types.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On the
release-1.12
branch of julia, I obtainThe text was updated successfully, but these errors were encountered: