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
On Julia 1.12, version of October 7, 2024, the following command produces a StackOverflowError with
the latest StructuralIdentifiability v0.5.9:
./julia -e "using StructuralIdentifiability"
The full error is
Precompiling packages...
Info Given StructuralIdentifiability was explicitly requested, output will be shown live ^[[0K
^[[0K
^[[0K[522855] signal 11 (1): Erreur de segmentation
^[[0Kin expression starting at none:0^[[0Kintersect at /home/ademin/downloads/julia/src/subtype.c:3957^[[0Kintersect_union at /home/ademin/downloads/julia/src/subtype.c:2473^[[0Kintersect at /home/ademin/downloads/julia/src/subtype.c:3971^[[0Kintersect_union at /home/ademin/downloads/julia/src/subtype.c:2473^[[0Kintersect at /home/ademin/downloads/julia/src/subtype.c:3964^[[0Kintersect_all at /home/ademin/downloads/julia/src/subtype.c:4163^[[0Kintersect_aside at /home/ademin/downloads/julia/src/subtype.c:2443^[[0Kintersect at /home/ademin/downloads/julia/src/subtype.c:3951^[[0Kintersect_all at /home/ademin/downloads/julia/src/subtype.c:4163^[[0Kintersect_aside at /home/ademin/downloads/julia/src/subtype.c:2443^[[0Kvar_lt at /home/ademin/downloads/julia/src/subtype.c:724
[the same lines repeated 15k times]
intersect at /home/ademin/downloads/julia/src/subtype.c:3989
intersect_unionall_ at /home/ademin/downloads/julia/src/subtype.c:3271
intersect_unionall at /home/ademin/downloads/julia/src/subtype.c:3358
intersect at /home/ademin/downloads/julia/src/subtype.c:3981
intersect_all at /home/ademin/downloads/julia/src/subtype.c:4163
jl_type_intersection_env_s at /home/ademin/downloads/julia/src/subtype.c:4409
jl_collect_edges at /home/ademin/downloads/julia/src/staticdata_utils.c:532
jl_prepare_serialization_data at /home/ademin/downloads/julia/src/staticdata.c:2751
ijl_create_system_image at /home/ademin/downloads/julia/src/staticdata.c:3217
ijl_write_compiler_output at /home/ademin/downloads/julia/src/precompile.c:155
ijl_atexit_hook at /home/ademin/downloads/julia/src/init.c:276
jl_repl_entrypoint at /home/ademin/downloads/julia/src/jlapi.c:1060
main at /home/ademin/downloads/julia/cli/loader_exe.c:58
unknown function (ip:0x7fee1a829d8f)
__libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
_start at /home/ademin/downloads/julia/usr/bin/julia (unknown line)
Allocations:176827254 (Pool:176824534; Big:2720); GC:216
Warning: detected a stack overflow; program state may be corrupted, so further execution might be unreliable.
fatal: error thrown and no exception handler available.
StackOverflowError(
The text was updated successfully, but these errors were encountered:
On Julia 1.12, version of October 7, 2024, the following command produces a StackOverflowError with
the latest StructuralIdentifiability v0.5.9:
The full error is
The text was updated successfully, but these errors were encountered: