You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: