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

Don't try to allocate new binding partitions from static show #56298

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

Keno
Copy link
Member

@Keno Keno commented Oct 23, 2024

In particular static show is used inside the GC for profiling, which showed up as a segfault on CI, e.g. in
https://buildkite.com/julialang/julia-master/builds/41407#0192b628-47f3-49f9-a081-cd2708eb6121.

GC check didn't catch it because that file is explicitly exempt: https://github.com/JuliaLang/julia/blob/master/src/Makefile#L504

In particular static show is used inside the GC for profiling,
which showed up as a segfault on CI, e.g. in
https://buildkite.com/julialang/julia-master/builds/41407#0192b628-47f3-49f9-a081-cd2708eb6121
@Keno Keno merged commit be0ce9d into master Oct 23, 2024
5 of 7 checks passed
@Keno Keno deleted the kf/bindingsgcfix branch October 23, 2024 05:14
@vtjnash
Copy link
Member

vtjnash commented Nov 4, 2024

This code is still segfaulting on tests, so this PR doesn't seem to have fixed it enough:
https://buildkite.com/julialang/julia-master/builds/41920#0192f7e9-fce4-4f4f-9bd9-92cf2c454977

@Keno
Copy link
Member Author

Keno commented Nov 4, 2024

That's on musl, which has known corruption issues and the backtrace is different. Not convinced it's related.

@vtjnash
Copy link
Member

vtjnash commented Nov 5, 2024

There is an attached coredump, if you are able to find that useful in this case

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