-
Notifications
You must be signed in to change notification settings - Fork 24
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
setarch not working in docker #12
Comments
I am running into the same issue. I was hoping to be able to use |
@exastion what would be an alternative to |
@extrawurst I haven't looked into it further. I guess one solution would be to put ASLR disabling behind a feature flag, so that |
Hey, thanks for the bug report, and thanks for the patience. Yeah, I didn't know setarch was so restricted. Disabling ASLR is helpful for stability of the measurements. Unfortunately, it sounds as if it's not possible to disable it in docker, so having some option to prevent Iai from trying to enable it is probably necessary. |
I've pushed a version to the main branch that adds an environment variable ( |
@bheisler I finally had time to check this out: it works like a charm! lets have a release please :) |
In an unprivileged Docker container,
setarch
is not allowed to run.From #9 it seems
setarch
isn't the best tool anyway.The text was updated successfully, but these errors were encountered: