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 !ctx.ssavalue_assigned.at(ssaidx_0based)' failed. when testing some packages #50449

Closed
KristofferC opened this issue Jul 7, 2023 · 1 comment · Fixed by #50528
Closed
Labels
compiler:codegen Generation of LLVM IR and native code regression Regression in behavior compared to a previous version
Milestone

Comments

@KristofferC
Copy link
Member

When testing the packages

"LsqFit"
"Polyhedra"
"PowerModelsRestoration"
"SinusoidalRegressions"
"EasyFit

with an assert build they error with:

julia: /source/src/codegen.cpp:5042: void emit_ssaval_assign(jl_codectx_t&, ssize_t, jl_value_t*): Assertion `!ctx.ssavalue_assigned.at(ssaidx_0based)' failed.

Example PkgEval log: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/c9a32f4_vs_e4ee485/LsqFit.primary.log

@KristofferC KristofferC added regression Regression in behavior compared to a previous version compiler:codegen Generation of LLVM IR and native code labels Jul 7, 2023
@KristofferC KristofferC added this to the 1.10 milestone Jul 7, 2023
@KristofferC KristofferC changed the title ssertion !ctx.ssavalue_assigned.at(ssaidx_0based)' failed.` when testing some packages Assertion !ctx.ssavalue_assigned.at(ssaidx_0based)' failed. when testing some packages Jul 7, 2023
@maleadt
Copy link
Member

maleadt commented Jul 13, 2023

That's the same as #50379 (well, a different error but AFAICT it's due to the same issue).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:codegen Generation of LLVM IR and native code regression Regression in behavior compared to a previous version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants