Closed Bug 1514583 Opened 6 years ago Closed 6 years ago

Sandbox has broken aarch64 firefox on Windows

Categories

(Core :: Security: Process Sandboxing, defect, P1)

ARM64
Windows
defect

Tracking

()

RESOLVED FIXED
mozilla66
Tracking Status
firefox66 --- fixed

People

(Reporter: bobowen, Assigned: bobowen)

References

Details

No description provided.
Summary: Sandbox has broken aarch64 build on Windows → Sandbox has broken aarch64 firefox Windows
Summary: Sandbox has broken aarch64 firefox Windows → Sandbox has broken aarch64 firefox on Windows
It's weird my try push and the m-i build both seem fine, but not the m-c one. Try push with sandbox disabled until I can investigate further: https://treeherder.mozilla.org/#/jobs?repo=try&selectedJob=215948216&revision=60138ea067a795a323bbb6e682c2b4fc0a7785ad
dmajor: any idea what #if I can use that will work here? (this one doesn't seem to): https://hg.mozilla.org/try/rev/3713c4e5f7d769b036699e6b79e35cd37416c702
Flags: needinfo?(dmajor)
The _M_ things come from the C compiler so they won't work in our JS preprocessing. You'd want something from the configure system. Maybe _ARM64_? https://searchfox.org/mozilla-central/source/js/src/old-configure.in#861
Flags: needinfo?(dmajor)
(In reply to David Major [:dmajor] from comment #3) > The _M_ things come from the C compiler so they won't work in our JS > preprocessing. You'd want something from the configure system. Maybe > _ARM64_? > https://searchfox.org/mozilla-central/source/js/src/old-configure.in#861 Thanks ... take two: https://treeherder.mozilla.org/#/jobs?repo=try&revision=e23ccfad978d98f98609122641e8f4e5d00f6713
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in before you can comment on or make changes to this bug.