Closed
Bug 1453604
Opened 7 years ago
Closed 7 years ago
Perma bustage at MozPromise.h:245: ... does not have any field named 'mMagic1' etc. when Gecko 61 merges to Beta on 2018-04-26
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Tracking
(firefox-esr52 unaffected, firefox59 unaffected, firefox60 unaffected, firefox61blocking verified)
VERIFIED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | unaffected |
firefox61 | blocking | verified |
People
(Reporter: aryx, Assigned: tristanbourvon)
References
Details
Because this blocks central-as-beta simulations, this has priority.
central-as-beta simulation:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=e0b56c2c1b2e3fbca044f920dbf72455d08d7cba&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable&group_state=expanded&selectedJob=173236850
Apply those two patches shown there to get your own beta simulation with a push to Try.
Build log: https://treeherder.mozilla.org/logviewer.html#?job_id=173236850&repo=try
/builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/MozPromise.h:245:7: error: class 'mozilla::MozPromise<ResolveValueT, RejectValueT, IsExclusive>' does not have any field named 'mMagic1'
/builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/MozPromise.h:246:7: error: class 'mozilla::MozPromise<ResolveValueT, RejectValueT, IsExclusive>' does not have any field named 'mMagic2'
/builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/MozPromise.h:247:7: error: class 'mozilla::MozPromise<ResolveValueT, RejectValueT, IsExclusive>' does not have any field named 'mMagic3'
/builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/MozPromise.h:424:9: error: class 'mozilla::MozPromise<ResolveValueT, RejectValueT, IsExclusive>::ThenValueBase' does not have any field named 'mMagic1'
/builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/MozPromise.h:426:9: error: class 'mozilla::MozPromise<ResolveValueT, RejectValueT, IsExclusive>::ThenValueBase' does not have any field named 'mMagic2'
make[5]: *** [SandboxBrokerPolicyFactory.i_o] Error 1
Flags: needinfo?(tristanbourvon)
![]() |
Reporter | |
Updated•7 years ago
|
status-firefox59:
--- → unaffected
status-firefox60:
--- → unaffected
status-firefox61:
--- → affected
status-firefox-esr52:
--- → unaffected
tracking-firefox61:
--- → ?
Updated•7 years ago
|
![]() |
Reporter | |
Comment 1•7 years ago
|
||
Fixed by backout of bug 525063.
Updated•7 years ago
|
Assignee: nobody → tristanbourvon
Flags: needinfo?(tristanbourvon)
Target Milestone: --- → mozilla61
Updated•7 years ago
|
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Version: Version 3 → 3 Branch
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•