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

StackOverflowError during compilation on Julia 1.12 #362

Open
sumiya11 opened this issue Oct 8, 2024 · 0 comments
Open

StackOverflowError during compilation on Julia 1.12 #362

sumiya11 opened this issue Oct 8, 2024 · 0 comments

Comments

@sumiya11
Copy link
Collaborator

sumiya11 commented Oct 8, 2024

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(
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