-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 libunwind segfaults from JIT frames on FreeBSD #42970
Conversation
Does this need to be backported to 1.6 and/or 1.7? |
9d9b944
to
439f9e2
Compare
This adds libunwind PR 308 as a patch and updates LibUnwind_jll to use a version with that patch included.
439f9e2
to
7353b85
Compare
This adds libunwind PR 308 as a patch and updates LibUnwind_jll to use a version with that patch included. (cherry picked from commit 96a99c2)
Missing change to |
Oh I hadn't considered that, I had forgotten that those are actually part of the repository itself and not external stdlibs that live in JuliaBinaryWrappers. Looks like Project.toml and StdlibArtifacts.toml need to be updated. |
Actually, StdlibArtifacts.toml seems to be autogenerated (and gets culled by e.g. |
This adds libunwind PR 308 as a patch and updates LibUnwind_jll to use a version with that patch included. (cherry picked from commit 96a99c2)
This adds libunwind PR 308 as a patch and updates LibUnwind_jll to use a version with that patch included. (cherry picked from commit 96a99c2)
This adds libunwind PR 308 as a patch and updates LibUnwind_jll to use a version with that patch included. (cherry picked from commit 96a99c2)
This adds libunwind PR 308 as a patch and updates LibUnwind_jll to use a version with that patch included. (cherry picked from commit 96a99c2)
This adds libunwind PR 308 as a patch and updates LibUnwind_jll to use a version with that patch included.
This adds libunwind PR 308 as a patch and updates LibUnwind_jll to use a version with that patch included.
This adds libunwind PR 308 as a patch and updates LibUnwind_jll to use a version with that patch included. (cherry picked from commit 96a99c2)
This still needs JuliaPackaging/Yggdrasil#3856 so that we can update the JLL version.Fixes #41943.