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
When content sandbox is enabled, 32-bit arm build keeps crashing - at least the tabs only display this error. It looks like that due to some sandbox restrictions on this arch it is not able to load any fonts, that makes it give up on everything.
The build works also with sandbox, if MOZ_DISABLE_CONTENT_SANDBOX=1 environment variable is set.
For now, just disable sandbox for this arch, and investigate it later.
0 commit comments