Skip to content

MWE of char crash #28

Closed
Closed
@GunnarFarneback

Description

@GunnarFarneback

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions