Skip to content

Conversation

@herheliuk
Copy link
Member

Fixes pycriu check funciton

Signed-off-by: Andrii Herheliuk [email protected]

Fixes pycriu check funciton

Signed-off-by: Andrii Herheliuk <[email protected]>
@herheliuk
Copy link
Member Author

herheliuk commented Oct 23, 2025

with this fix:

from pycriu import criu as pycriu_criu

criu = pycriu_criu()

criu.track_mem = True

criu.check()

doesn't raise an error, even though I'm on aarch64.

@rst0git
Copy link
Member

rst0git commented Oct 23, 2025

@herheliuk Thanks for the pull request but we need a slightly different solution!

As I mentioned earlier, track_mem is not intended to be used with the check() functionality. The following page provides more information: https://criu.org/Memory_changes_tracking#How_to_use_this_with_CRIU

What Andrei mentioned about log_file, log_level is correct. I will update #2789 soon. Let fix this issue there.

@herheliuk herheliuk closed this Oct 23, 2025
@herheliuk herheliuk deleted the pycriu-check-fix branch October 24, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants