Closed
Bug 1412383
Opened 8 years ago
Closed 8 years ago
Intermittent TEST-UNEXPECTED-TIMEOUT | dom/canvas/test/webgl-mochitest/test_capture.html | application timed out after 330 seconds with no output
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
DUPLICATE
of bug 1412554
People
(Reporter: aryx, Assigned: cleu)
References
Details
(Keywords: intermittent-failure)
+++ This bug was initially created as a clone of Bug #1388624 +++
There are frequent gl8 failures on Windows 7 on both autoland and inbound, see e.g. https://treeherder.mozilla.org/logviewer.html#?job_id=140221490&repo=mozilla-inbound
They have this assertion: Assertion failed: mAllocatedResourceDeviceMemory[ResourceTypeIndex(resourceType)] >= memorySize, file z:/build/build/src/gfx/angle/src/libANGLE/renderer/d3d/d3d11/ResourceManager11.cpp, line 397
The merges were far earlier today, so a code change should likely (!) have started it earlier on just one tree.
earliest failure on autoland: https://treeherder.mozilla.org/#/jobs?repo=autoland&group_state=expanded&fromchange=96f54c7e0a1a83c665fbaa9eafffbe7f8d7fdea9&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable&filter-resultStatus=success&tochange=2ac09a374b698d7cbb4cc50bf8245305aa07a347&filter-searchStr=windows%20debug%20gl8&selectedJob=140195947
earliest failure on inbound: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&fromchange=e97bbbe3841f70c4c8b53f85a56524245f2393d3&group_state=expanded&filter-resultStatus=usercancel&filter-resultStatus=runnable&filter-resultStatus=retry&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=success&filter-searchStr=windows%20debug%20gl8&tochange=c34e87883dcdde8a06f7ee6ada523fe480da055a&selectedJob=140221490
From IRC:
<bstack> Aryx: looks like a new ami was created at October 27, 2017 at 7:21:37 AM UTC-4 for the gecko-t-win7-32-gpu workertype
<bstack> grenade: if I'm reading things correctly, that was created by https://github.com/mozilla-releng/OpenCloudConfig/tree/39813c3c2266ae063ff510b34c9b0b2836032b4b
<bstack> commit message for that was "bug 1395805 - allocate pagefile on y: for windows 7"
<grenade> Aryx: the change today was to add a pagefile so yes, directly related to memory on windows 7
<grenade> however, i'm wondering if there is some truthe to the statement in the error:
<grenade> GECKO(5824) | Assertion failure: isEmpty() (failing this assertion means this LinkedList's creator is buggy: it should have removed all this list's elements before the list's destruction), at z:\build\build\src\obj-firefox\dist\include\mozilla/LinkedList.h:455 [log…]
<grenade> eg: maybe using a pagefile (as most user systems do) causes conditions where the test is legitimately highlighting a problem
GECKO(5824) | Assertion failed: mAllocatedResourceDeviceMemory[ResourceTypeIndex(resourceType)] >= memorySize, file z:/build/build/src/gfx/angle/src/libANGLE/renderer/d3d/d3d11/ResourceManager11.cpp, line 397
GECKO(5824) | Assertion failure: isEmpty() (failing this assertion means this LinkedList's creator is buggy: it should have removed all this list's elements before the list's destruction), at z:\build\build\src\obj-firefox\dist\include\mozilla/LinkedList.h:455
| Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Assignee: nobody → cleu
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•