Closed
Bug 1368344
Opened 9 years ago
Closed 9 years ago
Permared in SM(cgc) when Gecko 55 merges to beta on 2017-06-12 from bug 1367088
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox-esr45 | --- | unaffected |
| firefox-esr52 | --- | unaffected |
| firefox53 | --- | unaffected |
| firefox54 | --- | unaffected |
| firefox55 | blocking | fixed |
People
(Reporter: philor, Assigned: anba)
References
Details
Attachments
(1 file)
|
1.14 KB,
patch
|
jonco
:
review+
|
Details | Diff | Splinter Review |
Things were fine up through https://hg.mozilla.org/mozilla-central/rev/0414ffab16f8, but with https://hg.mozilla.org/mozilla-central/rev/4769df59b9c2 we get permanent failure with " testInAssertion failure: cell->isMarked(GRAY), at /home/worker/workspace/build/src/js/src/jsapi-tests/testGCHeapPostBarriers.cpp:205" in both the Linux64 and Windows SM(cgc) runs in trunk-as-beta simulations.
According to me in bug 1351467, you should be able to reproduce locally by changing /config/milestone.txt from 55a1 to 55, and (on Linux) running python js/src/devtools/automation/autospider.py compacting
[Tracking Requested - why for this release]: merge bustage, closed tree, delayed b1.
| Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
marking as blocker for 55. Andre, would you mind taking a look?
Flags: needinfo?(andrebargull)
| Assignee | ||
Comment 3•9 years ago
|
||
:jonco, is it the right call to disable GC zeal for this test case? At least it seems to fix the assertion.
Attachment #8872527 -
Flags: feedback?(jcoppeard)
| Assignee | ||
Comment 4•9 years ago
|
||
(In reply to Phil Ringnalda (:philor) from comment #0)
> Things were fine up through
> https://hg.mozilla.org/mozilla-central/rev/0414ffab16f8, but with
> https://hg.mozilla.org/mozilla-central/rev/4769df59b9c2 we get permanent
> failure with " testInAssertion failure: cell->isMarked(GRAY), at
> /home/worker/workspace/build/src/js/src/jsapi-tests/testGCHeapPostBarriers.
> cpp:205" in both the Linux64 and Windows SM(cgc) runs in trunk-as-beta
> simulations.
Bug 1367088 added a new function to the self-hosting global object, which led to changed GC timings, resulting in the observed assertion.
Comment 5•9 years ago
|
||
Comment on attachment 8872527 [details] [diff] [review]
bug1368344.patch
Review of attachment 8872527 [details] [diff] [review]:
-----------------------------------------------------------------
Yes, we should disable zeal for this test. Thanks for fixing.
Attachment #8872527 -
Flags: feedback?(jcoppeard) → review+
| Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(andrebargull)
Keywords: checkin-needed
Updated•9 years ago
|
Assignee: nobody → andrebargull
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/dd37a9cce28d
Disable GC zeal in testUnbarrieredEquality. r=jonco
Keywords: checkin-needed
Comment 7•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•