Closed
Bug 704010
Opened 13 years ago
Closed 13 years ago
Windows slaves frequently crash (looks like a disconnect in the log) during mochitest-1
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: philor, Unassigned)
References
Details
(Keywords: crash, Whiteboard: [buildslaves])
Attachments
(1 file)
13.78 KB,
text/plain
|
Details |
We discussed this once before, about one of the brutal CSS tests, and came to the inevitable conclusion that it's the fault of the test for doing something brutal to the slave, but the test author can't be at fault because he has no way of knowing what brutal thing he is doing, and releng can't say because it happened in the past, and why don't you just ignore purple anyway?
https://tbpl.mozilla.org/php/getParsedLog.php?id=7498672&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7496770&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7495812&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7495914&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7495292&tree=Mozilla-Inbound
... WinXP mochitest-1, both debug and PGO, disconnecting in the midst of test_fullscreen-api.html.
https://tbpl.mozilla.org/php/getParsedLog.php?id=7491088&tree=Firefox
https://tbpl.mozilla.org/php/getParsedLog.php?id=7489527&tree=Firefox
https://tbpl.mozilla.org/php/getParsedLog.php?id=7482717&tree=Firefox
... Win7 mochitest-4, both debug and PGO, disconnecting in the midst of test_value_cloning.html (one or more of those, or some other recent rash, might have been in one of the other exhaustive CSS tests, not sure and since opening mochitest-4 full logs is cash-out-of-pocket on a capped connection, not looking again to see).
Reporter | ||
Comment 1•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7485935&tree=Mozilla-Aurora - Win7 debug mochitest-4, in test_value_storage.html
Comment 2•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7501103&tree=Firefox
Rev3 WINNT 5.1 mozilla-central opt test mochitests-1/5
test_fullscreen-api.html
https://tbpl.mozilla.org/php/getParsedLog.php?id=7501160&tree=Firefox
Rev3 WINNT 5.1 mozilla-central debug test mochitests-1/5
test_fullscreen-api.html
Are you sure it's not that the disconnect happens to be in the middle of one of the longer-running tests because that test is longer-running (and therefore takes a nontrivial fraction of the total time) rather than because it does something to cause the disconnect?
Comment 4•13 years ago
|
||
There is a heartbeat mechanism between slave and master which continues regardless of test execution. But if a test/firefox pushes the slave deep into swap it's possible that buildbot doesn't get any CPU time to maintain that, and the job gets interrupted.
(In reply to Ed Morley [:edmorley] from comment #2)
> https://tbpl.mozilla.org/php/getParsedLog.php?id=7501160&tree=Firefox
> Rev3 WINNT 5.1 mozilla-central debug test mochitests-1/5
> test_fullscreen-api.html
Here's some logging from the master, which I'm reading as the master losing contact with the slave:
2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] BuildSlave.detached(talos-r3-xp-013)
2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] <Build Rev3 WINNT 5.1 mozilla-central debug test mochitests-1/5>.lostRemote
2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] stopping currentStep <buildbotcustom.steps.unittest.MozillaPackagedMochitests object at 0x2aaaf9c5bb50>
2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] addCompleteLog(interrupt)
2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] RemoteCommand.interrupt <RemoteShellCommand '['python', 'mochitest/runtests.py', '--appname=firefox/firefox.exe', '--utility-path=bin', '--extra-profile-file=bin/plugins', '--certificate-pat
h=certs', '--autorun', '--close-when-done', '--console-level=INFO', '--symbols-path=symbols', '--total-chunks', '5', '--this-chunk', '1', '--chunk-by-dir', '4']'> [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.
error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion.
]
2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] RemoteCommand.disconnect: lost slave
2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] releaseLocks(<buildbotcustom.steps.unittest.MozillaPackagedMochitests object at 0x2aaaf9c5bb50>): []
2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] step 'mochitest-plain-1' complete: exception
2011-11-20 15:17:09-0800 [Broker,64988,10.12.50.121] <Build Rev3 WINNT 5.1 mozilla-central debug test mochitests-1/5>: build finished
Reporter | ||
Comment 5•13 years ago
|
||
In https://tbpl.mozilla.org/php/getParsedLog.php?id=7501113&tree=Firefox&full=1, the purportedly-green log I was downloading while Verizon was sending me a text saying I was at 75% of my bandwidth cap, test_value_cloning.html took 17742ms of a 421568ms run, which doesn't seem like it would give it overwhelming odds of being the innocent bystander, though it's certainly possible that 4% of the time plus the location within the run does.
Amusingly, I wouldn't call that a green run, because it hits "Output exceeded 52428800 bytes, remaining output has been truncated" during shutdown, a couple hundred domwindows before the end, and I have a vague memory of that coming up the last time we were playing the blame game about this failure pattern.
So bug 660398 was intended to speed up test_value_cloning.html a *lot* -- but it did so at the cost of more memory usage, I think. Maybe it's too much for some of these slaves?
Reporter | ||
Comment 7•13 years ago
|
||
Maybe, but it's not unreasonable to bet on the sheer size of the log being the problem. There's variation between platforms, and opt/PGO/debug, but going by the gzipped sizes, nothing but mochitest-other even comes close to the size of mochitest-4 logs, and generally they are three to six times bigger than all the other logs. Apparently buildbot felt some need to cut off logs at 50MB, since even that green M4 did get cut off there - perhaps that's because more than that (and sometimes a bit less than that) will hang the buildbot slave.
Assuming we really do need the logorrhea (see what I did there?) of those tests, is there some non-ugly way we can split them up? m-4, m-value_cloning, m-value_storage? :)
Comment 8•13 years ago
|
||
I tried rerunning the second job in comment #2 on the same slave, looked away at the wrong moment, and found the machine was rebooted and saying 'The system has recovered from a serious error". So that looks more like an OS crash. I have the dmp file if anyone wants to take a look.
Reporter | ||
Comment 9•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7501103&tree=Firefox
https://tbpl.mozilla.org/php/getParsedLog.php?id=7501966&tree=Firefox
tbpl's HTMLized versions of those logs M1 are only around 14.7MB, which doesn't do much for my 50MB log theory.
Reporter | ||
Comment 10•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7502048&tree=Mozilla-Inbound - an M1 in test_bug389797.html, a mere 11.7MB in.
Comment 11•13 years ago
|
||
(In reply to Nick Thomas [:nthomas] from comment #8)
Hmm, might be a red-herring as it'd only got to webgl tests and might just be from having VNC active while the test was running.
Second time through I got right through test_fullscreen-api.html without issue. There were extra windows open which were not fullscreen for > 30s, but the task manager was responsive and Firefox memory didn't go above 300M. The slave has 1.7G memory; pretty sure that's 2G for real but munged by boot camp/windows.
Comment 12•13 years ago
|
||
And if you're being very careful to not muck up the focus, and limit the set of tests
python mochitest/runtests.py --appname=firefox/firefox.exe --utility-path=bin --extra-profile-file=bin/plugins --certificate-path=certs --autorun --close-when-done --console-level=INFO --symbols-path=symbols --test-path=content/html/content/test
then it's hard to see anything wrong with memory or CPU usage. This is all outside of buildbot of course.
Reporter | ||
Comment 13•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7502872&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
https://tbpl.mozilla.org/php/getParsedLog.php?id=7502976&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 14•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7503338&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 15•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7503747&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 16•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7506059&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 17•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7507929&tree=Mozilla-Inbound - M4 test_value_cloning.html
Reporter | ||
Comment 18•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7507393&tree=Mozilla-Inbound - M1 test_fullscreen-api.html (though a touch earlier in it than usual)
Reporter | ||
Comment 19•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7511213&tree=Mozilla-Inbound - M1 test_bug430351.html (starting to doubt my "same place in particular tests" diagnosis)
Reporter | ||
Comment 20•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7512106&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 21•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7512422&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 22•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7513096&tree=Mozilla-Inbound - M1 test_bug560112.html
Reporter | ||
Comment 23•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7513004&tree=Mozilla-Inbound - M1 test_bug586786.html
Reporter | ||
Comment 24•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7513084&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 25•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7514099&tree=Firefox - M1 test_textarea_attributes_reflection.html
Reporter | ||
Comment 26•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7514206&tree=Firefox - M1 test_bug560112.html
Reporter | ||
Comment 27•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7515719&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 28•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7516468&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 29•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7516964&tree=Firefox - M1 test_fullscreen-api.html
Reporter | ||
Comment 30•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7517682&tree=Mozilla-Inbound - M1 test_htmlcopyencoder.xhtml
Reporter | ||
Comment 31•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7518823&tree=Firefox - M1 test_fullscreen-api.html
Reporter | ||
Comment 32•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7523443&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 33•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7524105&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 34•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7524453&tree=Mozilla-Inbound - M1 test_fullscreen-api.html
Reporter | ||
Comment 35•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7530483&tree=Firefox - M1 test_bug389797.html
Reporter | ||
Comment 36•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7517708&tree=Fx-Team
talos-r3-xp-024
test_fullscreen-api.html
Reporter | ||
Comment 37•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7518813&tree=Fx-Team
talos-r3-xp-055
test_fullscreen-api.html
Reporter | ||
Comment 38•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7532733&tree=Mozilla-Inbound
talos-r3-xp-027
test_fullscreen-api.html
Reporter | ||
Comment 39•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7533314&tree=Mozilla-Inbound
talos-r3-xp-043
test_fullscreen-api.html
Reporter | ||
Comment 40•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7534644&tree=Firefox
talos-r3-xp-033
test_fullscreen-api.html
Reporter | ||
Comment 41•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7538640&tree=Mozilla-Inbound
talos-r3-xp-054
test_fullscreen-api.html
Reporter | ||
Comment 42•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7538122&tree=Mozilla-Inbound
talos-r3-xp-006
test_fullscreen-api.html
Reporter | ||
Comment 43•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7544336&tree=Mozilla-Aurora
talos-r3-w7-032
test_value_cloning.html
Reporter | ||
Comment 44•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7543416&tree=Mozilla-Inbound
talos-r3-xp-030
test_fullscreen-api.html
Reporter | ||
Comment 45•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7550415&tree=Mozilla-Inbound
talos-r3-xp-039
test_bug549475.html
Reporter | ||
Comment 46•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7553414&tree=Firefox
talos-r3-w7-006
test_value_cloning.html
Reporter | ||
Comment 47•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7553436&tree=Firefox
talos-r3-xp-019
test_fullscreen-api.html
Comment 48•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7547598&tree=Mozilla-Beta
talos-r3-w7-004
test_value_cloning.html
Reporter | ||
Comment 49•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7555588&tree=Mozilla-Inbound
talos-r3-xp-061
test_fullscreen-api.html
Reporter | ||
Comment 50•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7558462&tree=Firefox
talos-r3-xp-053
test_fullscreen-api.html
Comment 51•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7559223&tree=Mozilla-Inbound
talos-r3-xp-047
test_fullscreen-api.html
Comment 52•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7559952&tree=Mozilla-Inbound
slave: talos-r3-xp-022
73264 INFO TEST-PASS | /tests/content/html/content/test/test_fullscreen-api.html | Parent should be in full-screen mode
Reporter | ||
Comment 53•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7560589&tree=Mozilla-Inbound
talos-r3-xp-039
test_fullscreen-api.html
Comment 54•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7563462&tree=Mozilla-Inbound
talos-r3-xp-020
test_fullscreen-api.html
https://tbpl.mozilla.org/php/getParsedLog.php?id=7572351&tree=Firefox
Rev3 WINNT 5.1 mozilla-central debug test mochitests-1/5 on 2011-11-24 11:01:51 PST for push 84117219ded0
slave: talos-r3-xp-059
content/html/content/test/test_fullscreen-api.html
https://tbpl.mozilla.org/php/getParsedLog.php?id=7572966&tree=Firefox
Rev3 WINNT 5.1 mozilla-central debug test mochitests-1/5 on 2011-11-24 11:49:51 PST for push 84117219ded0
slave: talos-r3-xp-020
content/html/content/test/test_fullscreen-api.html
Reporter | ||
Comment 57•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7577140&tree=Mozilla-Inbound
talos-r3-xp-005
test_fullscreen-api.html
Reporter | ||
Comment 58•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7576694&tree=Mozilla-Inbound
talos-r3-xp-051
test_fullscreen-api.html
Reporter | ||
Comment 59•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7574864&tree=Mozilla-Inbound
talos-r3-xp-005
test_fullscreen-api.html
Reporter | ||
Comment 60•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7570136&tree=Mozilla-Inbound
talos-r3-xp-051
test_fullscreen-api.html
Reporter | ||
Comment 61•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7578401&tree=Firefox
talos-r3-w7-005
test_value_cloning.html
Reporter | ||
Comment 62•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7582688&tree=Firefox
talos-r3-w7-047
test_value_cloning.html
Reporter | ||
Comment 63•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7587521&tree=Mozilla-Inbound
talos-r3-xp-061
test_fullscreen-api.html
Reporter | ||
Comment 64•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7581850&tree=Mozilla-Inbound
talos-r3-xp-059
test_bug549475.html
Reporter | ||
Comment 65•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7582725&tree=Mozilla-Inbound
talos-r3-xp-020
test_fullscreen-api.html
Reporter | ||
Comment 66•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7586822&tree=Mozilla-Inbound
talos-r3-xp-030
test_fullscreen-api.html
Reporter | ||
Comment 67•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7598162&tree=Firefox
talos-r3-xp-056
test_bug560112.html
Reporter | ||
Comment 68•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7591340&tree=Firefox
talos-r3-xp-059
test_fullscreen-api.html
Reporter | ||
Comment 69•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7589645&tree=Mozilla-Inbound
talos-r3-xp-048
test_fullscreen-api.html
Reporter | ||
Comment 70•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7590439&tree=Mozilla-Inbound
talos-r3-xp-019
test_fullscreen-api.html
Reporter | ||
Comment 71•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7592327&tree=Mozilla-Inbound
talos-r3-xp-056
test_fullscreen-api.html
Reporter | ||
Comment 72•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7597282&tree=Mozilla-Inbound
talos-r3-xp-046
test_fullscreen-api.html
Reporter | ||
Comment 73•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7596310&tree=Mozilla-Inbound
talos-r3-xp-056
test_fullscreen-api.html
Reporter | ||
Comment 74•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7598702&tree=Mozilla-Inbound
talos-r3-xp-017
test_bug549475.html
Reporter | ||
Comment 75•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7601073&tree=Mozilla-Inbound
talos-r3-xp-030
test_fullscreen-api.html
Reporter | ||
Comment 76•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7601240&tree=Mozilla-Inbound
talos-r3-xp-030
test_fullscreen-api.html
Reporter | ||
Comment 77•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7606108&tree=Mozilla-Inbound
talos-r3-xp-062
test_fullscreen-api.html
Reporter | ||
Comment 78•13 years ago
|
||
https://tbpl.mozilla.org/?tree=Fx-Team&rev=0a6f4e952a3c
talos-r3-xp-058
test_fullscreen-api.html
Comment 79•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7615109&tree=Mozilla-Inbound
talos-r3-xp-031
test_fullscreen-api.html
Reporter | ||
Comment 80•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7616128&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7616912&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7617998&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7618173&tree=Mozilla-Inbound
Reporter | ||
Updated•13 years ago
|
Severity: normal → blocker
Reporter | ||
Comment 81•13 years ago
|
||
Reporter | ||
Comment 82•13 years ago
|
||
Reporter | ||
Comment 83•13 years ago
|
||
Reporter | ||
Comment 84•13 years ago
|
||
Reporter | ||
Comment 85•13 years ago
|
||
Reporter | ||
Comment 86•13 years ago
|
||
Summary: Rashes of Windows slaves disconnecting at the same place in particular tests → Windows slaves frequently crash (looks like a disconnect in the log) during mochitest-1 and mochitest-4 runs
Comment 87•13 years ago
|
||
I made a patch to shrink mochitest-4 log size as a part of fix for bug 627885.
Is it possible to land only that part first? It's already r+'ed.
Reporter | ||
Comment 88•13 years ago
|
||
Yes, and thank you!
Reporter | ||
Comment 89•13 years ago
|
||
Reporter | ||
Comment 90•13 years ago
|
||
Reporter | ||
Comment 91•13 years ago
|
||
Reporter | ||
Comment 92•13 years ago
|
||
Reporter | ||
Comment 93•13 years ago
|
||
Comment 94•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7625947&tree=Firefox
talos-r3-xp-047
test_fullscreen-api.html
Reporter | ||
Comment 95•13 years ago
|
||
Reporter | ||
Comment 96•13 years ago
|
||
Reporter | ||
Comment 97•13 years ago
|
||
Reporter | ||
Comment 98•13 years ago
|
||
Reporter | ||
Comment 99•13 years ago
|
||
Reporter | ||
Comment 100•13 years ago
|
||
Reporter | ||
Comment 101•13 years ago
|
||
Reporter | ||
Comment 102•13 years ago
|
||
Reporter | ||
Comment 103•13 years ago
|
||
Reporter | ||
Comment 104•13 years ago
|
||
Reporter | ||
Comment 105•13 years ago
|
||
Reporter | ||
Comment 106•13 years ago
|
||
Reporter | ||
Comment 107•13 years ago
|
||
Reporter | ||
Comment 108•13 years ago
|
||
Reporter | ||
Comment 109•13 years ago
|
||
Reporter | ||
Comment 110•13 years ago
|
||
Reporter | ||
Comment 111•13 years ago
|
||
Reporter | ||
Comment 112•13 years ago
|
||
Reporter | ||
Comment 113•13 years ago
|
||
Reporter | ||
Comment 114•13 years ago
|
||
Reporter | ||
Comment 115•13 years ago
|
||
Comment 116•13 years ago
|
||
Reporter | ||
Comment 117•13 years ago
|
||
Reporter | ||
Comment 118•13 years ago
|
||
Reporter | ||
Comment 119•13 years ago
|
||
Reporter | ||
Comment 120•13 years ago
|
||
Reporter | ||
Comment 121•13 years ago
|
||
Reporter | ||
Comment 122•13 years ago
|
||
Reporter | ||
Comment 123•13 years ago
|
||
Reporter | ||
Comment 124•13 years ago
|
||
Reporter | ||
Comment 125•13 years ago
|
||
Reporter | ||
Comment 126•13 years ago
|
||
Reporter | ||
Comment 127•13 years ago
|
||
Reporter | ||
Comment 128•13 years ago
|
||
Reporter | ||
Comment 129•13 years ago
|
||
Reporter | ||
Comment 130•13 years ago
|
||
Reporter | ||
Comment 131•13 years ago
|
||
Reporter | ||
Comment 132•13 years ago
|
||
Comment 133•13 years ago
|
||
Comment 134•13 years ago
|
||
Reporter | ||
Comment 135•13 years ago
|
||
Comment 136•13 years ago
|
||
(In reply to Nick Thomas [:nthomas] from comment #8)
> I tried rerunning the second job in comment #2 on the same slave, looked
> away at the wrong moment, and found the machine was rebooted and saying 'The
> system has recovered from a serious error". So that looks more like an OS
> crash. I have the dmp file if anyone wants to take a look.
nthomas: can you please post the dmp file somewhere (people.m.o? not sure how big it would be) so we can rope someone into taking a look?
Assignee: nobody → nrthomas
Priority: -- → P1
Whiteboard: [crash][buildslaves]
Comment 137•13 years ago
|
||
Reporter | ||
Comment 138•13 years ago
|
||
Comment 139•13 years ago
|
||
(In reply to Chris Cooper [:coop] from comment #136)
> nthomas: can you please post the dmp file somewhere (people.m.o? not sure
> how big it would be) so we can rope someone into taking a look?
It's small, http://people.mozilla.com/~nthomas/crash.zip
As I said in comment #11 it may be an artifact of how I was testing, rather than the actual issue. Sorry, but I don't have time to work on this right now.
Assignee: nrthomas → nobody
Comment 140•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7691156&tree=Firefox
70825 INFO TEST-PASS | /tests/content/html/content/test/test_bug674558.html | Value unchanged - 5 should equal 5
Comment 141•13 years ago
|
||
I've been trying to reproduce this in a staging environment, running on buildbot. I took a changeset that hit this (9ecb0201e044) and pulled a production slave that hit this (talos-r3-xp-016) and the first run was green, the second hit the disconnect at test_fullscreen-api.html and so then I tried to _watch_ the test suite run with RDC which resulted in a few runs that were orange (complete but with some fails due to resolution perhaps?). Went back to letting buildbot do its thing and have had several green runs. Not much to go on here, and unsure what else to try.
Reporter | ||
Comment 142•13 years ago
|
||
Reporter | ||
Comment 143•13 years ago
|
||
Reporter | ||
Comment 144•13 years ago
|
||
Since I knew absolutely nothing about analyzing Windows minidumps before I started Googling, dunno how good the results are from running it on a different machine which lacks the offending dll, but the results of
C:\Program Files\Debugging Tools for Windows>dumpchk.exe C:\crash\Mini112011-02.
dmp -y SRV*c:\symbols*http://msdl.microsoft.com/download/symbols > c:\dmpchk.txt
is "dude, your video driver sucks." Well, literally, "Probably caused by : nv4_disp.dll ( nv4_disp+75be2 )"
Reporter | ||
Comment 145•13 years ago
|
||
Reporter | ||
Comment 146•13 years ago
|
||
Reporter | ||
Comment 147•13 years ago
|
||
Reporter | ||
Comment 148•13 years ago
|
||
Reporter | ||
Comment 149•13 years ago
|
||
Comment 150•13 years ago
|
||
(In reply to Phil Ringnalda (:philor) from comment #144)
> Created attachment 578470 [details]
> dumpchk.exe output
>
> Since I knew absolutely nothing about analyzing Windows minidumps before I
> started Googling, dunno how good the results are from running it on a
> different machine which lacks the offending dll, but the results of
>
> C:\Program Files\Debugging Tools for Windows>dumpchk.exe
> C:\crash\Mini112011-02.
> dmp -y SRV*c:\symbols*http://msdl.microsoft.com/download/symbols >
> c:\dmpchk.txt
>
> is "dude, your video driver sucks." Well, literally, "Probably caused by :
> nv4_disp.dll ( nv4_disp+75be2 )"
Not sure if it would help but perhaps we have to change the graphic driver to a less crashy version.
We're re-evaluating which version to upgrade/downgrade the Win7 slaves to bug 702504.
[1] https://wiki.mozilla.org/ReferencePlatforms/Test/WinXP#Upgrade_NVIDIA_driver
Reporter | ||
Comment 151•13 years ago
|
||
Reporter | ||
Comment 152•13 years ago
|
||
Reporter | ||
Comment 153•13 years ago
|
||
Reporter | ||
Comment 154•13 years ago
|
||
Reporter | ||
Comment 155•13 years ago
|
||
Reporter | ||
Comment 156•13 years ago
|
||
Reporter | ||
Comment 157•13 years ago
|
||
Reporter | ||
Comment 158•13 years ago
|
||
Reporter | ||
Comment 159•13 years ago
|
||
Reporter | ||
Comment 160•13 years ago
|
||
Reporter | ||
Comment 161•13 years ago
|
||
Reporter | ||
Comment 162•13 years ago
|
||
Reporter | ||
Comment 163•13 years ago
|
||
Reporter | ||
Comment 164•13 years ago
|
||
Reporter | ||
Comment 165•13 years ago
|
||
Reporter | ||
Comment 166•13 years ago
|
||
Reporter | ||
Comment 167•13 years ago
|
||
Reporter | ||
Comment 168•13 years ago
|
||
Reporter | ||
Comment 169•13 years ago
|
||
Reporter | ||
Comment 170•13 years ago
|
||
Reporter | ||
Comment 171•13 years ago
|
||
Reporter | ||
Comment 172•13 years ago
|
||
Reporter | ||
Comment 173•13 years ago
|
||
Reporter | ||
Comment 174•13 years ago
|
||
Reporter | ||
Comment 175•13 years ago
|
||
Comment 176•13 years ago
|
||
Reporter | ||
Comment 177•13 years ago
|
||
Reporter | ||
Comment 178•13 years ago
|
||
Reporter | ||
Comment 179•13 years ago
|
||
Reporter | ||
Comment 180•13 years ago
|
||
Reporter | ||
Comment 181•13 years ago
|
||
Reporter | ||
Comment 182•13 years ago
|
||
Reporter | ||
Comment 183•13 years ago
|
||
My theory of the day is that there were two separate things, M4's huge log, and M1's whatever. Suggestive of the M1 problem:
with test_fullscreen_api disabled: https://tbpl.mozilla.org/?tree=Try&rev=572683838224
with test_fullscreen_api enabled: https://tbpl.mozilla.org/?tree=Try&rev=daff5a8af30e
Summary: Windows slaves frequently crash (looks like a disconnect in the log) during mochitest-1 and mochitest-4 runs → Windows slaves frequently crash (looks like a disconnect in the log) during mochitest-1
Reporter | ||
Comment 184•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7743490&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7744220&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7743873&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7743058&tree=Mozilla-Inbound
Reporter | ||
Comment 185•13 years ago
|
||
Reporter | ||
Comment 186•13 years ago
|
||
Reporter | ||
Comment 187•13 years ago
|
||
Reporter | ||
Comment 188•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7745097&tree=Firefox
I should have enabled PGO on try, that fails like crazy.
Reporter | ||
Comment 189•13 years ago
|
||
Reporter | ||
Comment 190•13 years ago
|
||
Reporter | ||
Comment 191•13 years ago
|
||
Reporter | ||
Comment 192•13 years ago
|
||
Reporter | ||
Comment 193•13 years ago
|
||
Reporter | ||
Comment 194•13 years ago
|
||
Reporter | ||
Comment 195•13 years ago
|
||
Reporter | ||
Comment 196•13 years ago
|
||
Comment 197•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7754768&tree=Firefox
73266 INFO TEST-PASS | /tests/content/html/content/test/test_fullscreen-api.html | Parent should be in full-screen mode
Reporter | ||
Comment 198•13 years ago
|
||
Reporter | ||
Comment 199•13 years ago
|
||
Reporter | ||
Comment 200•13 years ago
|
||
Reporter | ||
Comment 201•13 years ago
|
||
Reporter | ||
Comment 202•13 years ago
|
||
Reporter | ||
Comment 203•13 years ago
|
||
Reporter | ||
Comment 204•13 years ago
|
||
Reporter | ||
Comment 205•13 years ago
|
||
PGO with test_fullscreen_api disabled: https://tbpl.mozilla.org/?tree=Try&rev=53f088b4c903
PGO with test_fullscreen_api enabled: https://tbpl.mozilla.org/?tree=Try&rev=ec281df69367
I'm a little concerned by how frequently we hit bug 608634 with it disabled, but a simple little test failure is a few thousand times better than a test suite abort, slave OS crash, and a Talos run failure if the slave does Talos next.
The hypothetical person who will hypothetically try to debug the problem will have absolutely no problem triggering it with PGO builds on Try, so I say we stop running it on WinXP until that hypothetical person becomes actual. Particularly, I very strongly suggest we stop running it before the next merge to Aurora so we don't have to endure it for 12 weeks afterward no matter what we do on the trunk.
Reporter | ||
Comment 206•13 years ago
|
||
Reporter | ||
Comment 207•13 years ago
|
||
Reporter | ||
Comment 208•13 years ago
|
||
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=e90ea5280cfc&jobname=winnt%205.1 - pretty sure I'll get the opt M1 to complete before long, though.
Reporter | ||
Comment 209•13 years ago
|
||
Reporter | ||
Comment 210•13 years ago
|
||
Reporter | ||
Comment 211•13 years ago
|
||
Wups, comment 210 caught me not looking, that's not actually this.
Reporter | ||
Comment 212•13 years ago
|
||
Reporter | ||
Comment 213•13 years ago
|
||
Reporter | ||
Comment 214•13 years ago
|
||
Reporter | ||
Comment 215•13 years ago
|
||
Reporter | ||
Comment 216•13 years ago
|
||
Reporter | ||
Comment 217•13 years ago
|
||
Reporter | ||
Comment 218•13 years ago
|
||
Reporter | ||
Comment 219•13 years ago
|
||
Reporter | ||
Comment 220•13 years ago
|
||
Reporter | ||
Comment 221•13 years ago
|
||
Reporter | ||
Comment 222•13 years ago
|
||
Reporter | ||
Comment 223•13 years ago
|
||
Reporter | ||
Comment 224•13 years ago
|
||
Reporter | ||
Comment 225•13 years ago
|
||
Reporter | ||
Comment 226•13 years ago
|
||
Reporter | ||
Comment 227•13 years ago
|
||
Reporter | ||
Comment 228•13 years ago
|
||
Reporter | ||
Comment 229•13 years ago
|
||
Reporter | ||
Comment 230•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7772832&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773137&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7772841&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7769821&tree=Mozilla-Inbound
Reporter | ||
Comment 231•13 years ago
|
||
Reporter | ||
Comment 232•13 years ago
|
||
Reporter | ||
Comment 233•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773350&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773354&tree=Mozilla-Inbound
But don't worry, given enough tries I'll get a test run on that push.
Reporter | ||
Comment 234•13 years ago
|
||
Reporter | ||
Comment 235•13 years ago
|
||
Reporter | ||
Comment 236•13 years ago
|
||
Reporter | ||
Comment 237•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773491&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773494&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773488&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773490&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7773493&tree=Mozilla-Inbound
Reporter | ||
Comment 238•13 years ago
|
||
Reporter | ||
Comment 239•13 years ago
|
||
Reporter | ||
Comment 240•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7774505&tree=Mozilla-Inbound
Starting to wonder if maybe bug 676349 exacerbated this: it took me 6 runs on that push to get a green, and only 1 of 12 runs on the next push was green.
Reporter | ||
Comment 241•13 years ago
|
||
Reporter | ||
Comment 242•13 years ago
|
||
Reporter | ||
Comment 243•13 years ago
|
||
Reporter | ||
Comment 244•13 years ago
|
||
Comment 245•13 years ago
|
||
(In reply to Phil Ringnalda (:philor) from comment #240)
> https://tbpl.mozilla.org/php/getParsedLog.php?id=7774505&tree=Mozilla-Inbound
>
> Starting to wonder if maybe bug 676349 exacerbated this: it took me 6 runs
> on that push to get a green, and only 1 of 12 runs on the next push was
> green.
You could try pushing a backout of bug 676349 to Try to test that theory.
Reporter | ||
Comment 246•13 years ago
|
||
In about 8 hours I'll be where I have a tree, and I can. Or, maybe I can pin the inbound Win PGO build bustage on it, and get it backed out, quicker than that :)
Reporter | ||
Comment 247•13 years ago
|
||
Reporter | ||
Comment 248•13 years ago
|
||
Reporter | ||
Comment 249•13 years ago
|
||
Reporter | ||
Comment 250•13 years ago
|
||
Reporter | ||
Comment 251•13 years ago
|
||
Reporter | ||
Comment 252•13 years ago
|
||
Reporter | ||
Comment 253•13 years ago
|
||
Comment 254•13 years ago
|
||
test_textarea_attributes_reflection.html - https://tbpl.mozilla.org/php/getParsedLog.php?id=7779901&tree=Firefox
test_bug389797.html - https://tbpl.mozilla.org/php/getParsedLog.php?id=7779851&tree=Firefox
Reporter | ||
Comment 255•13 years ago
|
||
Reporter | ||
Comment 256•13 years ago
|
||
Reporter | ||
Comment 257•13 years ago
|
||
Reporter | ||
Comment 258•13 years ago
|
||
Reporter | ||
Comment 259•13 years ago
|
||
Reporter | ||
Comment 260•13 years ago
|
||
Reporter | ||
Comment 261•13 years ago
|
||
I'm nothing but a bundle of suspicions, but I'm suspicious of how rather than continuing to be awful as long as bug 676349 was in the tree, the frequency tapered off pretty much in parallel with the tapering off of phx's network troubles.
Reporter | ||
Comment 262•13 years ago
|
||
Comment 263•13 years ago
|
||
Reporter | ||
Comment 264•13 years ago
|
||
Reporter | ||
Comment 265•13 years ago
|
||
Reporter | ||
Comment 266•13 years ago
|
||
Reporter | ||
Comment 267•13 years ago
|
||
Reporter | ||
Comment 268•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7798882&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7797305&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7795759&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7793902&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7794235&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=7798461&tree=Mozilla-Inbound
Reporter | ||
Comment 269•13 years ago
|
||
Reporter | ||
Comment 270•13 years ago
|
||
Reporter | ||
Comment 271•13 years ago
|
||
Reporter | ||
Comment 272•13 years ago
|
||
Reporter | ||
Comment 273•13 years ago
|
||
Reporter | ||
Comment 274•13 years ago
|
||
Reporter | ||
Comment 275•13 years ago
|
||
Reporter | ||
Comment 276•13 years ago
|
||
Reporter | ||
Comment 277•13 years ago
|
||
Reporter | ||
Comment 278•13 years ago
|
||
Reporter | ||
Comment 279•13 years ago
|
||
Reporter | ||
Comment 280•13 years ago
|
||
Reporter | ||
Comment 281•13 years ago
|
||
Reporter | ||
Comment 282•13 years ago
|
||
Reporter | ||
Comment 283•13 years ago
|
||
Reporter | ||
Comment 284•13 years ago
|
||
Reporter | ||
Comment 285•13 years ago
|
||
Reporter | ||
Comment 286•13 years ago
|
||
Reporter | ||
Comment 287•13 years ago
|
||
Reporter | ||
Comment 288•13 years ago
|
||
Comment 289•13 years ago
|
||
Reporter | ||
Comment 290•13 years ago
|
||
Reporter | ||
Comment 291•13 years ago
|
||
Reporter | ||
Comment 292•13 years ago
|
||
Reporter | ||
Comment 293•13 years ago
|
||
Reporter | ||
Comment 294•13 years ago
|
||
Reporter | ||
Comment 295•13 years ago
|
||
Reporter | ||
Comment 296•13 years ago
|
||
Reporter | ||
Comment 297•13 years ago
|
||
Reporter | ||
Comment 298•13 years ago
|
||
Reporter | ||
Comment 299•13 years ago
|
||
Reporter | ||
Comment 300•13 years ago
|
||
Reporter | ||
Comment 301•13 years ago
|
||
Reporter | ||
Comment 302•13 years ago
|
||
Reporter | ||
Comment 303•13 years ago
|
||
Reporter | ||
Comment 304•13 years ago
|
||
Reporter | ||
Comment 305•13 years ago
|
||
Reporter | ||
Comment 306•13 years ago
|
||
Reporter | ||
Comment 307•13 years ago
|
||
Reporter | ||
Comment 308•13 years ago
|
||
Reporter | ||
Comment 309•13 years ago
|
||
Reporter | ||
Comment 310•13 years ago
|
||
Reporter | ||
Comment 311•13 years ago
|
||
Reporter | ||
Comment 312•13 years ago
|
||
Reporter | ||
Comment 313•13 years ago
|
||
Reporter | ||
Comment 314•13 years ago
|
||
Reporter | ||
Comment 315•13 years ago
|
||
Reporter | ||
Comment 316•13 years ago
|
||
Reporter | ||
Comment 317•13 years ago
|
||
Reporter | ||
Comment 318•13 years ago
|
||
Reporter | ||
Comment 319•13 years ago
|
||
Reporter | ||
Comment 320•13 years ago
|
||
Reporter | ||
Comment 321•13 years ago
|
||
Reporter | ||
Comment 322•13 years ago
|
||
Reporter | ||
Comment 323•13 years ago
|
||
Reporter | ||
Comment 324•13 years ago
|
||
Reporter | ||
Comment 325•13 years ago
|
||
Reporter | ||
Comment 326•13 years ago
|
||
Reporter | ||
Comment 327•13 years ago
|
||
Reporter | ||
Comment 328•13 years ago
|
||
Reporter | ||
Comment 329•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=7828157&tree=Firefox
https://tbpl.mozilla.org/php/getParsedLog.php?id=7828585&tree=Firefox
I tried disabling subtests, but wasn't able to find just one that we could disable rather than disabling the whole set. I realized afterward that I did it the wrong way, removing another one each try when instead I should have done eight pushes each running just a single subtest, but we're getting such a backlog of WinXP test jobs because we have to keep retriggering M1 because of this, and we have to keep retriggering Talos when a slave affected by this hits a Talos job on its next run, that I think we need to disable the whole thing, get ourselves unbroken, and then test that when we're in less desperate conditions.
Reporter | ||
Comment 330•13 years ago
|
||
Reporter | ||
Comment 331•13 years ago
|
||
Reporter | ||
Comment 332•13 years ago
|
||
Reporter | ||
Comment 333•13 years ago
|
||
Reporter | ||
Comment 334•13 years ago
|
||
Reporter | ||
Comment 335•13 years ago
|
||
Reporter | ||
Comment 336•13 years ago
|
||
Reporter | ||
Comment 337•13 years ago
|
||
Reporter | ||
Comment 338•13 years ago
|
||
Reporter | ||
Comment 339•13 years ago
|
||
Reporter | ||
Comment 340•13 years ago
|
||
Reporter | ||
Comment 341•13 years ago
|
||
Reporter | ||
Comment 342•13 years ago
|
||
Reporter | ||
Comment 343•13 years ago
|
||
Reporter | ||
Comment 344•13 years ago
|
||
Reporter | ||
Comment 345•13 years ago
|
||
Reporter | ||
Comment 346•13 years ago
|
||
Wups, comment 345 was a misstar.
Reporter | ||
Comment 347•13 years ago
|
||
Updated•13 years ago
|
Assignee: nobody → catlee
Comment 348•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/1cdb116ae0b9
Disabled test_fullscreen-api on WinXP. When this bug is fixed, we should backout this changeset to re-enable the test on WinXP. We do want to be running this test on WinXP, I'm just sick of bugspam emails.
Reporter | ||
Comment 349•13 years ago
|
||
Even if someone can somehow find a less crashy driver that still meets all our other needs from a driver (whatever they may be), someone still checked something in to inbound between say November 18th and 20th, which turned this test which had been around long before that into something which crashes a driver which has been around since last February.
Assignee: catlee → nobody
Severity: blocker → critical
Component: Release Engineering → DOM: Core & HTML
Priority: P1 → --
Product: mozilla.org → Core
QA Contact: release → general
Version: other → Trunk
Comment 350•13 years ago
|
||
(In reply to Chris Pearce (:cpearce) (Mozilla Corporation) from comment #348)
> https://hg.mozilla.org/integration/mozilla-inbound/rev/1cdb116ae0b9
>
> Disabled test_fullscreen-api on WinXP. When this bug is fixed, we should
> backout this changeset to re-enable the test on WinXP. We do want to be
> running this test on WinXP, I'm just sick of bugspam emails.
https://hg.mozilla.org/mozilla-central/rev/1cdb116ae0b9
Comment 351•13 years ago
|
||
I've spent some time bisecting this on try, and it looks like https://hg.mozilla.org/integration/mozilla-inbound/rev/03fcc784d866 is where the failure was introduced.
Comment 352•13 years ago
|
||
That's a merge changeset, which is not super useful. :-/ There are definitely a bunch of GL-related changes encompassed in that merge, though.
Comment 353•13 years ago
|
||
Disconnect in a different test; I don't know if this was a crash or a genuine infra error.
https://tbpl.mozilla.org/php/getParsedLog.php?id=7903392&tree=Firefox
Rev3 WINNT 6.1 mozilla-central opt test mochitests-4/5 on 2011-12-13 06:41:45 PST for push 00e184077825
90773 INFO TEST-PASS | /tests/layout/style/test/test_value_computation.html | should not get initial value for 'content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAKElEQVR42u3NQQ0AAAgEoNP+nTWFDzcoQE1udQQCgUAgEAgEAsGTYAGjxAE/G/Q2tQAAAABJRU5ErkJggg==)' on elementn. - url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAKElEQVR42u3NQQ0AAAgEoNP+nTWFDzcoQE1udQQCgUAgEAgEAsGTYAGjxAE/G/Q2tQAAAABJRU5ErkJggg==") should not equal none
remoteFailed: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion.
]
[Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion.
]
Comment 354•13 years ago
|
||
Filed bug 710942 for comment 353.
Comment 355•13 years ago
|
||
Reporter | ||
Comment 356•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9306269&tree=Firefox
The new flavor would be:
47270 INFO TEST-PASS | /tests/content/canvas/test/webgl/test_webgl_conformance_test_suite.html | Successful test page (URL: conformance/more/conformance/quickCheckAPI-B1.html)
WebGL test page successful: conformance/more/conformance/quickCheckAPI-B1.html
WebGL mochitest: starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 357•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9323545&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B3.html
Reporter | ||
Comment 358•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9332815&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 359•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9338617&tree=Firefox - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 360•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9341188&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 361•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9352318&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 362•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9359355&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 363•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9368866&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 364•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9405490&tree=Firefox - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 365•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9388468&tree=Fx-Team - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 366•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9469753&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B3.html
Reporter | ||
Comment 367•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9481769&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 368•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9486858&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 369•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9491416&tree=Firefox - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 370•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9498859&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 371•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9512272&tree=Profiling - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 372•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9529632&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 373•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9544421&tree=Profiling - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 374•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9550700&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 375•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9553331&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 376•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9578850&tree=Maple - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 377•13 years ago
|
||
Reporter | ||
Comment 378•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9615819&tree=Mozilla-Inbound - starting page conformance/more/functions/bufferSubDataBadArgs.html (and getting part way through it)
Reporter | ||
Comment 379•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9617078&tree=Maple - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 380•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9624969&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 381•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9643901&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 382•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9656686&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 383•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9662707&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 384•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9696295&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 385•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9711069&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 386•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9682882&tree=Fx-Team - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 387•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9713144&tree=Fx-Team - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 388•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9726765&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 389•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9734945&tree=Mozilla-Inbound - starting page conformance/more/functions/copyTexImage2DBadArgs.html
Reporter | ||
Comment 390•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9744579&tree=Mozilla-Inbound - starting page conformance/more/conformance/quickCheckAPI-B2.html
Reporter | ||
Comment 391•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9748252&tree=Mozilla-Inbound - quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 392•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9749986&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Comment 393•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9752157&tree=Mozilla-Inbound
conformance/more/conformance/quickCheckAPI-C.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 394•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9773100&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-B3.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 395•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9766551&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 396•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9792180&tree=Mozilla-Inbound - conformance/more/functions/copyTexImage2D.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 397•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9801928&tree=Mozilla-Inbound - conformance/more/functions/copyTexImage2D.html] (WebGL mochitest) Starting test page
Comment 398•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9804679&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-D_G.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 399•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9804679&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-D_G.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 400•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9807864&tree=Firefox - conformance/more/conformance/quickCheckAPI-D_G.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 401•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9813312&tree=Firefox - conformance/more/conformance/quickCheckAPI-B3.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 402•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9816248&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 403•13 years ago
|
||
Reporter | ||
Comment 404•13 years ago
|
||
- conformance/more/conformance/quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 405•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9843596&tree=Mozilla-Inbound - conformance/more/functions/deleteBufferBadArgs.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 406•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9869936&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-B3.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 407•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9858303&tree=Mozilla-Inbound - conformance/more/functions/drawArrays.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 408•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9885306&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 409•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9893147&tree=Mozilla-Inbound - conformance/more/functions/copyTexSubImage2DBadArgs.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 410•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9895526&tree=Mozilla-Inbound - conformance/more/functions/copyTexSubImage2DBadArgs.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 411•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9899812&tree=Mozilla-Inbound - conformance/more/conformance/quickCheckAPI-B3.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 412•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9899694&tree=Mozilla-Inbound - conformance/more/functions/deleteBufferBadArgs.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 413•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9961160&tree=Mozilla-Inbound - conformance/more/functions/deleteBufferBadArgs.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 414•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9965204&tree=Firefox - conformance/more/conformance/quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Comment 415•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9976476&tree=Mozilla-Inbound
conformance/more/conformance/quickCheckAPI-B2.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 416•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9976627&tree=Services-Central - conformance/more/conformance/quickCheckAPI-D_G.html] (WebGL mochitest) Starting test page
Reporter | ||
Comment 417•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9961915&tree=Fx-Team - conformance/more/conformance/quickCheckAPI-D_G.html] (WebGL mochitest)
Reporter | ||
Comment 418•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=9934518&tree=Fx-Team - conformance/more/functions/drawArrays.html] (WebGL mochitest)
Reporter | ||
Comment 419•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=10003352&tree=Maple - conformance/more/functions/drawArrays.html] (WebGL mochitest)
Comment 420•13 years ago
|
||
This seems to have stopped around March 10. Let's call it WFM.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•