Skip to content

fix crash julia 1.12 beta 4: jl_init_with_image_file #622

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dpinol
Copy link
Contributor

@dpinol dpinol commented Jun 7, 2025

julia 1.12beta4 does not expose jl_init_with_image anymore.
Falling back to jl_init_with_image_file, which works fine.

nm ~/.julia/juliaup/julia-1.12.0-beta4+0.x64.linux.gnu/lib/libjulia.so | grep jl_init_with_image
0000000000013b99 T jl_init_with_image_file
0000000000020ee8 b jl_init_with_image_file_addr
0000000000013ba5 T jl_init_with_image_handle
0000000000020ee0 b jl_init_with_image_handle_addr

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

Successfully merging this pull request may close these issues.

1 participant