Closed
Description
This reproduces the crash in the char
tests.
using JuliaInterpreter
ex = quote
a = ['0']
b = ['a']
c = [a; b]
end
frame = JuliaInterpreter.prepare_toplevel(Main, ex)
JuliaInterpreter.finish_and_return!(JuliaStackFrame[], frame, true)
with the result
Unreachable reached at 0x7f9c2cce8ab4
signal (4): Illegal instruction
[...]
Metadata
Metadata
Assignees
Labels
No labels