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

Assertion failure when testing Phylo #41425

Closed
KristofferC opened this issue Jun 30, 2021 · 0 comments · Fixed by #41438
Closed

Assertion failure when testing Phylo #41425

KristofferC opened this issue Jun 30, 2021 · 0 comments · Fixed by #41438
Labels
compiler:codegen Generation of LLVM IR and native code
Milestone

Comments

@KristofferC
Copy link
Member

https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/aa3a19f_vs_dd12291/Phylo.1.7.0-beta1-ef3861cb06.log

julia: /workspace/srcdir/src/cgutils.cpp:1859: jl_cgval_t emit_getfield_knownidx(jl_codectx_t&, const jl_cgval_t&, unsigned int, jl_datatype_t*, jl_memory_order, llvm::Value**): Assertion `jl_is_concrete_type(jfty)' failed.

signal (6): Aborted
in expression starting at /home/pkgeval/.julia/packages/Phylo/iP8MV/test/test_rcall.jl:9
gsignal at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
abort at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
unknown function (ip: 0x7f5e9f38c40e)
__assert_fail at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
emit_getfield_knownidx at /workspace/srcdir/src/cgutils.cpp:1859
emit_builtin_call at /workspace/srcdir/src/codegen.cpp:3048
emit_call at /workspace/srcdir/src/codegen.cpp:3692
emit_expr at /workspace/srcdir/src/codegen.cpp:4509
emit_ssaval_assign at /workspace/srcdir/src/codegen.cpp:4160
emit_stmtpos at /workspace/srcdir/src/codegen.cpp:4402 [inlined]
emit_function at /workspace/srcdir/src/codegen.cpp:7191
jl_emit_code at /workspace/srcdir/src/codegen.cpp:7564
jl_emit_codeinst at /workspace/srcdir/src/codegen.cpp:7609
_jl_compile_codeinst at /workspace/srcdir/src/jitlayers.cpp:124
jl_generate_fptr at /workspace/srcdir/src/jitlayers.cpp:350
jl_compile_method_internal at /workspace/srcdir/src/gf.c:1978
gen_cfun_wrapper at /workspace/srcdir/src/codegen.cpp:5099
emit_cfunction at /workspace/srcdir/src/codegen.cpp:5678 [inlined]
emit_expr at /workspace/srcdir/src/codegen.cpp:4523
emit_ssaval_assign at /workspace/srcdir/src/codegen.cpp:4160
emit_stmtpos at /workspace/srcdir/src/codegen.cpp:4402 [inlined]
emit_function at /workspace/srcdir/src/codegen.cpp:7191
jl_emit_code at /workspace/srcdir/src/codegen.cpp:7564
jl_emit_codeinst at /workspace/srcdir/src/codegen.cpp:7609
_jl_compile_codeinst at /workspace/srcdir/src/jitlayers.cpp:124
jl_generate_fptr at /workspace/srcdir/src/jitlayers.cpp:350
jl_compile_method_internal at /workspace/srcdir/src/gf.c:1978
jl_compile_method_internal at /workspace/srcdir/src/gf.c:2244 [inlined]
_jl_invoke at /workspace/srcdir/src/gf.c:2237 [inlined]
jl_apply_generic at /workspace/srcdir/src/gf.c:2427
jl_apply at /workspace/srcdir/src/julia.h:1781 [inlined]
jl_module_run_initializer at /workspace/srcdir/src/toplevel.c:73
jl_init_restored_modules at /workspace/srcdir/src/dump.c:2206
_include_from_serialized at ./loading.jl:768
_require_from_serialized at ./loading.jl:821
_require at ./loading.jl:1130
require at ./loading.jl:1013
require at ./loading.jl:997
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:codegen Generation of LLVM IR and native code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants