Closed
Bug 1317083
Opened 7 years ago
Closed 7 years ago
Intermittent Layers.TextureYCbCrSerialization | SEH exception with code 0xc0000005 thrown in the test body. @ (null):-1
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla53
People
(Reporter: aryx, Assigned: pchang)
Details
(Keywords: intermittent-failure, Whiteboard: [gfx-noted])
Attachments
(1 file)
https://treeherder.mozilla.org/logviewer.html#?job_id=39118039&repo=mozilla-inbound 11:33:17 INFO - TEST-START | Layers.TextureYCbCrSerialization 11:33:17 WARNING - TEST-UNEXPECTED-FAIL | Layers.TextureYCbCrSerialization | SEH exception with code 0xc0000005 thrown in the test body. @ (null):-1 11:33:17 WARNING - TEST-UNEXPECTED-FAIL | Layers.TextureYCbCrSerialization | test completed (time: 1ms)
Assignee | ||
Comment 1•7 years ago
|
||
Maybe this is related to bug 1311644. Checking.
Assignee: nobody → howareyou322
Whiteboard: [gfx-noted]
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•7 years ago
|
||
In bug 1311644, I added sleep in gtest to wait for IPDL connection but it might have chances that IPDL connection was still not available in window 7 VM. I added the loop to check IPDL connection and got the good try result in the following link. https://treeherder.mozilla.org/#/jobs?repo=try&revision=7fe39defbda6332162e84f8cff54ed0ae1780efc
Comment hidden (Intermittent Failures Robot) |
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8811148 [details] Bug 1317083 - Try to wait for IPDL connection before texture client creation, https://reviewboard.mozilla.org/r/93364/#review94494 If after the 5 retries the ImageBridge is not up I'd rather skip the test than run it with an invalid ImageBridge. This is super hacky so please add a comment explaining why we do the loop with Sleep(1).
Attachment #8811148 -
Flags: review?(nical.bugzilla) → review+
Comment hidden (mozreview-request) |
Pushed by pchang@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/5ac0fb38b650 Try to wait for IPDL connection before texture client creation, r=nical
Comment 8•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5ac0fb38b650
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•7 years ago
|
status-firefox52:
--- → affected
Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
status-firefox51:
--- → affected
Comment 10•7 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/fcd21d218a25
Flags: in-testsuite+
Comment 11•7 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/0742e181e22f
You need to log in
before you can comment on or make changes to this bug.
Description
•