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

Assertion error (bounds error in svec) when validating binding partition #57443

Closed
KristofferC opened this issue Feb 17, 2025 · 4 comments
Closed
Assignees
Milestone

Comments

@KristofferC
Copy link
Member

For example in https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/5da257d_vs_d63aded/Images.primary.log

julia: /source/src/julia.h:1240: jl_svecref: Assertion `i < (((jl_svec_t*)(t))->length)' failed.

[181] signal 6 (-6): Aborted
in expression starting at /home/pkgeval/.julia/packages/Images/hQ3Jo/test/runtests.jl:1
unknown function (ip: 0x702184426ebc) at /lib/x86_64-linux-gnu/libc.so.6
gsignal at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
abort at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
unknown function (ip: 0x7021843c2394) at /lib/x86_64-linux-gnu/libc.so.6
__assert_fail at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
jl_svecref at /source/src/julia.h:1240
jl_svecref at /source/src/staticdata.c:3569 [inlined]
jl_validate_binding_partition at /source/src/staticdata.c:3591
jl_restore_system_image_from_stream_ at /source/src/staticdata.c:4071
jl_restore_package_image_from_stream at /source/src/staticdata.c:4230
@KristofferC KristofferC added this to the 1.12 milestone Feb 17, 2025
@KristofferC KristofferC changed the title Assertion error (bounds error in svec) when verifying binding partition Assertion error (bounds error in svec) when validating binding partition Feb 17, 2025
@Keno
Copy link
Member

Keno commented Feb 17, 2025

I can't reproduce this on master

@KristofferC
Copy link
Member Author

Okay, this was before the set of backports in #57444 so it could be that one of those fixed it.

@Keno
Copy link
Member

Keno commented Feb 17, 2025

Alright, just let me know.

@KristofferC
Copy link
Member Author

I think this is ok now, we'll see on the next PkgEval if not.

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

No branches or pull requests

2 participants