Closed
Bug 991736
Opened 11 years ago
Closed 11 years ago
Disable flash tests for Windows due to crashes
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect, P1)
Tracking
(firefox28 fixed, firefox29 fixed, firefox30 fixed, firefox31 fixed, firefox-esr24 fixed)
People
(Reporter: AndreeaMatei, Assigned: AndreeaMatei)
References
()
Details
(Keywords: crash)
Attachments
(2 files)
We had a lot of crashes lately on vista machines, with esr24. I investigated this and managed to submit the crash report which showed it's due to bug 980938.
Unfortunately, we have 4 tests related to flash. At first I though it's just testFlash_SWFVideoURL (bug 991706 comment 1), but retested with the others enabled and we still fail. The problem is Flash.
Assignee | ||
Updated•11 years ago
|
status-firefox-esr24:
--- → affected
Comment 1•11 years ago
|
||
Can you reproduce this locally outside of SCL3? If yes, that would be very very helpful!!!
Depends on: 980938
Comment 2•11 years ago
|
||
Also do you have a crash report here? Do you know which test or sequence of tests have to be executed here to get this crash? Any minimized testcase?
Assignee | ||
Comment 3•11 years ago
|
||
This is the crash I got submitted:
https://crash-stats.mozilla.com/report/index/8707e012-29e6-40e5-bec4-5722d2140403
I will have to try locally tomorrow, on mm-win-vista-32-2 I narrowed the tests down and I could reproduce it with just having only testFlash_SWFVideoURL in the manifest, testrun with 1 iteration and 2 entities. Can be intermittent sometimes, but rarely, it mostly crashes.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → andreea.matei
Status: NEW → ASSIGNED
Comment 4•11 years ago
|
||
Here the actual file:
http://hg.mozilla.org/qa/mozmill-tests/file/mozilla-esr24/firefox/tests/endurance/testFlash_SWFVideoURL/test1.js
What happens if you add a delay after the waitForPageLoad call? I wonder if that could be a race condition for the Flash plugin when opening pages with contained Flash content too frequently.
Assignee | ||
Comment 5•11 years ago
|
||
We've decided to skip all Flash tests since we've seen also crashes with remote testrun (we have testPrivateBrowsing/testFlashCookie.js) on Beta and Aurora.
I will continue to investigate, work on a minimized testcase and try to reproduce it locally on Vista.
status-firefox28:
--- → affected
status-firefox29:
--- → affected
status-firefox30:
--- → affected
status-firefox31:
--- → affected
Summary: Disable endurance flash tests on esr24 for Windows due to crashes → Disable flash tests for Windows due to crashes
Assignee | ||
Comment 6•11 years ago
|
||
Patch for default. I'll check backporting.
Attachment #8401792 -
Flags: review?(andrei.eftimie)
Assignee | ||
Comment 7•11 years ago
|
||
Applies cleanly down to esr24, which has a fuzz. So we're good.
Comment 8•11 years ago
|
||
As we have seen the problem might be with the new version of Flash. Andreea is investigating and testnig the former version. If that fixes the problem we will go back. So lets not land the patches for now.
Assignee | ||
Comment 9•11 years ago
|
||
I could reproduce it with this testcase on vista-32-2, against ESR24 and Nightly.
We decided to skip the tests over the weekend.
It also reproduced with an older Flash version (12.0.0.44 which was upgraded on Monday).
Tried the testcase on Windows 8.1 but it doesn't fail there.
Comment 10•11 years ago
|
||
Comment on attachment 8401792 [details] [diff] [review]
skip patch
Review of attachment 8401792 [details] [diff] [review]:
-----------------------------------------------------------------
As discussed on IRC, lets disable these tests:
http://hg.mozilla.org/qa/mozmill-tests/rev/260ad8949f03 (default)
http://hg.mozilla.org/qa/mozmill-tests/rev/7bb88ca2938e (mozilla-aurora)
http://hg.mozilla.org/qa/mozmill-tests/rev/4496fd8c997e (mozilla-beta)
http://hg.mozilla.org/qa/mozmill-tests/rev/725ccd2faca4 (mozilla-release)
http://hg.mozilla.org/qa/mozmill-tests/rev/0ea4bb6efc4c (mozilla-esr24)
Attachment #8401792 -
Flags: review?(andrei.eftimie)
Attachment #8401792 -
Flags: review+
Attachment #8401792 -
Flags: checkin+
Updated•11 years ago
|
Assignee | ||
Comment 11•11 years ago
|
||
I've tested today on mm-win-vista-32-4 machine, running the testcase as well as the 4 endurance tests on a patched repository to unskip them. I can reproduce with latest env.
But I figured since this issue started on Friday 28th March (because only then we had esr24 since Sunday), what else could have bben changed on the machines?
We had 2.0.6 released on production on Monday 24th March. So I tested with 2.0.5 env and I can't reproduce the crash anymore.
I'll go next through the changes we had in 2.0.6 to see what could be affecting this.
Comment 12•11 years ago
|
||
Well, that could be the reason. But it's not that the crash wasn't present before. We simply haven't detected it with Mozmill before. This is a new feature in 2.0.6. So it looks like we have to do the same as for the functional tests and skip the flash based endurance tests for FIrefox 24 on Vista?
Andreea, can you please test a debug version of latest Flash if you can reproduce this crash? We weren't able to do that with the clear cookie crash. Such kind of information would be very helpful.
Assignee | ||
Comment 13•11 years ago
|
||
Hm, curiously, it didn't reproduce with the debug version:
http://www.adobe.com/support/flashplayer/downloads.html
- Download the Windows Flash Player 12 Plugin content debugger (for Netscape-compatible browsers) (EXE, 17.34MB)
Comment 14•11 years ago
|
||
So exactly the same behavior as for the other crash. Maybe we can install the debug version on the affected nodes for now?
Assignee | ||
Comment 15•11 years ago
|
||
Yeah, I think it's a good idea in order to be able to enable the tests again. And also keep looking for the reason why we don't crash on the local machines.
Comment 16•11 years ago
|
||
Flash has been upgraded to 13.x on all Production windows nodes and Vista+ have all received the debug version in bug 993433.
I've ran these tests on a Vista machine.
I haven't experienced any crashes. I think we can unskip them.
http://mozmill-crowd.blargon7.com/#/functional/report/7ab760e27012969ae02e3b9e41dae08c
http://mozmill-crowd.blargon7.com/#/endurance/report/7ab760e27012969ae02e3b9e41dbaa94
http://mozmill-crowd.blargon7.com/#/remote/report/7ab760e27012969ae02e3b9e41dcfe61
Comment 17•11 years ago
|
||
Backed out:
http://hg.mozilla.org/qa/mozmill-tests/rev/e95df5638820 (default)
http://hg.mozilla.org/qa/mozmill-tests/rev/3b4f892a6346 (mozilla-aurora)
http://hg.mozilla.org/qa/mozmill-tests/rev/2464cba00c5c (mozilla-beta)
http://hg.mozilla.org/qa/mozmill-tests/rev/eaed17515120 (mozilla-release)
http://hg.mozilla.org/qa/mozmill-tests/rev/537368c031cb (mozilla-esr24)
I changed the flags to fixed. Not sure if this is the case since we use the flash debug version to workaround this crash.
Comment 18•11 years ago
|
||
Yeah, that's fine. We only have to remember to install the debug version on Windows until the crash has been fixed.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•