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

Julia 1.10: segfault in jl_rettype_inferred #57739

Open
kpamnany opened this issue Mar 12, 2025 · 0 comments
Open

Julia 1.10: segfault in jl_rettype_inferred #57739

kpamnany opened this issue Mar 12, 2025 · 0 comments

Comments

@kpamnany
Copy link
Contributor

Opened for tracking. This crash happened intermittently on RAI's 1.10.2 (+various backports) build, after we loaded some package images containing only method specializations.

We have previously shared an rr trace and are working with @gbaraldi to find the problem.

[61] signal (11.1): Segmentation fault
in expression starting at none:1
signal (11) thread (3) jl_rettype_inferred at /build/julia-v1.10.2+RAI-ce667bce9441b77c780f9b74e394784dc4cb3631/src/gf.c:447
signal (11) thread (3) emit_invoke at /build/julia-v1.10.2+RAI-ce667bce9441b77c780f9b74e394784dc4cb3631/src/codegen.cpp:4421
signal (11) thread (3) emit_invoke at /build/julia-v1.10.2+RAI-ce667bce9441b77c780f9b74e394784dc4cb3631/src/codegen.cpp:4394 [inlined]
signal (11) thread (3) emit_expr at /build/julia-v1.10.2+RAI-ce667bce9441b77c780f9b74e394784dc4cb3631/src/codegen.cpp:5493
signal (11) thread (3) emit_ssaval_assign at /build/julia-v1.10.2+RAI-ce667bce9441b77c780f9b74e394784dc4cb3631/src/codegen.cpp:5101
signal (11) thread (3) emit_stmtpos at /build/julia-v1.10.2+RAI-ce667bce9441b77c780f9b74e394784dc4cb3631/src/codegen.cpp:5335 [inlined]
signal (11) thread (3) emit_function at /build/julia-v1.10.2+RAI-ce667bce9441b77c780f9b74e394784dc4cb3631/src/codegen.cpp:8380
signal (11) thread (3) jl_emit_code at /build/julia-v1.10.2+RAI-ce667bce9441b77c780f9b74e394784dc4cb3631/src/codegen.cpp:8715
signal (11) thread (3) jl_emit_codeinst at /build/julia-v1.10.2+RAI-ce667bce9441b77c780f9b74e394784dc4cb3631/src/codegen.cpp:8789
<snip>
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

1 participant