Odin
Odin copied to clipboard
illegal hardware instruction error
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Odin: dev-2022-07:4af8a645 OS: Ubuntu 20.04 LTS, Linux 5.4.0-109-generic CPU: Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz RAM: 96486 MiB
Expected Behavior
Tried to compile this program
import "core:fmt"
main :: proc() {
fmt.println(type_of(len))
}
Don't know what the expected behaviour is, possibly printing function signature.
Current Behavior
Get this error
src/llvm_backend_type.cpp(919): Panic: UNHANDLED ENTRY 1 (146)
[1] 240918 illegal hardware instruction (core dumped)```