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

CPU stalls during kernel boot when running container on Ubuntu 22.04 host #352

Open
Raikerian opened this issue Jul 21, 2023 · 0 comments
Open

Comments

@Raikerian
Copy link

Raikerian commented Jul 21, 2023

Hi. I am running docker image as per README documentation:

docker run \
  -e ADBKEY="$(cat ~/.android/adbkey)" \
  --device /dev/kvm \
  --publish 8554:8554/tcp \
  --publish 5555:5555/tcp  \
  us-docker.pkg.dev/android-emulator-268719/images/30-google-x64:30.1.2

This works successfully on Ubuntu 20.04 host and emulator fully boots, however I am getting CPU stalls on Ubuntu 22.04 host on the very early stage.
Using official LTS ubuntu images for both. KVM is available on both.
The stall happens at the random point every time, as well as sometimes it just doesn't happen, but the log starts hanging.
Attaching logs of both.
ubuntu-20-04-successful-boot.log
ubuntu-22-04-cpu-stall.log

Any idea what might be the cause with the newer version of Ubuntu on the host?
Please let me know if more details are needed.
Thank you.

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

No branches or pull requests

1 participant