VM crash when evaluating a named record field of a late
variable
#57048
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
crash
Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
vm-debugger
Given this code, and a breakpoint on the marked line:
If you try to evaluate
x.a
(which at this point isn't initialized, though I hoped it would trigger initialization), the VM crashes with this error:The text was updated successfully, but these errors were encountered: