Skip to content

VM segfaults when trying to run old snapshot #20485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nex3 opened this issue Aug 12, 2014 · 1 comment
Closed

VM segfaults when trying to run old snapshot #20485

nex3 opened this issue Aug 12, 2014 · 1 comment
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

Comments

@nex3
Copy link
Member

nex3 commented Aug 12, 2014

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)

@fsc8000
Copy link
Contributor

fsc8000 commented Aug 13, 2014

Added Duplicate label.
Marked as being merged into #15982.

@nex3 nex3 added Type-Defect 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 labels Aug 13, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants