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

fix: cryptic error on some sysimage builds on Julia 1.8.5 #2600

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

pankgeorg
Copy link
Collaborator

This type assert, while perfectly legal, is breaking some sysimage builds with an error that starts with

signal (11): Segmentation fault
in expression starting at REPL[3]:1
ijl_subtype_env at /cache/build/default-amdci4-2/julialang/julia-release-1-dot-8/src/subtype.c:1854
#387 at /home/jrun/.julia/packages/Pluto/YRKRh/src/webserver/Dynamic.jl:189

This is possibly related to JuliaLang/julia#44527, but in any case doesn't appear in higher versions of Julia (tested with 1.9.1+)

@github-actions
Copy link
Contributor

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="pg/morelesnaneafto")
julia> using Pluto

@pankgeorg pankgeorg merged commit 1e3ee42 into main Jul 12, 2023
14 of 15 checks passed
@pankgeorg pankgeorg deleted the pg/morelesnaneafto branch July 12, 2023 16:20
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