VM segfaults when trying to run old snapshot #20485
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
closed-duplicate
Closed in favor of an existing report
When the most recent VM (1.6.0-edge.39101) tries to run the attached snapshot, it segfaults. This snapshot was generated from
void main() => print("HELLO");
using the 1.5.0-dev.4.1 x64 Linux VM.
To support issue issue #20482 and issue #20483, it would be ideal if the VM would detect an outdated snapshot and fail in some well-specified way (with a detectable exit code and/or message).
Attachment:
test.snapshot (600 Bytes)
The text was updated successfully, but these errors were encountered: