Closed
Bug 1483804
Opened 7 years ago
Closed 7 years ago
Perma bustage at js/src/vm/JSContext-inl.h:187:5: error: 'CompartmentChecker' was not declared in this scope when Gecko 63 merges to Beta on 2018-08-27
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox61 | --- | unaffected |
firefox62 | --- | unaffected |
firefox63 | - | verified |
People
(Reporter: aryx, Assigned: jonco)
References
Details
Attachments
(1 file)
1.30 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
central as beta simulation: https://treeherder.mozilla.org/#/jobs?repo=try&revision=24dc4e9ee792e773a89b065468147ec766612347&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=running&filter-resultStatus=pending&filter-resultStatus=runnable
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=194147773&repo=try
https://hg.mozilla.org/mozilla-central/file/5660b9d6ef1e/js/src/vm/JSContext-inl.h#l178 and below
Flags: needinfo?(jcoppeard)
Assignee | ||
Comment 1•7 years ago
|
||
I didn't spot that there was releaseAssertSameCompartment() which uses CompartmentChecker even if JS_CRASH_DIAGNOSTICS is not defined.
Assignee: nobody → jcoppeard
Flags: needinfo?(jcoppeard)
Attachment #9001902 -
Flags: review?(jdemooij)
Comment 2•7 years ago
|
||
Importing the above mentioned attachment cleared the most recent beta sim of this failure: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8d921b66fcc8346d2fc64cdd3b0f9738f509c2c8&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=runnable
Updated•7 years ago
|
Attachment #9001902 -
Flags: review?(jdemooij) → review+
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/190e8fd11756
Fix releaseAssertSameCompartment bustage when this merges to beta r=jandem
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
![]() |
Reporter | |
Comment 5•7 years ago
|
||
Verified fixed with today's beta simulations: https://treeherder.mozilla.org/#/jobs?repo=try&revision=1f4ed8f51c6fbd9cd89558f7ad7a3cc80a261752&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable
Status: RESOLVED → VERIFIED
No need to track this for 63.
You need to log in
before you can comment on or make changes to this bug.
Description
•