Compiler crash at polymorphic_assign_index
because Type **gt_
is null
#5227
Labels
cannot-replicate
Unable to Replicate
Context
The compiler crashed when (I assume) doing simply math operations or type conversion.
Operating-System:
Linux archlinux 6.14.7
Odin version:
odin version dev-2025-04:d9f990d42
odin report
output:Failure Information (for bugs)
For some reason the below code crashed the compiler. It's just doing simple math stuff (adding number together):
I tried to reproduce the bug but it's not happening anymore.
Failure Logs
SegFaulted, attempted to deference a null pointer in
polymorphic_assign_index
because theType **gt_
is null.The text was updated successfully, but these errors were encountered: