attempt to codegen function before inference pass is done #5502
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:codegen
Generation of LLVM IR and native code
GC
Garbage collector
kudos to @loladiro of making this stack trace pretty
@JeffBezanson why is
jl_gc_collect
pretending that it can call itself recursively? (no I don't have a testcase to reproduce, but perhaps a call togc()
inside afinalizer
method could incur sufficient havoc)The text was updated successfully, but these errors were encountered: