Closed
Bug 1514583
Opened 7 years ago
Closed 7 years ago
Sandbox has broken aarch64 firefox on Windows
Categories
(Core :: Security: Process Sandboxing, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla66
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: bobowen, Assigned: bobowen)
References
Details
No description provided.
| Assignee | ||
Updated•7 years ago
|
Summary: Sandbox has broken aarch64 build on Windows → Sandbox has broken aarch64 firefox Windows
| Assignee | ||
Updated•7 years ago
|
Summary: Sandbox has broken aarch64 firefox Windows → Sandbox has broken aarch64 firefox on Windows
| Assignee | ||
Comment 1•7 years ago
|
||
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
| Assignee | ||
Comment 2•7 years ago
|
||
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)
| Assignee | ||
Comment 4•7 years ago
|
||
(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
Pushed by bobowencode@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0e7956cbdf54
Disable sandbox on aarch64 Windows. r=dmajor
Comment 6•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•