-
Notifications
You must be signed in to change notification settings - Fork 121
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
Running Chrome under amd64 emulation (M1) results in crashes #5766
Comments
The qemu crash can be worked around with by adding |
Same issue here. Since upgraded to last stable version, this issue affected me too. I'm running this compose below and 2 services is getting this issue, other services in this compose is working fine.
https://github.com/joubertredrat/devbox/blob/master/kafka/6.1/docker-compose.yml Other issue that I don't know if is related is my kubernets doesn't work, does eternal "starting". My setup:
|
Closing as documented. https://docs.docker.com/docker-for-mac/apple-silicon/#known-issues We don't have control over qemu and it's "best effort" only. We have documented both the occasional crashes and the lack of inotify support. |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Any
amd64
container with Chrome crashes onarm64
hosts (M1 architecture). Here is a quick sample:docker run --rm -p 3000:3000 --platform linux/amd64 -e "PREBOOT_CHROME=true" browserless/chrome
The stderr of Chrome is:
qemu: uncaught target signal 5 (Trace/breakpoint trap) - core dumped qemu: uncaught target signal 5 (Trace/breakpoint trap) - core dumped [2779:2779:0618/071644.009222:ERROR:nacl_fork_delegate_linux.cc(329)] Bad NaCl helper startup ack (0 bytes) qemu: uncaught target signal 5 (Trace/breakpoint trap) - core dumped [2737:2787:0618/071644.207029:ERROR:file_path_watcher_linux.cc(326)] inotify_init() failed: Function not implemented (38) [0618/071646.632623:ERROR:scoped_ptrace_attach.cc(27)] ptrace: Function not implemented (38) qemu: uncaught target signal 11 (Segmentation fault) - core dumped [0618/071646.653015:ERROR:crashpad_client_linux.cc(461)] sigaltstack: Invalid argument (22) Segmentation fault [0618/071646.653862:ERROR:crashpad_client_linux.cc(461)] sigaltstack: Invalid argument (22) [0618/071646.662575:ERROR:crashpad_client_linux.cc(461)] sigaltstack: Invalid argument (22)
This qemu issue seems to be related: https://gitlab.com/qemu-project/qemu/-/issues/324
Related issue: #5168
Another related issue: #5321
The text was updated successfully, but these errors were encountered: