Skip to content
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

fail nicely if target machine has a missing or different executable #60

Open
bxatnarf opened this issue Nov 5, 2018 · 0 comments
Open

Comments

@bxatnarf
Copy link
Collaborator

bxatnarf commented Nov 5, 2018

Popcorn should fail nicely if target machine has a missing or different executable. For example, if the migration target is missing the executable, then BUG() is called and the origin of migration becomes stuck in a spin loop.

	if (__construct_mm(req, rc)) {
		BUG();
		return -EINVAL;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants