Closed
Bug 1407822
Opened 7 years ago
Closed 7 years ago
SM builds are going to permafail when Gecko 58 merges to Beta on 2017-11-02
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | unaffected |
firefox58 | + | verified |
People
(Reporter: RyanVM, Assigned: nbp)
References
Details
Attachments
(1 file)
2.19 KB,
patch
|
jandem
:
review+
RyanVM
:
feedback+
|
Details | Diff | Splinter Review |
[Tracking Requested - why for this release]: SM bustage on the next merge day.
https://treeherder.mozilla.org/logviewer.html#?job_id=136336667&repo=try
js/src/ds/LifoAlloc.h:220:21: error: private field 'magic_' is not used [-Werror,-Wunused-private-field]
Flags: needinfo?(nicolas.b.pierron)
Reporter | ||
Comment 1•7 years ago
|
||
Affects all clang-based opt builds.
Severity: normal → blocker
OS: Unspecified → All
Priority: -- → P1
Hardware: Unspecified → All
Assignee | ||
Comment 2•7 years ago
|
||
This should be an easy fix, I will make a patch later today.
Assignee | ||
Comment 3•7 years ago
|
||
Attachment #8917947 -
Flags: review?(jdemooij)
Reporter | ||
Updated•7 years ago
|
Assignee: nobody → nicolas.b.pierron
Reporter | ||
Comment 4•7 years ago
|
||
Comment on attachment 8917947 [details] [diff] [review]
Remove BumpChunk::magic_ value when the assertion are removed.
Looks great on Try, thanks!
Flags: needinfo?(nicolas.b.pierron)
Attachment #8917947 -
Flags: feedback+
Updated•7 years ago
|
Attachment #8917947 -
Flags: review?(jdemooij) → review+
Pushed by npierron@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/eab45e291bc0
Remove BumpChunk::magic_ value when the assertion are removed. r=jandem
![]() |
||
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Reporter | ||
Updated•7 years ago
|
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•