You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CRIU-het segfaults when restoring a process on ARM (sole server).
This behaviour is reproduced in "vanilla" CRIU which points to an issue unrelated to the CRIU-het changes for the migration.
This is reproduced with a simple toy program built by the Popcorn compiler using the h-container Docker image.
git bisect revealed that this issue seems to have been fixed by this commit.
Next steps would be:
verify this behaviour in plain ARM toy program (no Popcorn dependencies)
see the feasibility to backport it to version 3.11 on which CRIU-het is based on
The text was updated successfully, but these errors were encountered:
Yeah, this might be the easiest way, but it is still some work which will depend on how much the image formats have changed since this is several versions later.
CRIU-het segfaults when restoring a process on ARM (
sole
server).This behaviour is reproduced in "vanilla" CRIU which points to an issue unrelated to the CRIU-het changes for the migration.
This is reproduced with a simple toy program built by the Popcorn compiler using the h-container Docker image.
git bisect
revealed that this issue seems to have been fixed by this commit.Next steps would be:
The text was updated successfully, but these errors were encountered: