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

Closed
wants to merge 1 commit into 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

@cjdoris
Copy link
Collaborator

cjdoris commented Jul 1, 2025

Holding off on this because I think the removed function is a breaking change on Julia's part - see the above issue.

@cjdoris
Copy link
Collaborator

cjdoris commented Jul 2, 2025

Fixed upstream, thanks for the catch.

@cjdoris cjdoris closed this Jul 2, 2025
@dpinol
Copy link
Contributor Author

dpinol commented Jul 2, 2025

thank you! 👏

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.

2 participants