Closed
Bug 1858823
Opened 2 years ago
Closed 2 years ago
Perma tier2 Error disabling address space randomization: Operation not permitted
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
120 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox118 | --- | unaffected |
| firefox119 | --- | unaffected |
| firefox120 | --- | fixed |
People
(Reporter: noemi_erli, Assigned: cfallin)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Comment 1•2 years ago
|
||
:cfallin, since you are the author of the regressor, bug 1855321, could you take a look?
For more information, please visit BugBot documentation.
Flags: needinfo?(chris)
| Assignee | ||
Comment 2•2 years ago
|
||
Taking a look now!
| Assignee | ||
Comment 3•2 years ago
|
||
The patches for bug 1855321 changed the tag bits on JIT-frame FP values,
but this test was not updated. This patch fixes the hardcoded
assertions.
Updated•2 years ago
|
Assignee: nobody → chris
Status: NEW → ASSIGNED
Pushed by iireland@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9861124ce67f
Fix regression in interpreter gdb test. r=iain
| Assignee | ||
Comment 5•2 years ago
|
||
I believe the above patch should fix the observed regression.
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(chris)
Comment 6•2 years ago
|
||
Set release status flags based on info from the regressing bug 1855321
status-firefox118:
--- → unaffected
status-firefox119:
--- → unaffected
status-firefox120:
--- → affected
status-firefox-esr115:
--- → unaffected
Comment 7•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•