Closed
Bug 1413079
Opened 8 years ago
Closed 8 years ago
Windows opt SM-tc(p) jobs are going to permafail when Gecko 58 merges to Beta on 2017-11-02
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox56 | --- | unaffected |
| firefox57 | --- | unaffected |
| firefox58 | + | verified |
People
(Reporter: RyanVM, Assigned: away)
References
Details
Attachments
(1 file)
|
1.57 KB,
patch
|
arai
:
review+
RyanVM
:
feedback+
|
Details | Diff | Splinter Review |
[Tracking Requested - why for this release]: Permafailing SM job on Thursday's merge day.
Confirmed via bisection on Try that this is fallout from the VS2017 update :(. Only affects Windows opt builds (both Windows debug SM jobs are green).
The first patch below *should* suffice for reproducing locally, but the second one might also be needed.
https://hg.mozilla.org/try/rev/fc9912e88d8165a14a766f8012bd37565179d280
https://hg.mozilla.org/try/rev/6a5bec55044acecb9800c79eeb47447bf4b6a2fa
https://treeherder.mozilla.org/logviewer.html#?job_id=140926417&repo=try
TEST-UNEXPECTED-FAIL | js\src\jit-test\tests\asm.js\testBullet.js | Unknown (code -2147483645, args "--ion-eager --ion-offthread-compile=off") [0.4 s]
And a lot more like it...
Flags: needinfo?(dmajor)
Assignee: nobody → dmajor
Attachment #8923972 -
Flags: review?(arai.unmht)
Comment 2•8 years ago
|
||
Comment on attachment 8923972 [details] [diff] [review]
Fix variable lifetime
Review of attachment 8923972 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8923972 -
Flags: review?(arai.unmht) → review+
Pushed by dmajor@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/90ec11e99791
Fix variable lifetime issue exposed by VS2017. r=arai CLOSED TREE
| Reporter | ||
Comment 4•8 years ago
|
||
Comment on attachment 8923972 [details] [diff] [review]
Fix variable lifetime
Looks good on Try too. Once again, you never fail to disappoint, David :)
Attachment #8923972 -
Flags: feedback+
| Reporter | ||
Comment 5•8 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #4)
> Once again, you never fail to disappoint, David :)
Hah, that came out exactly opposite of what I intended to say :P. Thanks for all the great work you do on an ongoing basis :)
Comment 6•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
| Reporter | ||
Updated•8 years ago
|
Status: RESOLVED → VERIFIED
Updated•8 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•