You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble deciding where the problem lies for this one, but it seems like Docker shouldn't be able to 100% lock-up while a guest reads /dev/mem.
The text was updated successfully, but these errors were encountered:
I am also encountering the same symptoms, but unsure if it's the very same root cause. Nonetheless, here's my diagnostic-id: D3089024-FCCB-4D9E-AE02-697878568B5D/20241220050254
Description
Running
dmidecode
under Rosetta in a very simple Ubuntu 24.04 container locks up Docker Desktop.Reproduce
request returned Internal Server Error for API route <snip>
HTTP code 500
errors.Expected behavior
The command should not hang indefinitely under Rosetta.
The arm64 version of the same image works fine:
producing
It's also worth noting that an older Ubuntu 22.04 release, with an older copy of dmidecode, works fine on amd64:
producing
docker version
Client: Version: 27.4.0 API version: 1.47 Go version: go1.22.10 Git commit: bde2b89 Built: Sat Dec 7 10:35:43 2024 OS/Arch: darwin/arm64 Context: desktop-linux Server: Docker Desktop 4.37.1 (178610) Engine: Version: 27.4.0 API version: 1.47 (minimum version 1.24) Go version: go1.22.10 Git commit: 92a8393 Built: Sat Dec 7 10:38:33 2024 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.7.21 GitCommit: 472731909fa34bd7bc9c087e4c27943f9835f111 runc: Version: 1.1.13 GitCommit: v1.1.13-0-g58aa920 docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Diagnostics ID
D9FDE95B-C67E-4D64-A7D7-FACB8E8A7235/20241219235941
Additional Info
I'm having trouble deciding where the problem lies for this one, but it seems like Docker shouldn't be able to 100% lock-up while a guest reads
/dev/mem
.The text was updated successfully, but these errors were encountered: