Closed
Description
While testing packages for 1.3 this package was noted to crash with:
Unreachable reached at 0x7fb7560115ff
signal (4): Illegal instruction
in expression starting at /root/.julia/packages/SimJulia/alkAr/test/processes.jl:45
execute at /root/.julia/packages/SimJulia/alkAr/src/processes.jl:32
#3 at /root/.julia/packages/SimJulia/alkAr/src/base.jl:51
_jl_invoke at /workspace/srcdir/julia/src/gf.c:2136 [inlined]
jl_apply_generic at /workspace/srcdir/julia/src/gf.c:2300
step at /root/.julia/packages/SimJulia/alkAr/src/simulations.jl:39
run at /root/.julia/packages/SimJulia/alkAr/src/base.jl:91
run at /root/.julia/packages/SimJulia/alkAr/src/events.jl:29
unknown function (ip: 0x7fb755fbf1c6)
_jl_invoke at /workspace/srcdir/julia/src/gf.c:2130 [inlined]
jl_apply_generic at /workspace/srcdir/julia/src/gf.c:2300
jl_apply at /workspace/srcdir/julia/src/julia.h:1631 [inlined]
do_call at /workspace/srcdir/julia/src/interpreter.c:328
eval_value at /workspace/srcdir/julia/src/interpreter.c:417
eval_stmt_value at /workspace/srcdir/julia/src/interpreter.c:368 [inlined]
eval_body at /workspace/srcdir/julia/src/interpreter.c:760
Since the code where it crashes are using a lot of functionality from ResumableFunctions.jl which touches a lot of the internals of Julia it is hard to know if this is an actual regression in Julia or an assumption about the internals by ResumableFunctions which is now no longer true.
Metadata
Metadata
Assignees
Labels
No labels