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
@ayushr2 thanks - if there's a quicker path towards implementing it for platform=kvm exclusively, we do run some baremetal hosts. Obviously we'd both prefer it to be standardized, but if that's not feasible, just KVM support would unblock us.
Description
On Firefox version 136.0.2, Firefox fails to start up with a failed WebAssembly call:
On version 135.0.1, it starts up as expected.
If we
strace
the Firefox call on 136.0.2, we can see that it's failing when trying to useARCH_SET_GS
:This limitation is documented:
https://gvisor.dev/docs/user_guide/compatibility/linux/amd64/
We're wondering if implementing
ARCH_SET_GS
is on the near-term roadmap and what the path to implementation would be.cc @aksh-at @thundergolfer @cweld510
Steps to reproduce
You can use
runsc
with Docker to repro this. You can change the FF_VERSION parameter to switch behavior:runsc version
docker version (if using docker)
docker version Client: Docker Engine - Community Version: 26.1.4 API version: 1.45 Go version: go1.21.11 Git commit: 5650f9b Built: Wed Jun 5 11:30:53 2024 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 26.1.4 API version: 1.45 (minimum version 1.24) Go version: go1.21.11 Git commit: de5c9cf Built: Wed Jun 5 11:29:11 2024 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.6.33 GitCommit: d2d58213f83a351ca8f528a95fbd145f5654e957 runc: Version: 1.1.12 GitCommit: v1.1.12-0-g51d5e94 docker-init: Version: 0.19.0 GitCommit: de40ad0
uname
Linux ip-10-1-4-158.ec2.internal 5.15.0-207.156.6.el9uek.x86_64 #2 SMP Thu Jun 6 02:32:40 PDT 2024 x86_64 x86_64 x86_64 GNU/Linux
kubectl (if using Kubernetes)
repo state (if built from source)
1a9abee
runsc debug logs (if available)
The text was updated successfully, but these errors were encountered: